English Pokémon FireRed and LeafGreen (USA v1.1/PAL) "walk through walls" code
Posted by: SatoMew
Date: 2015-02-14 11:04:13
The code for v1.0:
509197D3 542975F4
78DA95DF 44018CB4
This is an Action Replay MAX v3/v4 code. Using GameHacking.org's GBA Code Converter, I figured out what it does. It changes the value of address 0x08058E2E from 0x20C0 to 0x2100. You can confirm this using the memory viewer in VBA or VBA-M.
I then tried to find the equivalent address in FireRed/LeafGreen v1.1, and it's 0x08058E42. Its default value is unchanged (0x20C0) and setting it to 0x2100 enables the behavior of "walking through walls".
But now I don't know how to generate a proper code for v1.1. Can anyone help?