• 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 Erasing Characters and Stages unlocks them

Brandondorf9999

Smash Cadet
Joined
Mar 6, 2012
Messages
71
Reverse erases the unlockable character and stages to unlock these items.
Code:
$Erasing data unlocks all stages and characters (NTSC v1.02) [Brandondorf9999]
041647e0 3800FFFF
0416506C 3800FFFF
-==-


Erasing data unlocks all chars + stages
Reverse erases the data to unlocks all characters and stages.
[Brandondorf9999]
Version -- DOL Offset ------ Hex to Replace ---------- ASM Code
1.02 ------ 0x161C4C ---- 38000000 -> 3800FFFF
----------- 0x1613C0 ---- 38000000 -> 3800FFFF
1.01 ------ 0x161A24 ---- 38000000 -> 3800FFFF
----------- 0x161198 ---- 38000000 -> 3800FFFF
1.00 ------ 0x161444 ---- 38000000 -> 3800FFFF
----------- 0x160BB8 ---- 38000000 -> 3800FFFF
PAL ------- 0x16261C ---- 38000000 -> 3800FFFF
----------- 0x161D90 ---- 38000000 -> 3800FFFF
 

Benny P

Smash Journeyman
Joined
Dec 10, 2014
Messages
465
Location
Coming Soon
Reverse erases the unlockable character and stages to unlock these items.
Code:
$Erasing data unlocks all stages and characters (NTSC v1.02) [Brandondorf9999]
041647e0 3800FFFF
0416506C 3800FFFF
-==-


Erasing data unlocks all chars + stages
Reverse erases the data to unlocks all characters and stages.
[Brandondorf9999]
Version -- DOL Offset ------ Hex to Replace ---------- ASM Code
1.02 ------ 0x161C4C ---- 38000000 -> 3800FFFF
----------- 0x1613C0 ---- 38000000 -> 3800FFFF
1.01 ------ 0x161A24 ---- 38000000 -> 3800FFFF
----------- 0x161198 ---- 38000000 -> 3800FFFF
1.00 ------ 0x161444 ---- 38000000 -> 3800FFFF
----------- 0x160BB8 ---- 38000000 -> 3800FFFF
PAL ------- 0x16261C ---- 38000000 -> 3800FFFF
----------- 0x161D90 ---- 38000000 -> 3800FFFF

will doing this unlock the alternate musics to work? I've found that the regular Unlock All code included in MCM will unlock characters and stages and even sound test, but never changes menu music, or alt music on stadium or battlefield.
 
Top Bottom