WiiRd forum

Wii & Gamecube Hacking => Wii Game hacking help => Topic started by: g6flavor on September 14, 2008, 12:12:44 AM

Title: how to use the Repeat Write function
Post by: g6flavor on September 14, 2008, 12:12:44 AM
Does anycody know how to use the Repeat Write Function?

The character exp codes for Fire Emblem (U)
http://usbgecko.com/codes/index.php?r=u&c=RFEE01
There are over 50 different characters codes (too many codes) in there and the difference between each character is 3f0 hex.

Does anybody know how to make a simple Repeat Write code that's only like
4 or 5 code lines long instead of 40+ code lines?
Title: how to use the Repeat Write function
Post by: James0x57 on September 14, 2008, 02:13:23 AM
08______ 000000XX : 8bits serial code (ba)
0NNNZZZZ VVVVVVVV
Writes NNN+1 bytes (XX) at ba+address,
then makes XX+=VVVVVVVV, address+=ZZZZ


If you compress them, the code is still credit to Am3692.
Title: how to use the Repeat Write function
Post by: g6flavor on September 14, 2008, 03:10:01 AM
Thanks, but it would be more understandable if you could write it in English language.
08______ 000000XX : 8bits serial code (ba)
0NNNZZZZ VVVVVVVV

Let me get it straight:
______  is the first code address, XX is the value of the code
NNN = number of times to repeat
ZZZ = offset between each code
VVVVVVVV = increase the value of XX by ? between each address

Right?

Credit go to Am3692 for making the codes. I just want to use a shorter version of the codes on my wii.