how to use the Repeat Write function

Started by g6flavor, September 14, 2008, 12:12:44 AM

Previous topic - Next topic

g6flavor

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?

James0x57

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.


g6flavor

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.