Mario Kart Wii Gecko Codes, Cheats, & Hacks
Customize Unlock Screen [B_squo] - Printable Version

+- Mario Kart Wii Gecko Codes, Cheats, & Hacks (https://mariokartwii.com)
+-- Forum: Cheat Codes (https://mariokartwii.com/forumdisplay.php?fid=51)
+--- Forum: Incomplete & Outdated Codes (https://mariokartwii.com/forumdisplay.php?fid=60)
+--- Thread: Customize Unlock Screen [B_squo] (/showthread.php?tid=2446)



Customize Unlock Screen [B_squo] - B_squo - 05-11-2025

[Image: jnKlb4u.png]

This code allows you to customize the unlock screen with any character / vehicle / mode you want.
To access the unlock screen, simply go back to the License Selection screen and select a license (you can do this as many times as you want - it will always bring up the unlock screen).

First of all, you have to enable this code. This will make the game transition into one of the unlock screens. Note that you have to enter the correct screen for whatever you want the screen to display. So for example, if you want to see a vehicle unlock, you have to use the value 91.
The last two lines should prevent saving the license when after the unlock screen, in case you don't actually want to unlock anything in the savegame.
(PAL)
045eb920 386000XX
04854158 60000000
048541a4 60000000
048542f8 60000000
X Values:
- 90: Character screen
- 91: Vehicle screen
- 92: Mii screen
- 93: Mode screen

Then, fill out the following code. This will set a specific message for the header. The X values are the BMG ID for the header message you want to display. You can find a list of all BMG ID values in the link at the end of the post.
(PAL)
04854754 3800XXXX
04854758 900303e4
0485475C 4e800020

Now, depending on what you're wanting to unlock, enable the codes (and only the codes) under the section for what you want to unlock (with this, I mean that you musn't have a code under the "Unlocking a character" section and another one from the "Unlocking a vehicle" section at the same time).

=== Unlocking a character ===
(PAL)
048541c4 386000XX
04854a44 386000XX
- X Values: Character ID

Optionally, you can use this code to set a specific message to display for the character's name:
(PAL)
04854e94 3860YYYY
- Y Values: BMG ID

=== Unlocking a vehicle ===
(PAL)
048541d0 386000XX
04854a50 386000XX
04854c8c 38a000YY
04854ca0 38a000YY
- X Values: Vehicle ID
- Y Values: Character ID. This is needed for the game to know what vehicle color to load. Ensure that the character ID is for a character that can ride said vehicle.

Optionally, you can use this code to set a specific message to display for the vehicle's name:
(PAL)
04854ebc 3860XXXX
Optionally, you can use this code to set a specific vehicle class message to display (so for example, you can specifically force the "You've unlocked a small vehicle" message, even when unlocking a large vehicle).
(PAL)
04854ed0 386000YY
YY Values:
- 0: Small
- 1: Medium
- 2: Large

=== Unlocking a mode ===
(PAL)
048541c4 386000XX
X Values: See the unlock flags list below.

==== Unlock flags for modes ====
    STAR_CUP_50CC = 0,
    STAR_CUP_100CC = 01,
    STAR_CUP_150CC = 02,
    STAR_CUP_MIRROR = 03,
    BANANA_CUP_50CC = 04,
    BANANA_CUP_100CC = 05,
    BANANA_CUP_150CC = 06,
    BANANA_CUP_MIRROR = 07,
    LEAF_CUP_50CC = 08,
    LEAF_CUP_100CC = 09,
    LEAF_CUP_150CC = 0A,
    LEAF_CUP_MIRROR = 0B,
    LIGHTNING_CUP_50CC = 0C,
    LIGHTNING_CUP_100CC = 0D,
    LIGHTNING_CUP_150CC = 0E,
    LIGHTNING_CUP_MIRROR = 0F,
    MIRROR_MODE=10

==== BMG IDs (shows each ID on the left, alongside the message it represents on the right) ====
https://szs.wiimm.de/download/bmg/orig-E.txt


RE: Customize Unlock Screen [B_squo] - B_squo - 05-11-2025

If you want to force showing the unlock screen after the game credits instead of the title screen, replace the first line from the first code with the following (note that you can also use both lines as well if you want to force showing the unlock screen both when selecting a license and after the credits):

(PAL)
045cd118 386000XX

(USA)
046276bc 386000XX

(JPN)
045cc9f4 386000XX

(KOR)
045bb0d8 386000XX

X Values:
- 90: Character screen
- 91: Vehicle screen
- 92: Mii screen
- 93: Mode screen