Remove Countdown Font [Vega] - Printable Version +- Mario Kart Wii Gecko Codes, Cheats, & Hacks (https://mariokartwii.com) +-- Forum: Cheat Codes (https://mariokartwii.com/forumdisplay.php?fid=51) +--- Forum: Visual & Sound Effects (https://mariokartwii.com/forumdisplay.php?fid=56) +--- Thread: Remove Countdown Font [Vega] (/showthread.php?tid=1984) |
Remove Countdown Font [Vega] - Vega - 08-09-2022 Remove Countdown Font [Vega] I'm sure somebody has made this already, but it's not on the forum. So I went ahead and made my own version. NTSC-U C25C3590 00000003 280E04B0 2B8E04B5 4C41E202 4D820020 9421FFD0 00000000 PAL C25D00B0 00000003 280E04B0 2B8E04B5 4C41E202 4D820020 9421FFD0 00000000 NTSC-J C25CF98C 00000003 280E04B0 2B8E04B5 4C41E202 4D820020 9421FFD0 00000000 NTSC-K C25BE234 00000003 280E04B0 2B8E04B5 4C41E202 4D820020 9421FFD0 00000000 Code creator: Vega Code credits: WhatIsLoaf (MSG ID's) Source: #NTSC-U = 805C3590 #PAL = 805D00B0 #NTSC-J = 805CF98C #NTSC-K = 805BE234 #r14 = current MSG ID #Check MSD ID one value past both lower and upper bound of IDs for "3", "2", "1", and "GO!" cmplwi r14, 0x04B0 cmplwi cr7, r14, 0x4B5 #AND the results of both checks crand 4*cr0+eq, 4*cr0+gt, 4*cr7+lt #End function if MSG ID is in range beqlr- #Original Instruction; make Stack Frame for prologue stwu sp, -0x0030 (sp) |