Announcement

Collapse
No announcement yet.

Code Database: Gecko To AR; Gecko with modifier to Gecko error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Code Database: Gecko To AR; Gecko with modifier to Gecko error

    I have added some codes to the database and discovered an error:

    Gecko 28-If conditionals are converted to the 0A-Action Replay code type what is bad because the 08, 0A and 0C conditionals enable the next line only. Instead it should be converted to the 88, 8a and 8C code types.
    The full terminator is not properly converted. E0000000 80008000 does not change to 00000000 40000000.
    Neither from Gecko to Gecko.
    The 18 code type cannot be converted because the Action Replay code type does not know slide/skip codes for pointers.
    It's also improperly converted from gecko to gecko. 18 become 08 (18 should be kept).

    The DE code type ins't kept, too. And the Action Replay code type doesn't know such codes.
    The load pointer 48 Code type is improperly converty to the Action replay 40/42/44 code type. It's also incorrectly kept by the modified Gecko Code.
    The first line of the action replay code should be 0434XXXX 18000000 (0434; is the correct ID (x2) For F-Zero GX; 18000000 is the correct PAL identifier)
    Last edited by CosmoCortney; 04-10-2015, 11:08:00 AM.
    My Website
    Hacking YouTube Channel


    No requests, please
Working...
X