Ok.
Button activator no problem... already have.
"is there a screen where you select New vs Saved Game?"
Yes.
I'll give it a try after work.
As far as the ASM code, it seems to me we should be able to do a compare on the nibble of the LSB of r29.
If it's a 4 (health address always ends with a 4):
beq some_label
some_label:
li r3, 0x00C8
stw r3, 0x0014 (r29)
Have a great day!!
Thanks!!!
Button activator no problem... already have.
"is there a screen where you select New vs Saved Game?"
Yes.
I'll give it a try after work.
As far as the ASM code, it seems to me we should be able to do a compare on the nibble of the LSB of r29.
If it's a 4 (health address always ends with a 4):
beq some_label
some_label:
li r3, 0x00C8
stw r3, 0x0014 (r29)
Have a great day!!
Thanks!!!