I am a few days now trying to search for a solution and trying out myself some stuff but couldn't fix this:
I want to save the players lives with sram+ and have the life counter working properly after 0 lives "continue" promt
BUT all "solutions" I found, garbles the life counter....
I put in sram_table:
Codedl $7E0DBE : dw $0001
dl $7E0DB4 : dw $0001
dl $7E0DB5 : dw $0001
and defaults the starting value:
so from what I've read I have also to disable hard reset with some patch like these and I tried all 3 of them:
1)
Codeorg $009E1C|!bank
STZ.w $13C9|!addr
REP #$20
BRA +
org $009E4B|!bank
+
2)
Codeorg $009E26 : nop #3
org $009E2C : nop #3
3)
Codeorg $009E21 : BRA + ; disable reseting lives
org $009E2F : +
They disable the continue/end message or delete the proper restart after death so that if one continues with 0 lives - then the lives become garbage numbers like p0 n4 etc.....
So how canI fix that if I die and have 0 lives then after pressing continue it restores the lives back to
???
thanks for the help!
Follow Us On