top of page

(return to MKSC codes?)

--CODES--

These are codes for the US version of the game, they might not work with other versions.

Item modifier:

03003D12:100X

See Values:Items.

Track modifier:

03003621:XX

See Values:Tracks

Lap Modifier:

0300362B:XX

This modifies how many laps a track has. 0 is equal to 7F, since anything below will be a negative amount of laps (so 80 for 1 lap, 81 for 2 laps, etc...). Laps 8 and 9 don't show up as Lap x/8 or x/9 on the HUD strangely.

Current Lap Modifier:

03003C29:XX

This modifies the current lap a player is in (so it can't change). Same thing, start with 7F.

Lives modifier:

0300000C:XX

Character modifier:

03003BE4:XX

See Values:Characters

Coin modifier:

03003D10:XX

Caps at 95 (5F)

MENU CODES

These modify which is the currently selected option in menus. They're pretty fun to mess around with.

Title screen:

0202A528:XX

This controls the number of options that are shown, default is 03.

Multiplayer Title Screen Menu (the one that pops up when you select Multiplayer):

0202A518:XX

This controls the number of options that are shown, default is 02. Game will glitch if you put a value too high.

Game select menu:

0202A454:XX

This code is used for game select, CC select, and other menus like this. You can do some interesting stuff with it, like select Battle Mode in single player if you put the value to 05.

Character select menu:

0202A8EC:XX

Currently chosen cup:

0202AB38:XX

Currently chosen track:

0202AB3C:XX

Super Circuit/Extra Tracks modifier:

0202B5E4:XX

Controls which "cup page" the menu is on. 00 is GBA, 01 is SNES. Other values seem to default to SNES tracks and not do anything interesting, sadly.

Obtained cup modifier:

02032BXX:YY

See Values:Obtained cup modifier

Obtained rank modifier:

02032BXX:YY

See Values:Obtained rank modifier

Lock/Unlock cups:

0202BXXX:YY

See Values:Lock/Unlock cups

Stretch player horizontally

03003D2E:XXXX

Smaller value = bigger stretch. Default value is 0100.

Stretch player vertically

03003D30:XXXX

Smaller value = bigger stretch. Default value is 0100.

wip

YOUTUBE: youtube.com/c/BlueYoshi

bottom of page