If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below. Also, before requesting
codes, note that there is a main site, which may contain what you
are looking for already. Also, if you know what you want, feel free to
search for it directly.
I need a game genie for infinite lives for this game, because I found it but the problem is that also it affects the time and is necessary to deactivate it always a level finishes. Thanks!!
I see your problem...one poss. solution would to use the fighter method.
There's other methods too....here's a quick hack that should do what you want, but I consider this very dirty as without looking at the code closer I can't say whether it may under some circumstances crash or bug the game.
Anyway for what's it's worth:-
AE2A-TAAA for Infinite Lives
Here I changed this:-
082FFE: movea.l #$fff370, A1
to this:-
082FFE: movea.l #$1f370, A1
As 1f370 is ROM and not RAM any poking of this memory will do no harm
Comment