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.
Looking at your "Don't Lose Gun" code for Blaster Master (USA) (NES). I noticed that both codes you posted have the same address:
The first one is a valid Game Genie code, the second one is not:
XTOAUTVK
address: 0x8E13
compare: 0xC6
value: 0xEA
XTOAUTUK
address: 0x8E13
compare: 0xC3
value: 0xEA
Also, it is probably a good idea to replace the EA (NOP) instruction in your valid code with the A5 (LDA Direct Page) instruction. You are going to be leaving a piece of left-over code afterwards that could be problematic if you NOP that address.
Last edited by terpsfan101; 01-05-2018, 05:19:04 AM.
Comment