• 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!

Stage load modifier for Break the Targets

hotdogturtle

Smash Master
Joined
Feb 15, 2007
Messages
3,503
Alright, so this was originally posted as a request thread, but several days later I discovered that the code that I wanted already existed. (Hey, not a single person in the Stadium Discord knew about it either :upsidedown:) I guess I'm posting it here to spread awareness for anyone else who may be interested. Again I take no credit for these, they were created and ported by other talented hackers years ago. These work as both Action Replay and Gecko.

(1.0) Target Test Level Modifier [Rune]
0248EAEE 00000xxx

(1.1) Target Test Level Modifier [donny2112]
0248FDD6 00000xxx

(1.2) Target Test Level Modifier [nyancat128]
02490AB6 00000xxx

This replaces the stage that plays in Break the Targets, regardless of which character you pick. You could load a normal character's stage to play the whole cast on it, Brawl style. Or you can play some special 1P mode levels that are normally inaccessible. Brinstar, F-Zero, and RttF all properly finish as soon as you reach the normal end.

[021] TMario (Mario)
[022] TCaptain (Captain Falcon)
[023] TClink (Young Link)
[024] TDonkey (Donkey Kong)
[025] TDrmario (Dr. Mario)
[026] TFalco (Falco)
[027] TFox (Fox)
[028] TIceclim (Ice Climbers)
[029] TKirby (Kirby)
[02A] TKoopa (Bowser)
[02B] TLink (Link)
[02C] TLuigi (Luigi)
[02D] TMars (Marth)
[02E] TMewtwo (Mewtwo)
[02F] TNess (Ness)
[030] TPeach (Peach)
[031] TPichu (Pichu)
[032] TPikachu (Pikachu)
[033] TPurin (Jigglypuff)
[034] TSamus (Samus)
[035] TSeak (Sheik)
[036] Tyoshi (Yoshi)
[037] TZelda (Zelda)
[038] TGamewat (Mr. Game & Watch)
[039] TEmblem (Roy)
[03A] TGanon (Ganondorf)

[042] Dassyut (Escape from Brinstar)
[049] B Route (F-Zero Grand Prix)
[052] Takisusume (Race to the Finish)

Full list of stage IDs: https://code.google.com/archive/p/vgce/wikis/ssbmStageID.wiki Although most things are not guaranteed to work.
 
Last edited:

djwang88

Smash Cadet
Joined
Mar 31, 2004
Messages
49
Ported the code to Gecko.
Code:
0416E7F4 386000xx
EDIT: I was wrong, that modifies the stage no matter what mode you're in. Fixed:
Code:
041B659C 386000xx
 
Last edited:
Top Bottom