+ Reply to Thread
Results 1 to 6 of 6

Thread: Anyone know how to make SNES game genie codes?

  1. #1
    Join Date
    Jul 2002
    Posts
    1,659

    Default Anyone know how to make SNES game genie codes?

    I'm wanting to conquer that next. I'm just curious if anyone knows anything about this. For practice I was trying to make a Game genie code out of my enable pause code. Well, it's a 7e code (7E3AF201). So I tried using a breakpoint for it and then enabled that option on the cheat screen. So it snaps twice when i do that. These were the results.

    $82/EFCB B2 0A LDA ($0A) [$7E:3B22] A:3B22 X:FB81 Y:0008 P:envmxdizc
    $82/EFD0 92 0A STA ($0A) [$7E:3B22] A:0001 X:FB81 Y:0008 P:envmxdizc

    So, um. I can use these to get the code that can be converted to game genie right?

  2. #2
    Join Date
    Nov 2003
    Location
    mass
    Posts
    1,521

    Default Anyone know how to make SNES game genie codes?

    what game? and you have all you need to try thenew GG code
    82/EFCB B2 turns into 82EFCBB2 where the B2 is the ASM value wich is the LDA and the next line is the same explanation so to get results you will have to mess with the 2 las digits to see what kinda results you get.
    Mario Kart Wii: 2234-7741-7358

    Smash Bros Friend Code:
    2921-8802-0067

    Wii Registered Friend Code: 7680-7019-7436-7814

    Xbox 360 Gamer Tag: Furious Helder2

  3. #3
    Join Date
    Jul 2002
    Posts
    1,659

    Default Anyone know how to make SNES game genie codes?

    Sorry, I posted it kinda late and didn't notice I forgot the games name. The game is called Ultimate Mortal Kombat 3

    So the 0a isn't important? Cause it's posted twice in the same line.

  4. #4

    Default Anyone know how to make SNES game genie codes?

    I recall the SNES having a DB (Data Bank) and DP (Data Page) register. So when it executes LDA ($0A) it adds 0A to the value of the DP register to get the address it needs to obtain data from. Since LDA ($0A) affects 7E3AF2 then I'm guessing DB=7E and DP=3AE8.

  5. #5
    Join Date
    Nov 2003
    Location
    mass
    Posts
    1,521

    Default Anyone know how to make SNES game genie codes?

    cant remeber correctly but i think the (0A) is the value set at the ram adress or its the reference like the nes GG codes but isnt important here in the snes.
    Mario Kart Wii: 2234-7741-7358

    Smash Bros Friend Code:
    2921-8802-0067

    Wii Registered Friend Code: 7680-7019-7436-7814

    Xbox 360 Gamer Tag: Furious Helder2

  6. #6
    Join Date
    May 2005
    Posts
    23

    Default Anyone know how to make SNES game genie codes?

    Don't know if you already hacked this yet or not, but this is what I would try with the info supplied:

    Original code:
    $82/EFCB B2 0A LDA ($0A) [$7E:3B22] A:3B22 X:FB81 Y:0008 P:envmxdizc
    $82/EFD0 92 0A STA ($0A) [$7E:3B22] A:0001 X:FB81 Y:0008 P:envmxdizc

    What I'd try, assuming you're trying to keep the memory address you listed from being set to 01h, is:

    $82/EFD0 B2 0A LDA ($0A) [$7E:3B22] A:0001 X:FB81 Y:0008 P:envmxdizc

    Instead of storing what is in the accumulator (A:0001) to the memory address, you'll load the accumulator with the current value at that memory address.
    So if there is a zero there when the game is unpaused, and a one there when it's paused, this is probably how you'd negate that operation.

    Blah, blah, blah

    Oh yeah, the Game Genie code to try would be: 8432-3DD8

    edit: just noticed you said you were setting up the breakpoint on the address: 7E3AF201
    I would expect to have seen [$7E:3AF2] in the trace, not [$7E:3B22].
    Sure the info is right?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. how to make your own game genie codes
    By daminmancejin in forum School of Hacking
    Replies: 74
    Last Post: 05-26-2011, 03:28:55 AM
  2. Random SNES Game Genie Codes
    By Hackwiz in forum Last Generation & Retro Hacking
    Replies: 46
    Last Post: 02-24-2010, 02:47:33 PM
  3. SNES GAME GENIE CODES THAT WORK ON SNES PATCHER
    By DaLoca in forum School of Hacking
    Replies: 1
    Last Post: 08-13-2007, 12:15:32 PM
  4. SNES Game Genie Codes
    By Flashblade in forum Last Generation & Retro Hacking
    Replies: 11
    Last Post: 06-09-2007, 10:46:22 AM
  5. Re: some new snes game genie codes that I hacked...
    By DarkSerge in forum Last Generation & Retro Hacking
    Replies: 6
    Last Post: 12-23-2004, 11:47:29 AM
Collapse this box.

Visitors found this page by searching for:

how to make snes cheat codes

snes operation europecheats genie codes

GAME GENIE CODES FOR ULTIMATE MORTAL KOMBAT 3 FOR THE SNES

how to create a own cheat code in snes9x

how to make genie code

snes game genie code make

how to create game genie snes codes

game genie umk3 snes

how to create game genie codes

how to make snes game genie codes

how to make game genie code for snes

7e snes umk3

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts