Bypass Mii Data CRC16 Check [Vega]
Normally, when you edit Mii Data (like directly in Dynamic Memory or via some cheat code) and you don't update the CRC16 checksum, the game will freeze, or the Mii Data will not display, or it will turn into the default Mii. This code will remove that annoyance.
NTSC-U
040C98DC 48000010
PAL
040C997C 48000010
NTSC-J
040C989C 48000010
NTSC-K
040C99DC 48000010
Source:
'rlwinm. r0,r3,0,16,31' changed to 'b 0x10'
Code creator: Vega
Normally, when you edit Mii Data (like directly in Dynamic Memory or via some cheat code) and you don't update the CRC16 checksum, the game will freeze, or the Mii Data will not display, or it will turn into the default Mii. This code will remove that annoyance.
NTSC-U
040C98DC 48000010
PAL
040C997C 48000010
NTSC-J
040C989C 48000010
NTSC-K
040C99DC 48000010
Source:
'rlwinm. r0,r3,0,16,31' changed to 'b 0x10'
Code creator: Vega