where the debugger should work to make the PAR Code FFF804:FF (Level Select Enabled In Option Menu) ((((Game Genie equivalent code?
Announcement
Collapse
No announcement yet.
Sega Genesis - Gain Ground (Level Select Enabled In Option Menu)
Collapse
X
-
To make a Game Genie code for that, you would set a "Read" breakpoint on that RAM address and then enter the option menu.Originally posted by FANAT View Postwhere the debugger should work to make the PAR Code FFF804:FF (Level Select Enabled In Option Menu) ((((Game Genie equivalent code?The Code Hut: http://codehut.gshi.org/
-
FANAT, you jump around too much. You're working on 3 different games at the same time. lol. I'll look at it when I finish with some of the other stuff I'm working on.The Code Hut: http://codehut.gshi.org/
Comment
-
why do it through a read there is a nice write you can take advantage ofOriginally posted by Tony Hedstrom View PostTo make a Game Genie code for that, you would set a "Read" breakpoint on that RAM address and then enter the option menu.
anyway here's the codeCode:00:0526 51 C8 DBFa D0,#$FFEE [00:0516] A0=00000554 A1=FFFFF016 A2=00000000 A3=00000000 A4=00000000 A5=0007FFFF A6=00080000 A7=00FFFFEC D0=00000009 D1=00000002 D2=00000000 D3=00000000 D4=00000000 D5=00000000 D6=00000000 D7=000097CD xnzvc 00:052A 31 FC MOVE.w #$0001,($F004) A0=000005C0 A1=FFFFF0A6 A2=00000000 A3=00000000 A4=00000000 A5=0007FFFF A6=00080000 A7=00FFFFEC D0=0000FFFF D1=0000000B D2=00000000 D3=00000000 D4=00000000 D5=00000000 D6=00000000 D7=000097CD xnzvc 00:0530 31 FC MOVE.w #$0001,($F002) A0=000005C0 A1=FFFFF0A6 A2=00000000 A3=00000000 A4=00000000 A5=0007FFFF A6=00080000 A7=00FFFFEC D0=0000FFFF D1=0000000B D2=00000000 D3=00000000 D4=00000000 D5=00000000 D6=00000000 D7=000097CD xnzvc 00:0536 31 FC MOVE.w #$0001,($F000) A0=000005C0 A1=FFFFF0A6 A2=00000000 A3=00000000 A4=00000000 A5=0007FFFF A6=00080000 A7=00FFFFEC D0=0000FFFF D1=0000000B D2=00000000 D3=00000000 D4=00000000 D5=00000000 D6=00000000 D7=000097CD xnzvc 00:053C 31 FC MOVE.w #$0000,($F804) A0=000005C0 A1=FFFFF0A6 A2=00000000 A3=00000000 A4=00000000 A5=0007FFFF A6=00080000 A7=00FFFFEC D0=0000FFFF D1=0000000B D2=00000000 D3=00000000 D4=00000000 D5=00000000 D6=00000000 D7=000097CD xnzvc
Enable Round select in options menu
96CT-AAB8
Comment

Comment