Hey all! I just bought a USB Gecko cause I'm really getting into hacking codes for the community. I have a problem though. I'm trying to hack a code for infinite lives in Classic Mode of SSBB. Now I found out the address where the lives reside (which is 8128AE66), but I am having trouble making a GCT code. I've read the documents many times and kind of understand, but not completely. If anyone could help me with this, I would really appreciate it. Thank you!
If you have the US Version of Brawl, this code has already been made:
Always Have 99 Lives [REDSOXROX]
4A000000 81000000
1428AE64 00000063
E0000000 80008000
I'll explain line-by-line what it does.
4A000000- this line will reset the PO and BA
to the next line, which is 81000000, as that is where the code resides.
(In a code 80XXXXXX, it is in the 80 range, so you'd set it to: 80000000)
The 0x14 Will write the next adress (0x28AE64)(a 32 bit value) constantly as 99, which is 0x00000063 in hex.
The last line resets the PO and BA, which is very nice to do.