NintendoAge http://nintendoage.com/forum/ -Sqooner Unlocking the Power of the Game Genie http://nintendoage.com/forum/messageview.cfm?catid=22&threadid=32814 2017-05-01T22:42:06 -05.00 hybrid 16 Unlocking the Power of the Game Genie http://nintendoage.com/forum/messageview.cfm?catid=22&threadid=32814 2017-05-01T09:05:20 -05.00 hybrid 16 Originally posted by: SoleGooseProductions

Ah cool! I've been wondering what it would take to mess around with the GG some, and didn't know that there were resources already around. Thanks Jeff! Wow, seven years late, hahaha.

if you have any questions please don't hesitate to ask ]]>
Unlocking the Power of the Game Genie http://nintendoage.com/forum/messageview.cfm?catid=22&threadid=32814 2017-05-01T08:50:38 -05.00 hybrid 16 Unlocking the Power of the Game Genie http://nintendoage.com/forum/messageview.cfm?catid=22&threadid=32814 2017-05-01T02:00:13 -05.00 hybrid 16
edit all photos redone ]]>
Unlocking the Power of the Game Genie http://nintendoage.com/forum/messageview.cfm?catid=22&threadid=32814 2017-05-01T01:49:57 -05.00 hybrid 16 Originally posted by: hybrid
 
Originally posted by: Mega Mario Man
 
Originally posted by: hybrid

 

Anyway to restore the pictures in the original post or maye a link to this tutorial that has the pictures intact?
 


yeah i can redo the pics i didn't think that people were still using this I finally got curious enough to learn a bit about it. Sorry if it is an inconvience.

  ]]>
Unlocking the Power of the Game Genie http://nintendoage.com/forum/messageview.cfm?catid=22&threadid=32814 2017-05-01T01:44:57 -05.00 hybrid 16 Originally posted by: Mega Mario Man
 
Originally posted by: hybrid

 

Anyway to restore the pictures in the original post or maye a link to this tutorial that has the pictures intact?
 

yeah i can redo the pics i didn't think that people were still using this ]]>
Unlocking the Power of the Game Genie http://nintendoage.com/forum/messageview.cfm?catid=22&threadid=32814 2017-04-30T22:52:50 -05.00 hybrid 16 Originally posted by: hybrid

 
Anyway to restore the pictures in the original post or maye a link to this tutorial that has the pictures intact?
  ]]>
Unlocking the Power of the Game Genie http://nintendoage.com/forum/messageview.cfm?catid=22&threadid=32814 2010-05-04T19:33:11 -05.00 hybrid 16 WSASDOPR -> 93132465. ]]> Unlocking the Power of the Game Genie http://nintendoage.com/forum/messageview.cfm?catid=22&threadid=32814 2010-05-04T17:02:54 -05.00 hybrid 16 Originally posted by: Mario's Right Nut

This is pretty cool. I'll have to mess around with this. How does it take the address and convert it to that creepy game genie code? What's the procedeure?

I agree with bunny on this one. This would make a pretty cool article. Earn yourself a pencil!




http://gshi.org/?s=faqs&id=60

heres a document on the techinal side of the Game Genie Code
its still abunch of stuff i don't understand

ok now we are going over what can be done with a Read breakpoint
we are going to find invincibility for Recca this time
starting the game and die one then opening up the cheat console once you re appear
reset and use the less than search a couple times if you can't make it before you die again
then use diffrent or greater than search type once you re appear do this until there is a few choices left
then test each one you will come apon 01A6 as the raw code for the invincibility timer.
open your debugger and set up a read break point. you will come to this
$F3AF:AD A6 01  LDA $01A6 = #$36
$F3B2:F0 18     BEQ $F3CC
$F3B4:CE A6 01  DEC $01A6 = #$36
$F3B7:F0 0D     BEQ $F3C6
$F3B9:29 03     AND #$03

basically its loading  1A6
then brancing if equal to

now by changing the First BEQ to a BNE
it will fool the game into thinking you are always invincible
BNE's Value is D0

so as before
Adress
F3B2
Compare
F0
Value
D0
and we get
ESUYZLEY

Remember i'm using the easiest examples for these types of codes other games maybe harder

]]> Unlocking the Power of the Game Genie http://nintendoage.com/forum/messageview.cfm?catid=22&threadid=32814 2010-05-04T10:39:57 -05.00 hybrid 16