volrathxp
May 9th, 2007, 16:46
Ok so... maybe I'm doing something wrong here, I've read over and over on the guide to patch-making and converting Code-breaker cheats into patches. The one I've been looking at is Guitar Hero 2, since the memory card doesn't work I thought maybe a cheat that unlocks everything would be good as I'm testing a custom disc.
So... here is my pnach file, and the associated codes. When I try this pnach, the emulator crashes the game right off the bat, and I'm not totally sure if I'm doing anything wrong or not.
gametitle=Guitar Hero II [SLUS 21447] (U) [2A6C845B]
comment=Custom GH Patch
//Enable Code
patch=1,EE,BEEFC0DE,word,00000000
patch=1,EE,000FFFFE,word,00000263
patch=1,EE,000FFFFF,word,00000263
// Unlock Code
patch=1,EE,DB9E0D98,word,D8ACEC3A
Here is the enable code (from the codebreaker's site followed by it's decrypted value)
Enable Code:
B4336FA9 4DFEFB79
7432F909 FF861478
D63BF834 03CFCF15
C711CC13 C93473AC
Decrypted:
BEEFC0DE 00000000
000FFFFE 00000263
000FFFFF 00000263
902F2C70 00832021
Followed by Unlock code
Unlock code:
D1B04A0B 91640283
Decrypted:
DB9E0D98 D8ACEC3A
If someone could maybe just look at it for me, and see where I'm going wrong here, or if someone knows of a better way I can do this, please fill me in.
Thanks.
volrathxp
So... here is my pnach file, and the associated codes. When I try this pnach, the emulator crashes the game right off the bat, and I'm not totally sure if I'm doing anything wrong or not.
gametitle=Guitar Hero II [SLUS 21447] (U) [2A6C845B]
comment=Custom GH Patch
//Enable Code
patch=1,EE,BEEFC0DE,word,00000000
patch=1,EE,000FFFFE,word,00000263
patch=1,EE,000FFFFF,word,00000263
// Unlock Code
patch=1,EE,DB9E0D98,word,D8ACEC3A
Here is the enable code (from the codebreaker's site followed by it's decrypted value)
Enable Code:
B4336FA9 4DFEFB79
7432F909 FF861478
D63BF834 03CFCF15
C711CC13 C93473AC
Decrypted:
BEEFC0DE 00000000
000FFFFE 00000263
000FFFFF 00000263
902F2C70 00832021
Followed by Unlock code
Unlock code:
D1B04A0B 91640283
Decrypted:
DB9E0D98 D8ACEC3A
If someone could maybe just look at it for me, and see where I'm going wrong here, or if someone knows of a better way I can do this, please fill me in.
Thanks.
volrathxp