Coding Questions and other Quandaries
#28
285F036A 00001000 #Control line activator. Press (-)
F6000001 80E080FF #Example unique string takes up 1 row/line. Search from 0x80E00000 thru 0x80FF0000
907D0014 887D0020 #Example unique string to look for
D2000000 00000005 #Insert ASM at pointer (zero offset); D2 = Codetype for Pointer ASM
399D0014 718C000F #ASM addi r12, r29, 0x14; andi. r12, r12, 0xF
2C0C0004 40820014 #ASM cmpwi r12, 0x4; bne- default_instruction
819D0014 2C0C00C8 # lwz r12, 0x0014 (r29); cmpwi r12, 0xC8
40820008 7D836378 #ASM bne- default_instruction; mr r3, r12
907D0014 00000000 #ASM default_instruction: stw r3, 0x0014 (r29)
E0000000 80008000 #End if (final terminator)

I haven't met an enemy I couldn't defeat yet. Have went way further into the game than ever.

At first I thought it wasn't working with continues, but with the first continue I chose, Celia's health was less than 0xC8.
You could barely tell by the gauge on the screen. So of course, it didn't work.
Started the same continue, but killed her off for the respawn/health refill.
Activated and it worked just fine.

Going to keep jamming on it to see if there are any more bugs.

Thanks for teaching me how to do this!!!!
Reply


Messages In This Thread
RE: Coding Questions and other Quandaries - by Hackwiz - 12-11-2021, 12:34 AM

Forum Jump:


Users browsing this thread: 7 Guest(s)