• Welcome to Smashboards, the world's largest Super Smash Brothers community! Over 250,000 Smash Bros. fans from around the world have come to discuss these great games in over 19 million posts!

    You are currently viewing our boards as a visitor. Click here to sign up right now and start on your path in the Smash community!

Completed Debug Full Level Select (V2)

Brandondorf9999

Smash Cadet
Joined
Mar 6, 2012
Messages
71
Finally got the values beyond 255 in full level select to be selectable in the Debug menu so that all the levels can be selected. Here's the code for the MCM:
Code:
-==-


Debug Full Level Select + Selectable Unlock Stages
Enables full level selection in Debug Menu which includes character unlock stages that are now selectable.

Credit to donny2112 for the three codes used to enable the level select (without the unlock stage ID support).
[Brandondorf9999]
Version -- DOL Offset ------ Hex to Replace ---------- ASM Code
1.02 ------ 0x300140 ---- 90050000 -> Branch

2C00011D 41810008
90050000 7C120378
48000000

----------- 0x30010C ---- FC010040 -> 4800000C
----------- 0x300148 ---- 60000001 -> Branch

60000001 2C12011D
4181000C 3A200000
48000008 3A200001
48000000

----------- 0x20C10 ---- 7C0802A6 -> Branch

2C110001 4D820020
7C0802A6 48000000

----------- 0x3F82E8 ---- 00000002 -> 00000003
----------- 0x3F8300 ---- 42AC0000 -> 437f0000
----------- 0x3F8304 ---- 00000000 -> 3F800000
PAL ------- 0x300B4C ---- 90050000 -> Branch

2C00011D 41810008
90050000 7C120378
48000000

----------- 0x300B18 ---- FC010040 -> 4800000C
----------- 0x300B54 ---- 60000001 -> Branch

60000001 2C12011D
4181000C 3A200000
48000008 3A200001
48000000

----------- 0x20ED0 ---- 7C0802A6 -> Branch

2C110001 4D820020
7C0802A6 48000000

----------- 0x3F9158 ---- 00000002 -> 00000003
----------- 0x3F9170 ---- 42AC0000 -> 43700000
----------- 0x3F9174 ---- 00000000 -> 3F800000
1.00 ------ 0x2FE8A4 ---- 90050000 -> Branch

2C00011D 41810008
90050000 7C120378
48000000

----------- 0x2FE870 ---- FC010040 -> 4800000c
----------- 0x2FE8AC ---- 60000001 -> Branch

60000001 2C12011D
4181000C 3A200000
48000008 3A200001
48000000

----------- 0x20B90 ---- 7C0802A6 -> Branch

2C110001 4D820020
7C0802A6 48000000

----------- 0x3F6458 ---- 00000002 -> 00000003
----------- 0x3F6470 ---- 42AC0000 -> 43700000
----------- 0x3F6474 ---- 00000000 -> 3F800000
1.01 ------ 0x2FF4F8 ---- 90050000 -> Branch

2C00011D 41810008
90050000 7C120378
48000000

----------- 0x2FF4C4 ---- FC010040 -> 4800000c
----------- 0x2FF500 ---- 60000001 -> Branch

60000001 2C12011D
4181000C 3A200000
48000008 3A200001
48000000

----------- 0x20C10 ---- 7C0802A6 -> Branch

2C110001 4D820020
7C0802A6 48000000

----------- 0x3F7608 ---- 00000002 -> 00000003
----------- 0x3F7620 ---- 42AC0000 -> 43700000
----------- 0x3F7624 ---- 00000000 -> 3F800000
 
Top Bottom