how come every time i try to multipoke it never works. It always freezes my wiird and the game is unaffected 0.o it would be a lot easier to narrow down results if i could multi poke 10 at a time and then when i get to a group where it works i only have to search 1 at a time. Why doesn't it work? is there something i am doing wrong?
Might be game specific, I've done it many times and had no problems?
it never works for me :confused:
yea whenever i try it it never works .... what games have you done it on?
I tried it in almost every game
multipoke should technically work in all games.. maybe on my side there's an implementation error..
technically what happens.. WiiRd gets a file with a "poke list".. which looks like:
1 Byte: Identifier (01 = 1 Byte/8 bit multi poke, 02= 2 Byte /16 Bit multi poke, 04=4 Byte/32 Bit multipoke)
[depends]: Value to write (little-endian)
4 Byte array: Addresses (little-endian)
so a typical situation.. let's write 12345678 to 80000000 and 80001000 - then the file would be:
04 78 56 34 12 00 00 00 80 00 10 00 80
or in blocks (endian-ness free):
04 12345678 80000000 80001000
if that fails.. on non 32bit pokes (maybe not thoroughly tested, please try to tell me what kind of multipoke fails, I'll check it out)
Everytime i try to do this my game or wiird gui freezes.