Mario Kart Wii Gecko Codes, Cheats, & Hacks

Full Version: Reverse Battle Timer [Geekid]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Reverse Battle Timer [Geekid]

This code makes the battle timer count up to 3:00 instead of down to 0:00.
Side effects:
  • Timer flashes red during the battle
  • The final minute music will not trigger
Only affects the visual timer. Other modes are not affected.

NTSC-U
C2531164 00000002
38A5FFF4 A0050014
60000000 00000000

PAL
C2535CAC 00000002
38A5FFF4 A0050014
60000000 00000000

NTSC-J
C253562C 00000002
38A5FFF4 A0050014
60000000 00000000


NTSC-K
C2523D04 00000002
38A5FFF4 A0050014
60000000 00000000

ASM source:
Code:
subi r5, r5, 0xC
lhz r0, 0x0014 (r5)


Code created by: Geekid
Fixed NTSC ports. All ports work now. Nice job on your first code!
Pretty good job for your first ASM code.