WiiRd forum

Wii & Gamecube Hacking => Wii Game hacking help => Topic started by: funkamatic on April 29, 2009, 09:18:50 PM

Title: I can modify variables in-game, but when I make a code they don't work (s&p)
Post by: funkamatic on April 29, 2009, 09:18:50 PM
sin & punishment.

I found the locations for time health and continues, and I can edit them by piking them, but when I make a code for them it doesn't work.

anyone have any idea why?  is it maybe because they're in the 81's instead of the 80's?

Here's my code list:
NAJN
Sin & Punishment


Infinite Time [funkamatic]
002041F7 00000063


Infinite Continues [funkamatic]
0020436F 00000063


Infinite Health [funkamatic]
002041F8 00000064



anyone else have problems like this?
Title: Re: I can modify variables in-game, but when I make a code they don't work (s&p)
Post by: hetoan2 on April 29, 2009, 09:24:48 PM
If they're 81 addresses, then you need to use the 01 codetype for a 8bit ram write
Title: Re: I can modify variables in-game, but when I make a code they don't work (s&p)
Post by: funkamatic on April 29, 2009, 11:56:54 PM
fixed, thanks!