I'm still really REALLY new to adding cheats to this emulator, so I'd like to get some help in discerning what's wrong with these codes(they cause the game to crash whenever I load it up). This is for Konami's Rumble Roses(USA ver), and yes; I own the USA ver of the game itself, so there shouldn't be an issue in that regard.
Original Codes:
Quote:
Enable Code -
B4336FA9 4DFEFB79
E1EF1B65 630CCC96
B317FCB8 774525F8
C8C2BC37 FFED6E80
Turn off Hud -
3B66EBB4 AAC13C35
4AD71494 0C180810
|
Now, these codes after being put through the CB2crypt.exe program:
Quote:
Enable Code -
BEEFC0DE 00000000
000FFFFE 00000090
000FFFFF 00000090
90121E08 00832021
Turn off Hud -
31669E67 FBA95871
402557CB B8A1B981
|
And finally, here's what the inside of the pnach file I'm trying to create looks like.
Quote:
gametitle=Rumble Roses
comment=Patch by CodeMaster
//Master Code
patch=1,EE,BEEFC0DE,word,00000000
patch=1,EE,000FFFFE,word,00000090
patch=1,EE,000FFFFF,word,00000090
//Disable Hud
patch=1,EE,31669E67,word,FBA95871
patch=1,EE,402557CB,word,B8A1B981
|
I'd really appreciate some help, as this has been driving me crazy over the last few days. Also, anytime I attempt to browse the patches by using the Config/Patches option, the entire program crashes...so any information/sollution to that problem would be a great help as well.
Last edited by MrWhitefolks; September 5th, 2007 at 01:03..