Problem with some code
#1
Hi all. I'm new here and I got a problem with some code that seems not  to be working, it's for monster rancher 4.

Code:
// Monsters Easy Rank (0-5 / E-S)
// NOTE: This patch does not affect the
//       "monsters raised to # rank" counter
patch=0,EE,2065B76C,byte,??
patch=0,EE,2065C140,byte,??
patch=0,EE,2065CB14,byte,??
patch=0,EE,2065D4E8,byte,??
patch=0,EE,2065DEBC,byte,??
When i use the code by replacing ?? with 0-5, the cheat didn't work or change my monster's ranking instead the rank remains the same I tried to extra 0s but still no effect, is there a way to get to work?
Reply

Sponsored links

#2
bumpbumpbump
Reply
#3
try this

// Monsters Easy Rank (0-5 / E-S)
// NOTE: This patch does not affect the
// "monsters raised to # rank" counter
patch=1,EE,0065B76C,extended,000000??
patch=1,EE,0065C140,extended,000000??
patch=1,EE,0065CB14,extended,000000??
patch=1,EE,0065D4E8,extended,000000??
patch=1,EE,0065DEBC,extended,000000??
Reply
#4
Oh thank you. It worked charmingly now.
Reply




Users browsing this thread: 1 Guest(s)