04-03-2021, 09:04 AM
Due to the Wiimmfi payload hooking at the address of the original code, it no longer works. So, here's an updated version that does.
NTSC-U
C2531134 00000002
3803FFFF 901D0048
60000000 00000000
PAL
C2535C7C 00000002
3803FFFF 901D0048
60000000 00000000
NTSC-J
C25355FC 00000002
3803FFFF 901D0048
60000000 00000000
NTSC-K
C2523CD4 00000002
3803FFFF 901D0048
60000000 00000000
Source:
Notes:
Code credits: CLF78 (updated the code to work on Wiimmfi)
NTSC-U
C2531134 00000002
3803FFFF 901D0048
60000000 00000000
PAL
C2535C7C 00000002
3803FFFF 901D0048
60000000 00000000
NTSC-J
C25355FC 00000002
3803FFFF 901D0048
60000000 00000000
NTSC-K
C2523CD4 00000002
3803FFFF 901D0048
60000000 00000000
Source:
Code:
# Subtract
subi r0, r3, 1
# Original instruction
stw r0, 0x48(r29)
Notes:
- In order to use in a VS Race, also use this code.
- Will instantly finish a battle.
Code credits: CLF78 (updated the code to work on Wiimmfi)