Mario Kart Wii Gecko Codes, Cheats, & Hacks

Full Version: Always Show Friend Code on WFC Menu [Sponge]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Always Show Friend Code on WFC Menu [Sponge]

Displays your Friend Code as if you were viewing your Friend Roster anywhere on the WFC menu.

PAL
C25E46F8 00000002
2C00000E 41820008
2C000000 00000000

NTSC-U
C25CE91C 00000002
2C00000E 41820008
2C000000 00000000

NTSC-J
C25E3FD4 00000002
2C00000E 41820008
2C000000 00000000

NTSC-K
C25D2894 00000002
2C00000E 41820008
2C000000 00000000

Code:
  cmpwi     r0, 0xE
  beq       end   # Exit early so the branch after the hook reads 0xE as well
  cmpwi     r0, 0 # Default Instruction

  end:
Would you be able to post the ASM of this code?
(03-12-2024, 03:17 AM)Optllizer Wrote: [ -> ]Would you be able to post the ASM of this code?

Added. Code is also shorter as I noticed an unneeded instruction.
Thank you!