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

Phantom pwnt Dantarion (New Custom SSS + Custom Stage ID Engine Thingy)

Mit

Smash Ace
Joined
Oct 20, 2008
Messages
947
Location
Southeast Michigan
Alternate Stage Loader Data v1.1
46000010 00000000
44000000 005A7D00
66200008 00000000
4f4e4c49 050F0000
10000000 00000000
10010001 00000000
10020002 00000000
10040005 00000000
10080007 00000000
46494e41 00050000
00000DED FADEDEAD
E0000000 80008000

Okay, let's break it down:
46000010 00000000
44000000 005A7D00 Nothing to do here, just copying the original code.

66200008 00000000 It's 0008 because there are 7 lines of data before the 00000DED FADEDEAD line (7+1=8).

4f4e4c49 050F0000 The 4f4e4c49 is the ASCII Data for the Online Waiting Room.
The 05 means that there are 5 button activated stages.
The 0F means that their are 15 randomly selected stages (15 in hex is 0F).

1000
0000 00000000 The 1000 means that the button activator is Start on the GC controller
The 00 means that this button will load STGONLINETRAINING_A.PAC

10010001 00000000 The 1001 means that the button activator is Left+Start (1+1000)
The 01 means that STGONLINETRAINING_B.PAC will be loaded.

10020002 00000000 The 1002 means that the button activator is Right+Start (2+1000)
The 02 means that STGONLINETRAINING_C.PAC will be loaded.

10040005 00000000 The 1004 means that the button activator is Down+Start (4+1000)
The 05 means that STGONLINETRAINING_F.PAC will be loaded.

10080007 00000000 The 1008 means that the button activator is Up+Start (8+1000)
The 07 means that STGONLINETRAINING_H.PAC will be loaded.

46494e41
00050000 The 46494e41 is the ASCII Data for Final Destination.
The 00 means that there are no button activated stages.
The 05 means that there are 5 randomly selected stages.

00000DED FADEDEAD
E0000000 80008000 Again, nothing to do here; just copy and paste.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



So, altogether, this code will load specific stages for the Online Waiting Room when Left+Start, Right+Start, Down+Start, Up+Start, or just Start are pressed. If no buttons are held down, a randomly selected stage out of 15 total will be loaded. This code will also randomly select one of 5 textures for Final Destination.

Hopefully this helps, because it took very long to type up.
This is beautiful. I'm gonna be trying this out tomorrow, and it all makes sense to me now :D Thanks a lot.

To be honest, if no one finds anymore bugs, I am done with this. The song injection is the only thing I might work on, but to be honest...Its probably not gonna happen for a while.
Nooooo! I really, really want song injection :\

I guess if I make all the stages replace Final Destination or Battlefield, the music selection won't be too bad.
 

thanyou

Smash Journeyman
Joined
Mar 8, 2009
Messages
371
Location
CA
After almost an hour of trying to figure out how the button commands work, I finally got them to work *Dances*

Now I've got 15 button command stages for WWR and 4 random ^^

Thanks for the awesome code Dant, it works like a dream.
 

Alphatron

Smash Champion
Joined
Aug 5, 2008
Messages
2,269
The +/B button combo still isn't working on my wiimote. Just start/L on my friend's GC. Why is this?

Also, on pure curiosity, are nunchuck controls possible?
 

b2j135

Da Bess Pit
Joined
Feb 3, 2008
Messages
349
Location
C-City
NNID
b2j135
3DS FC
3222-5569-3062
ok so I have 5 online practice stage replacements and I need to have a certain button combination for GCN and maybe wiimote+nunchuk but I mostly use the GCN controller so we'll use that.
I copied this code:

46000010 00000000
44000000 005A7D00
6620LLLL 00000000
DATADATA DATADATA
00000DED FADEDEAD
E0000000 80008000

what do I need to change it to make these 5 appear instead of the regular OPS? I kinda want it to be like hold L+A = _A.pac, R+A = _B.pac, Z+A = _C.pac, X+A = _D.pac, Y+A = _E.pac and just regular A to be the original OPS.
can someone please help me out?
 

FrozenHobo

Smash Hero
Joined
Mar 26, 2007
Messages
5,272
Location
Nowhere Land
can someone please help me out?

01400000 00000000
01200001 00000000
01100002 00000000
05000003 00000000
09000004 00000000

that should do it.

the stages will all have the music you have for WWR, though.


edit: note that this is just the part of the code for the button inputs. its only a part of the bigger code.
 

b2j135

Da Bess Pit
Joined
Feb 3, 2008
Messages
349
Location
C-City
NNID
b2j135
3DS FC
3222-5569-3062
01400000 00000000
01200001 00000000
01100002 00000000
05000003 00000000
09000004 00000000

that should do it.

the stages will all have the music you have for WWR, though.


edit: note that this is just the part of the code for the button inputs. its only a part of the bigger code.
so the actual code should look like this?

46000010 00000000
44000000 005A7D00
66200008 00000000
4f4e4c49 050F0000
01200001 00000000
01100002 00000000
05000003 00000000
09000004 00000000
46494e41 00050000
00000DED FADEDEAD
E0000000 80008000

or should this line be changed to something else: 66200008 00000000
I'm a complete noob when it comes to code, but I'm knowledgeable on how it works, what lines are, ect. I just can't really make my own :p

Edit: nevermind this should be 66200006 00000000 right?
 

LordshadowRagnarok

Smash Journeyman
Joined
Aug 26, 2009
Messages
246
Location
Bastok
Alright... I broke... something. I'm not really sure what. Every time I try to go into Group > Brawl now, the game freezes (but oddly enough, the music keeps playing)

I've only slapped on stages to Wifi room.

If anyone feels like being amazing and telling me what's wrong in these codes, here they are.

Code:
RSBE01
Smash Bros Brawl (US)

Infinite Replays
* 040E5DE8 60000000
* 04953184 60000000
* 04953224 60000000

Tags in Replays [Y.S.]
* 0404B140 38A00000

Tripping Rate Modifier [KirbyIsCool] (No Tripping)
* 0481CB34 C0220020
* 045A9340 00000000

Level Freezer[Phantom Wings/Almas, 9 Lines] (Stage Specific Speed

Reduction)
* 42000000 90000000
* 0416A904 3F000000
* 2A180F3A 00000004
* 2A180F3A 00000005
* 0416A904 3F2AAAAB
* 2A180F3A 00000024
* 2A180F3A 0000002D
* 2A180F3A 00000031
* 0416A904 3F800000
* E0000000 80008000

Default Settings Standard
* 24494A98 80000000
* 20523300 00000000
* 04523300 DEADBEEF
* 42000000 90000000
* 0417F360 00000102
* 0417F364 03000A00
* 0417F368 08010101
* 0417F36C 01000000
* E0000000 80008000

Death Boundary Mod V2[spunit262] (Death zone mod engine)
* C2931438 0000001D
* 3C004248 90010008
* C0610008 3C004B00
* 60000800 90010008
* C0210008 3C809018
* A0640F3A 88840F3C
* 811D0020 38A2FCD8
* 84C50008 80E50004
* 54C0463E 7C001800
* 40A2009C 54C0673E
* 2C00000F 41A2000C
* 7C002000 40A20088
* 54C0E53F 4182001C
* 68000800 B001000A
* C0010008 FC000828
* FC80182A D0880000
* 54C0452E 50E0463F
* 4182001C 68000800
* B001000A C0410008
* FC420828 FC821828
* D0880004 54E0A53F
* 4182001C 68000800
* B001000A C0C10008
* FCC60828 FC861828
* D0880008 54E0053F
* 4182001C 68000800
* B001000A C0E10008
* FCE70828 FC87182A
* D088000C 7CC03B79
* 4082FF50 00000000

Death zone mod data
* 065A9000 00000020
* 05F00000 00070000
* 30F0F0B0 E30D0000
* 15F00000 00000FC8
* 29F00000 000B0FC8

Char ID fix 2.1 [spunit262, The Paprika Killer] (Character fix)
* C28152E4 00000006
* 819E003C 907EFFFC
* 80E30030 2C07000F
* 40A2001C 80FE0008
* 3C008180 7C070000
* 4080000C 39030008
* 9107FFFC 00000000

Hitbox Property Mod Engine 2.0 [Phantom Wings, spunit262. Paprika

Killer] (Hitbox mod engine)
* C2744A3C 00000019
* 3C008180 80FC0028
* 81070008 8108FFFC
* 7C080000 408000A8
* 81080030 80DE0020
* 5106C00E 801E0000
* 5006821E 801E0018
* 5006442E 80E7007C
* 80E70038 813E0030
* 5127C0CE 801E0014
* 50076226 390204C8
* 85480018 81680004
* 7D405B79 41820060
* 7C0A3000 4082FFEC
* 7C0B3800 4082FFE4
* 88080008 90030004
* 88080009 9003001C
* 8808000A 90030024
* 8808000B 500906FE
* 91230034 A008000C
* 90030018 80080010
* 2C00FFFF 41820008
* 90030038 C0080014
* C03E0010 EC010032
* D0030014 7F83E378
* 60000000 00000000

Hitbox Property Mod Data
* 065A9800 000021C0
* 000F4928 0016902F
* 0F532F00 01690000
* FFFFFFFF 3F800000
* 000C4B23 0016902F
* 0C562A00 01690000
* FFFFFFFF 3F800000
* 00055014 00050029
* 06504100 00640000
* FFFFFFFF 3F800000
* 00075014 00050029
* 07504100 00640000
* FFFFFFFF 3F800000
* 000D4B14 00118033
* 0D4B4600 01180000
* FFFFFFFF 3F800000
* 000E5A20 00053032
* 0E642000 00530000
* FFFFFFFF 3F800000
* 6405191E 05169000
* 06191E05 01690000
* FFFFFFFF 3F800000
* 64051416 05169000
* 06141605 01690000
* FFFFFFFF 3F800000
* 64050F0B 05169000
* 060F0B05 01690000
* FFFFFFFF 3F800000
* 010B1464 00032026
* 0B146400 001E0000
* FFFFFFFF 3F800000
* 010E1752 0004E131
* 0F175200 004E0000
* FFFFFFFF 3F800000
* 010E1752 00054131
* 0F175200 00540000
* FFFFFFFF 3F800000
* 010C640A 00169027
* 0C641E00 01690000
* FFFFFFFF 3F800000
* 010A640A 00169027
* 0A641E00 00280000
* FFFFFFFF 3F800000
* 0109640A 00169027
* 09640F00 000F0000
* FFFFFFFF 3F800000
* 01046400 00169024
* 04001E00 01690000
* FFFFFFFF 3F800000
* 0108280F 0B046113
* 0828230B 00140000
* FFFFFFFF 3F800000
* 020D6014 02169027
* 0D651402 01690000
* FFFFFFFF 3F800000
* 020C325A 02050029
* 0C425A02 00500000
* FFFFFFFF 3F800000
* 020C325A 02118029
* 0C425A02 01180000
* FFFFFFFF 3F800000
* 02115A14 0203002C
* 14651402 00300000
* FFFFFFFF 3F800000
* 02145A19 0203002C
* 17651902 00300000
* FFFFFFFF 3F800000
* 02135A1E 0203002C
* 16651E02 00300000
* FFFFFFFF 3F800000
* 020C4844 02169118
* 0C604402 01690000
* FFFFFFFF 3F800000
* 02094844 02169118
* 09604402 01690000
* FFFFFFFF 3F800000
* 02095037 02169118
* 09663702 01690000
* FFFFFFFF 3F800000
* 02075037 02169118
* 07663702 01690000
* FFFFFFFF 3F800000
* 02075014 02169118
* 07661402 01690000
* FFFFFFFF 3F800000
* 02055014 02169118
* 05661402 01690000
* FFFFFFFF 3F800000
* 020C6E14 02169033
* 0C731902 01690000
* FFFFFFFF 3F800000
* 64072850 02046002
* 08285002 00460000
* FFFFFFFF 3F800000
* 6405283C 02041002
* 06283C02 00410000
* FFFFFFFF 3F800000
* 49053207 02169001
* 05412802 000A0000
* FFFFFFFF 3F800000
* 0307640A 00169027
* 071E3700 00190000
* FFFFFFFF 3F800000
* 0308640A 00169027
* 081D3700 00190000
* FFFFFFFF 3F800000
* 030A640A 00169027
* 0B1B3200 00190000
* FFFFFFFF 3F800000
* 030E3C50 05050029
* 0E435005 00500000
* FFFFFFFF 3F800000
* 030D6414 0016902C
* 0D691400 01690000
* FFFFFFFF 3F800000
* 030C6414 0016902C
* 0C692D00 00169000
* FFFFFFFF 3F800000
* 030A501E 0004B026
* 0A5A1E00 004B0000
* FFFFFFFF 3F800000
* 4905141A 05000000
* 08141A05 00000000
* FFFFFFFF 3F800000
* 6F0A4128 05037000
* 0A5A1E05 00370000
* FFFFFFFF 3F800000
* 6F042D0F 05169000
* 062D0F05 01690000
* FFFFFFFF 3F800000
* 6F052D0F 05169001
* 072D0F05 01690000
* FFFFFFFF 3F800000
* 03016400 0005003A
* 01640000 00500000
* FFFFFFFF 3FA00000
* 030F325A 0004602F
* 0F325F00 003C0000
* FFFFFFFF 3F800000
* 030E2850 0007802F
* 0E2D5A00 00780000
* FFFFFFFF 3F800000
* 66032A0E 03169001
* 032A0E03 01690000
* FFFFFFFF 3F800000
* 66052E10 03169002
* 062E1003 01690000
* FFFFFFFF 3F800000
* 66083214 03169003
* 09321403 01690000
* FFFFFFFF 3F800000
* 660B3618 03028004
* 0C361803 00280000
* FFFFFFFF 3F800000
* 660E381C 03028005
* 10381C03 00280000
* FFFFFFFF 3F800000
* 66123A20 03028006
* 143A2003 00280000
* FFFFFFFF 3F800000
* 66153C20 03028007
* 17462303 00280000
* FFFFFFFF 3F800000
* 6619381E 03028008
* 1C381E03 00230000
* FFFFFFFF 3F800000
* 030F6402 0010E033
* 10640A00 010E0000
* FFFFFFFF 3F800000
* 040E3F1E 0001E02F
* 10482500 001E0000
* FFFFFFFF 3F800000
* 040E351E 0001E02F
* 10442500 001E0000
* FFFFFFFF 3F800000
* 040D3F1E 0001E02F
* 0F482500 001E0000
* FFFFFFFF 3F800000
* 040D351E 0001E02F
* 0F442500 001E0000
* FFFFFFFF 3F800000
* 04085028 00050027
* 09472300 00500000
* FFFFFFFF 3F800000
* 04085028 00041027
* 09472300 00410000
* FFFFFFFF 3F800000
* 04085028 00032027
* 09472300 00320000
* FFFFFFFF 3F800000
* 04095028 00050027
* 0A472300 00500000
* FFFFFFFF 3F800000
* 04095028 00041027
* 0A472300 00410000
* FFFFFFFF 3F800000
* 04095028 00032027
* 0A472300 00320000
* FFFFFFFF 3F800000
* 040A5028 00050027
* 0B472300 00500000
* FFFFFFFF 3F800000
* 040A5028 00046027
* 0B472300 00460000
* FFFFFFFF 3F800000
* 040A5028 00032027
* 0B472300 00320000
* FFFFFFFF 3F800000
* 040A1E41 0001C029
* 0B1C3B00 001C0000
* FFFFFFFF 3F800000
* 04051E41 00169029
* 061A3700 01690000
* FFFFFFFF 3F800000
* 040B2848 00064028
* 0C254200 00640000
* FFFFFFFF 3F800000
* 040A2848 00064028
* 0B254200 00640000
* FFFFFFFF 3F800000
* 0409640F 00169026
* 0B640F00 01690000
* FFFFFFFF 3F800000
* 6F042832 00032000
* 07283800 00320000
* FFFFFFFF 3F800000
* 040F5A00 0010E033
* 0F5A000B 010E0000
* FFFFFFFF 3F800000
* 04026400 0005003A
* 03640000 00500000
* FFFFFFFF 3F800000
* 05026400 0216914F
* 02640006 01690000
* FFFFFFFF 3F800000
* 05051E3C 0500A1BB
* 06735005 005A0000
* FFFFFFFF 3F800000
* 0508641E 02169182
* 09641E02 00190000
* FFFFFFFF 3F800000
* 05096432 02169182
* 0B643202 00190000
* FFFFFFFF 3F800000
* 05166432 02169183
* 16643202 00190000
* FFFFFFFF 3F800000
* 05146432 02169183
* 14643202 00190000
* FFFFFFFF 3F800000
* 05126432 02169183
* 12643202 00190000
* FFFFFFFF 3F800000
* 05186432 02169183
* 18643202 00190000
* FFFFFFFF 3F800000
* 0501280C 0200A16A
* 02280C02 00AA0000
* FFFFFFFF 3F800000
* 0502280C 0200A16A
* 02280C02 00AA0000
* FFFFFFFF 3F800000
* 05056432 0216916A
* 05643202 005A0000
* FFFFFFFF 3F800000
* 05046428 0216916A
* 04642802 005A0000
* FFFFFFFF 3F800000
* 05036432 0216916A
* 03643202 005A0000
* FFFFFFFF 3F800000
* 05124641 0004612C
* 14464100 00460000
* FFFFFFFF 3F800000
* 6E042844 02050000
* 05284402 00500000
* FFFFFFFF 3F800000
* 6E043C44 0203C001
* 053C4402 003C0000
* FFFFFFFF 3F800000
* 08015001 00169026
* 01500108 01690000
* FFFFFFFF 3F800000
* 08026432 00169026
* 05643200 01690000
* FFFFFFFF 3F800000
* 0907503C 0503C118
* 0A324B05 003C0000
* FFFFFFFF 3F800000
* 0907463C 0510E118
* 0A3C4605 010E0000
* FFFFFFFF 3F800000
* 09073464 05050118
* 091E5F05 00500000
* FFFFFFFF 3F800000
* 09050000 05169119
* 0A000005 01690000
* FFFFFFFF 3F800000
* 090D4632 0502D115
* 0E008005 00410000
* FFFFFFFF 3F800000
* 090B283E 05055115
* 0C007805 00500000
* FFFFFFFF 3F800000
* 09073C32 05032115
* 08007005 005F0000
* FFFFFFFF 3F800000
* 090F4628 05169115
* 10464105 00500000
* FFFFFFFF 3F800000
* 090D4128 05169115
* 0E414105 00500000
* FFFFFFFF 3F800000
* 090B3C28 05169115
* 0C3C4105 00500000
* FFFFFFFF 3F800000
* 090A4B19 00050029
* 0C4B1400 00550000
* FFFFFFFF 3F800000
* 090A4B19 00028029
* 0C4B1400 00230000
* FFFFFFFF 3F800000
* 090A4B19 00014029
* 0C4B1400 000F0000
* FFFFFFFF 3F800000
* 09135D1E 03020033
* 165D1E03 00200000
* FFFFFFFF 3F800000
* 09026400 0005003A
* 03640003 00500000
* FFFFFFFF 3F800000
* 090D5032 00169028
* 0D503200 00140000
* FFFFFFFF 3F800000
* 090B640A 00169027
* 0C6E0A00 01690000
* FFFFFFFF 3F800000
* 090A640A 00169027
* 0B6E0A00 01690000
* FFFFFFFF 3F800000
* 090A6400 00169027
* 0B6E0000 00190000
* FFFFFFFF 3F800000
* 09096400 00169027
* 0A6E0000 00190000
* FFFFFFFF 3F800000
* 0909640A 00169027
* 0A6E0A00 00190000
* FFFFFFFF 3F800000
* 09145514 0502D02C
* 145A1405 002D0000
* FFFFFFFF 3F800000
* 09125514 0502802C
* 12551405 00230000
* FFFFFFFF 3F800000
* 09105A14 0016902F
* 105A2300 01690000
* FFFFFFFF 3F800000
* 09067D2D 00169033
* 087D2D00 01690000
* FFFFFFFF 3F800000
* 09082850 00041026
* 08196400 004B0000
* FFFFFFFF 3F800000
* 09062841 00028026
* 060F5000 00280000
* FFFFFFFF 3F800000
* 0A016400 0516903C
* 02640005 01690000
* FFFFFFFF 3F800000
* 66021E0A 05044001
* 021E0705 00700000
* FFFFFFFF 3F800000
* 66011E0A 05044001
* 011E0705 00700000
* FFFFFFFF 3F800000
* 6E01460A 03046002
* 014B1403 00460000
* FFFFFFFF 3F800000
* 49046400 0006E000
* 04320000 006E0000
* FFFFFFFF 3F800000
* 49046400 0006E000
* 04320000 006E0000
* FFFFFFFF 3F800000
* 0A123E32 0016902C
* 133E3200 01690000
* FFFFFFFF 3F800000
* 0A143E32 0016902C
* 153E3200 01690000
* FFFFFFFF 3F800000
* 0A163E32 0016902C
* 173E3200 01690000
* FFFFFFFF 3F800000
* 0A183E32 0016902C
* 1B3E3200 01690000
* FFFFFFFF 3F800000
* 0B0B5046 00050117
* 0D504600 00500000
* FFFFFFFF 3F800000
* 0B036400 02050033
* 050F3702 010E0000
* FFFFFFFF 3F800000
* 0B03640A 0210E033
* 050F3702 010E0000
* FFFFFFFF 3F800000
* 0B021E3C 02014018
* 021E4402 00140000
* FFFFFFFF 3F800000
* 0B0D5028 02169033
* 0E502802 01690000
* FFFFFFFF 3F800000
* 0B0C5028 02169033
* 0D502802 01690000
* FFFFFFFF 3F800000
* 0B0B5028 02169033
* 0C502802 01690000
* FFFFFFFF 3F800000
* 0B0D5014 00169033
* 10501400 01690000
* FFFFFFFF 3F800000
* 0B095014 00169033
* 0B501400 01690000
* FFFFFFFF 3F800000
* 0B056432 02169024
* 06643202 01690000
* FFFFFFFF 3F800000
* 0B0B1E78 00050026
* 0C1E7800 00500000
* FFFFFFFF 3F800000
* 0B081E50 00050026
* 0A1E5000 00500000
* FFFFFFFF 3F800000
* 0B0B532D 00169027
* 0D532D00 01690000
* FFFFFFFF 3F800000
* 0B0C6137 02064028
* 0D613702 00640000
* FFFFFFFF 3F800000
* 0B145017 0205A032
* 17501702 005A0000
* FFFFFFFF 3F800000
* 0B0F5A17 02046032
* 115A1702 00460000
* FFFFFFFF 3F800000
* 0B0F5A17 02078032
* 115A1702 00780000
* FFFFFFFF 3F800000
* 0B0C643C 0005A032
* 10643C00 005A0000
* FFFFFFFF 3F800000
* 0B0A643C 0004A032
* 0D643C00 004A0000
* FFFFFFFF 3F800000
* 0B086414 00169042
* 19501E00 01690000
* FFFFFFFF 3F800000
* 0C0D5A14 00169033
* 0E5A1400 00230000
* FFFFFFFF 3F800000
* 0C0A6400 00169033
* 0B640000 00230000
* FFFFFFFF 3F800000
* 0C096400 00169033
* 0A640000 00230000
* FFFFFFFF 3F800000
* 0C0E501E 00169033
* 0F501E00 01690000
* FFFFFFFF 3F800000
* 0C0D5A14 0016911E
* 0E5A1400 00230000
* FFFFFFFF 3F800000
* 0C0A6400 0016911E
* 0B640000 00230000
* FFFFFFFF 3F800000
* 0C096400 0016911E
* 0A640000 00230000
* FFFFFFFF 3F800000
* 0C0E501E 0016911E
* 0F501E00 01690000
* FFFFFFFF 3F800000
* 0C0F4632 0016902C
* 0F4A3200 01690000
* FFFFFFFF 3F800000
* 0C12441E 0005002C
* 12443200 00500000
* FFFFFFFF 3F800000
* 0C0F2832 00017118
* 0F323200 00170000
* FFFFFFFF 3F800000
* 0D0C5F14 0001402F
* 0C641400 00190000
* FFFFFFFF 3F800000
* 0D0A5514 0001402F
* 0A641400 00190000
* FFFFFFFF 3F800000
* 0D057828 03169033
* 07782803 01690000
* FFFFFFFF 3F800000
* 0D0D5832 0206E027
* 0D0F4602 006E0000
* FFFFFFFF 3F800000
* 0D026400 03169024
* 014B000E 01690000
* FFFFFFFF 3F800000
* 0D02A00A 03169024
* 01640A0E 01690000
* FFFFFFFF 3F800000
* 0D0B6941 03046028
* 0B694103 005A0000
* FFFFFFFF 3F800000
* 0D016400 0001E02C
* 01640A00 001E0000
* FFFFFFFF 3F800000
* 0D016400 0002D02C
* 01640500 013B0000
* FFFFFFFF 3F800000
* 0D016400 0003C02C
* 01640500 012C0000
* FFFFFFFF 3F800000
* 0D016400 000A002C
* 01640A00 00A00000
* FFFFFFFF 3F800000
* 0D066428 02050114
* 08144B02 00190000
* FFFFFFFF 3F800000
* 0D066428 0516911A
* 0A145005 010E0000
* FFFFFFFF 3F800000
* 0E056414 0005A027
* 07502A00 005A0000
* FFFFFFFF 3F800000
* 0E056414 0006C027
* 074B2800 006C0000
* FFFFFFFF 3F800000
* 0E085023 00046029
* 08503200 006E0000
* FFFFFFFF 3F800000
* 0E085023 0005A029
* 08503200 005A0000
* FFFFFFFF 3F800000
* 0E056400 0001802C
* 05320000 00180000
* FFFFFFFF 3F800000
* 0E056400 0016902C
* 05320000 01690000
* FFFFFFFF 3F800000
* 0E056400 0003C02C
* 05320000 003C0000
* FFFFFFFF 3F800000
* 0E096432 0016902C
* 095A3200 01690000
* FFFFFFFF 3F800000
* 0E0A501E 00046033
* 0B1E5A00 004B0000
* FFFFFFFF 3F800000
* 6E032218 02000000
* 04221802 00000000
* FFFFFFFF 3F800000
* 6E032218 02046000
* 04221802 00460000
* FFFFFFFF 3F800000
* 0E076432 0203C026
* 071E5A02 00500000
* FFFFFFFF 3F800000
* 0E056414 00169026
* 050A5000 00280000
* FFFFFFFF 3F800000
* 0F085A28 00046033
* 08543800 005A0000
* FFFFFFFF 3F800000
* 0F058228 00169033
* 057B3800 00140000
* FFFFFFFF 3F800000
* 0F0C691E 0016902C
* 0C6D1E00 01690000
* FFFFFFFF 3F800000
* 0F0D691E 0016902C
* 0D6D1E00 01690000
* FFFFFFFF 3F800000
* 0F0C691E 0003C02F
* 0D691E00 003C0000
* FFFFFFFF 3F800000
* 0F0A6932 0005302F
* 0B693200 00530000
* FFFFFFFF 3F800000
* 0F0C661E 0003C02F
* 0D661E00 003C0000
* FFFFFFFF 3F800000
* 0F0A6632 0005302F
* 0B663200 00530000
* FFFFFFFF 3F800000
* 0F09711E 0003C02F
* 0A711E00 003C0000
* FFFFFFFF 3F800000
* 0F087132 0005302F
* 09713200 00530000
* FFFFFFFF 3F800000
* 0F08711E 0003C02F
* 09711E00 003C0000
* FFFFFFFF 3F800000
* 0F0B6932 00053032
* 0B6E3200 00530000
* FFFFFFFF 3F800000
* 0F096932 00053032
* 096E3200 00530000
* FFFFFFFF 3F800000
* 0F097132 00053032
* 09793200 00530000
* FFFFFFFF 3F800000
* 0F087132 00053032
* 08793200 00530000
* FFFFFFFF 3F800000
* 0F076414 00169033
* 070F5000 00A00000
* FFFFFFFF 3F800000
* 7302503C 03032000
* 02304603 00730000
* FFFFFFFF 3F800000
* 140C463C 1302D115
* 10414B13 002D0000
* FFFFFFFF 3F800000
* 140A463C 1302D115
* 0B464B13 002D0000
* FFFFFFFF 3F800000
* 140F6432 13122115
* 0F2E280B 01220000
* FFFFFFFF 3F800000
* 14082350 0005011E
* 08005000 00000000
* FFFFFFFF 3F800000
* 14026400 0005003A
* 05640013 00500000
* FFFFFFFF 3F800000
* 14075A46 13046114
* 125A5013 00460000
* FFFFFFFF 3F800000
* 14016432 0316911C
* 02643203 01690000
* FFFFFFFF 3F800000
* 14006400 000B4028
* 01640000 00B40000
* FFFFFFFF 3F800000
* 14006400 00000028
* 01640000 00000000
* FFFFFFFF 3F800000
* 140C641E 00050029
* 0C001E08 00500000
* FFFFFFFF 3F800000
* 140C641E 00046029
* 0C002808 00460000
* FFFFFFFF 3F800000
* 140C641E 0003C029
* 0C003208 003C0000
* FFFFFFFF 3F800000
* 14056400 0008C02F
* 055A0000 00960000
* FFFFFFFF 3F800000
* 14056400 0008D02F
* 055A0000 00960000
* FFFFFFFF 3F800000
* 14056400 0003202F
* 054B0000 00960000
* FFFFFFFF 3F800000
* 140E4B3C 0008202F
* 10503C00 00820000
* FFFFFFFF 3F800000
* 140B641E 13041114
* 0B641E0F 00410000
* FFFFFFFF 3F800000
* 15134D1E 0016902C
* 114D1E00 01690000
* FFFFFFFF 3F800000
* 1511501E 0004B033
* 0F501E00 004B0000
* FFFFFFFF 3F800000
* 15026400 0016903A
* 02640006 01690000
* FFFFFFFF 3F800000
* 160E5514 0203C11B
* 0E642302 003C0000
* FFFFFFFF 3F800000
* 160E5F14 0203C11B
* 0E6D2302 003C0000
* FFFFFFFF 3F800000
* 160B5D32 0216902F
* 0B523202 01690000
* FFFFFFFF 3F800000
* 160D5A32 0216902F
* 0D4E3202 01690000
* FFFFFFFF 3F800000
* 16016400 0205A117
* 01004B02 005A0000
* FFFFFFFF 3F800000
* 16012D00 0201E117
* 01004F02 002D0000
* FFFFFFFF 3F800000
* 16012D00 02096117
* 01004F02 00870000
* FFFFFFFF 3F800000
* 1603AA23 02046118
* 03004B02 00460000
* FFFFFFFF 3F800000
* 1609505A 02046114
* 06504602 00460000
* FFFFFFFF 3F800000
* 1609505A 02050114
* 065A4602 00500000
* FFFFFFFF 3F800000
* 16093C5A 0201E11D
* 083C4602 001E0000
* FFFFFFFF 3F800000
* 170D520A 02169033
* 0E520A02 01690000
* FFFFFFFF 3F800000
* 170E520A 02169033
* 0F520A02 01690000
* FFFFFFFF 3F800000
* 170F520A 02169033
* 10520A02 01690000
* FFFFFFFF 3F800000
* 1704643C 02169033
* 06643C02 01690000
* FFFFFFFF 3F800000
* 6C046400 14169000
* 05640A14 01690000
* FFFFFFFF 3F800000
* 6C066400 14169000
* 07641414 01690000
* FFFFFFFF 3F800000
* 18064641 00046029
* 08464100 00460000
* FFFFFFFF 3F800000
* 18064641 0005A029
* 08464100 005A0000
* FFFFFFFF 3F800000
* 18064641 00050029
* 08464100 00500000
* FFFFFFFF 3F800000
* 180A641E 0316902C
* 0E552D03 01690000
* FFFFFFFF 3F800000
* 180B3228 1404602F
* 0B194614 00550000
* FFFFFFFF 3F800000
* 49065A3C 0016902F
* 075A3C00 01690000
* FFFFFFFF 3F800000
* 49065A3C 0304602F
* 08504B03 00500000
* FFFFFFFF 3F800000
* 49065A3C 1316902F
* 0A233C13 01690000
* FFFFFFFF 3F800000
* 49075A3C 0516902F
* 08783C05 01690000
* FFFFFFFF 3F800000
* 4908583C 0016902F
* 095A4B00 01690000
* FFFFFFFF 3F800000
* 640B6423 E3169FFF
* 0F5532E3 01690000
* FFFFFFFF 3F800000
* 64066423 E3169FFF
* 0D462DE3 01690000
* FFFFFFFF 3F800000
* 6406641E E305AFFF
* 0D462DE3 005A0000
* FFFFFFFF 3F800000
* 6E033228 05050000
* 04322805 00500000
* FFFFFFFF 3F800000
* 6E05612D 0502D001
* 08612D05 002D0000
* FFFFFFFF 3F800000
* 6E046128 0502D001
* 06612805 002D0000
* FFFFFFFF 3F800000
* 49012832 04046002
* 010F4604 00000000
* FFFFFFFF 3F800000
* 1A086928 0305F028
* 095F2503 005F0000
* FFFFFFFF 3F800000
* 1A086928 0005F028
* 095F2500 005F0000
* FFFFFFFF 3F800000
* 1A050A32 0005A033
* 04003C00 005A0000
* FFFFFFFF 3F800000
* 1A056400 0010E033
* 04002300 010E0000
* FFFFFFFF 3F800000
* 1A056E0A 0010E033
* 082D2800 010E0000
* FFFFFFFF 3F800000
* 1A05820A 00169033
* 05820A00 010E0000
* FFFFFFFF 3F800000
* 1A061606 00000029
* 06002200 013B0000
* FFFFFFFF 3F800000
* 1A09501E 03169033
* 0B501E03 01690000
* FFFFFFFF 3F800000
* 1A0C5A1E 03118033
* 124B3C03 01180000
* FFFFFFFF 3F800000
* 1A0A5A1E 03169033
* 0C5A1E03 01690000
* FFFFFFFF 3F800000
* 1A073C0A 03169033
* 093C0A03 01690000
* FFFFFFFF 3F800000
* 1A04503C 00169024
* 06503C00 01690000
* FFFFFFFF 3F800000
* 1D020000 05019033
* 04000000 00190000
* FFFFFFFF 3F800000
* 1D104B28 0005002F
* 105A2800 00500000
* FFFFFFFF 3F800000
* 1D0C5541 0202D087
* 0C645002 0020D000
* FFFFFFFF 3F800000
* 1D116228 0002D02C
* 13692800 002D0000
* FFFFFFFF 3F800000
* 1D116228 0002802C
* 13692800 00280000
* FFFFFFFF 3F800000
* 1D116228 0002302C
* 13692800 00230000
* FFFFFFFF 3F800000
* 1D116228 0016902C
* 13692800 01690000
* FFFFFFFF 3F800000
* 1D09821E 05169033
* 09822D05 01690000
* FFFFFFFF 3F800000
* 1D056400 00046114
* 05640000 00580000
* FFFFFFFF 38F00000
* 1D026400 00048114
* 01640000 00550000
* FFFFFFFF 3F800000
* 6F000000 12169000
* 00001412 01690000
* FFFFFFFF 3F800000
* 1F085014 1110E033
* 0E501411 01000000
* FFFFFFFF 3F800000
* 1F0A5C20 11032033
* 105C2011 00300000
* FFFFFFFF 3F800000
* 1F085028 1116902F
* 09503C11 01690000
* FFFFFFFF 3F800000
* 1F021414 11050033
* 04141411 00500000
* FFFFFFFF 3F800000
* 1F03A00A 11037033
* 05A00A11 00370000
* FFFFFFFF 3F800000
* 1F02AA0A 11037033
* 04AA0A11 00370000
* FFFFFFFF 3F800000
* 1F02A00A 11037033
* 04A00A11 00370000
* FFFFFFFF 3F800000
* 1F046400 11064112
* 02640011 00640000
* FFFFFFFF 3F800000
* 1F046400 11072112
* 02640011 00720000
* FFFFFFFF 3F800000
* 1F046400 11078112
* 02640011 00780000
* FFFFFFFF 3F800000
* 640A3C32 15026000
* 0F3C3C15 00260000
* FFFFFFFF 3F800000
* 64093C32 15026000
* 0C3C3C15 00260000
* FFFFFFFF 3F800000
* 6408500A 15169000
* 0A500A15 01690000
* FFFFFFFF 3F800000
* 210A3246 0006E026
* 0B324600 006E0000
* FFFFFFFF 3F800000
* 21071E2D 00078026
* 081E2D00 00780000
* FFFFFFFF 3F800000
* 2107821C 1503C029
* 08821C15 003C0000
* FFFFFFFF 3F800000
* 21056400 15050027
* 06640015 00500000
* FFFFFFFF 3F800000
* 2108641E 15169027
* 09641E15 01690000
* FFFFFFFF 3F800000
* 2106641E 15169027
* 07641E15 01690000
* FFFFFFFF 3F800000
* 210E5D19 1516902C
* 0F5D1915 01690000
* FFFFFFFF 3F800000
* 21105D19 1516902C
* 115D1915 01690000
* FFFFFFFF 3F800000
* 210D5F20 15053032
* 0E5F2015 00530000
* FFFFFFFF 3F800000
* 2109641C 15053032
* 0A641C15 00530000
* FFFFFFFF 3F800000
* 210E5D19 1516902F
* 0F5D1915 01690000
* FFFFFFFF 3F800000
* 220D641E 0204102F
* 0D641E02 00140000
* FFFFFFFF 3F800000
* 2210641E 0204102F
* 10641E02 00140000
* FFFFFFFF 3F800000
* 2208641E 0204102F
* 08641E02 00140000
* FFFFFFFF 3F800000
* 2306641E 00169027
* 06193C00 00120000
* FFFFFFFF 3F800000
* 2305641E 00169027
* 05193C00 00120000
* FFFFFFFF 3F800000
* 2308641E 00169027
* 08193700 00120000
* FFFFFFFF 3F800000
* 6F094632 00169000
* 0A463200 01690000
* FFFFFFFF 3F800000
* 250C4222 0000002F
* 0C423200 00000000
* FFFFFFFF 3F800000
* 250C6410 00169026
* 0C641000 000F0000
* FFFFFFFF 3F800000
* 25086408 00169026
* 08640800 000F0000
* FFFFFFFF 3F800000
* 250C5A0A 00169033
* 0D460800 01690000
* FFFFFFFF 3F800000
* 250A5A14 00169033
* 0B5A1200 00190000
* FFFFFFFF 3F800000
* 250B4B34 0005A113
* 0C4B3200 005A0000
* FFFFFFFF 3F800000
* 250B4B34 00078113
* 0C4B3200 00780000
* FFFFFFFF 3F800000
* 2509641E 00058033
* 0A641C00 00580000
* FFFFFFFF 3F800000
* 29066400 020AA02F
* 06500002 00B40000
* FFFFFFFF 3F800000
* 29066400 020B402F
* 06500002 00B40000
* FFFFFFFF 3F800000
* 290B6B1E 0204802F
* 0B5F3202 00400000
* FFFFFFFF 3F800000
* 290A6E00 0205002C
* 0A6E0002 003C0000
* FFFFFFFF 3F800000
* 290A6E00 0204C02C
* 0A6E0002 003C0000
* FFFFFFFF 3F800000
* 29012800 020B4118
* 02280002 00B40000
* FFFFFFFF 3F800000
* 29016400 020B4118
* 01002002 00E10000
* FFFFFFFF 3F800000
* 2C014600 0002D117
* 01460000 00870000
* FFFFFFFF 3F800000
* 2C038350 00041118
* 05835000 00410000
* FFFFFFFF 3F800000
* 2C04733C 00169118
* 06733C00 01690000
* FFFFFFFF 3F800000
* 2C056E0A 00169027
* 05780A00 01690000
* FFFFFFFF 3F800000
* 2C067828 02169027
* 06822802 01690000
* FFFFFFFF 3F800000
* 2C086428 00169033
* 0B642800 01690000
* FFFFFFFF 3F800000
* 2C03640A 00169033
* 04231E00 010E0000
* FFFFFFFF 3F800000
* 2C016400 00169033
* 02640000 005F0000
* FFFFFFFF 3F800000
* 2C010000 00169033
* 02640000 005F0000
* FFFFFFFF 3F800000
* 2E0D5F37 0005F028
* 0D533700 005F0000
* FFFFFFFF 3F800000
* 2E0C5F2D 00054028
* 0C532D00 00540000
* FFFFFFFF 3F800000
* 2E07733C 00169024
* 07503C00 01690000
* FFFFFFFF 3F800000
* 2E084B32 00113027
* 074B3200 01130000
* FFFFFFFF 3F800000
* 2E086432 00169027
* 07643200 01690000
* FFFFFFFF 3F800000
* 2E084B1E 00169027
* 074B1E00 01690000
* FFFFFFFF 3F800000
* 6F0E3A5A 05058003
* 0E3E5F05 005A0000
* FFFFFFFF 3F800000
* 4B045A1E 00169001
* 055A1E00 010E0000
* FFFFFFFF 3F800000
* 2F065A3F 00050033
* 075A3F00 00500000
* FFFFFFFF 3F800000
* 2F063246 00050026
* 07324600 00500000
* FFFFFFFF 3F800000
* 2F042837 00046026
* 05283700 00460000
* FFFFFFFF 3F800000
* 2F084650 00046033
* 0A465000 00460000
* FFFFFFFF 3F800000
* 2F083C46 00020033
* 0A3C4600 00200000
* FFFFFFFF 3F800000
* 2F074650 00046033
* 09465000 00460000
* FFFFFFFF 3F800000
* 2F065028 00050029
* 07145000 005A0000
* FFFFFFFF 3F800000
* 2F065028 00046029
* 080A2800 00370000
* FFFFFFFF 3F800000
* 2F06501E 00169029
* 090F5000 00460000
* FFFFFFFF 3F800000
* 2F0B501E 00169033
* 0B502800 01690000
* FFFFFFFF 3F800000
* 2F085514 00169033
* 08552800 01690000
* FFFFFFFF 3F800000
* 2F055A14 00169033
* 055A2800 01690000
* FFFFFFFF 3F800000
* 2F016400 000DC032
* 01960000 00DC0000
* FFFFFFFF 3F800000
* 2F016400 00082032
* 01960000 00820000
* FFFFFFFF 3F800000

Frame Speed Mod Engine V3.1 [spunit262, Phantom Wings]
* C2766C20 00000012
* 3C008180 807D0008
* 8063FFFC 7C030000
* 4080000C 80630030
* 48000008 386000FF
* 809D0014 C0240040
* FC40081E 81240058
* 61298000 D8410008
* 8001000C 80BD007C
* 80A50038 38C200D8
* 84E60008 2C070000
* 41820038 7CE8C671
* 41A0000C 7C081800
* 4082FFE8 54E8863E
* 7C004000 41A0FFDC
* 54E8043E 7C082800
* 4182000C 7C084800
* 4082FFC8 C0060004
* D01F0010 00000000
* C2766FB8 00000003
* 2C1D0001 4182000C
* C0230010 48000008
* C02283C8 00000000

Frame Speed Modifier Data
* 065A9400 000000B8
* 0100003B 3F99999A
* 08190112 40000000
* 0D140027 40000000
* 0D000115 3FC00000
* 0E000115 3FC00000
* 0F0C8070 3F000000
* 141E0029 3F000000
* 15338075 3F000000
* 18118073 3F000000
* 1A13001E 40000000
* 1D000115 40000000
* 1D000118 40000000
* 1E000115 40000000
* 1E00011E 40000000
* 1F2D0114 3DCCCCCD
* 1F000115 40000000
* 1F00011A 40000000
* 2201011C 40000000
* 250D8070 3F800000
* 25058070 40000000
* FF000040 3FAAAAAB
* FF000041 3FD55555
* FF0E0054 40A00000

Conditional Action Modifier [The Paprika Killer, Almas]
* C277F780 0000000E
* 2C030000 41820060
* 3C008180 80BF0008
* 80A5FFFC 7C050000
* 4080004C 80A50030
* 80DE0038 38E2FE00
* 85070008 7D09C671
* 41820034 2C09FFFF
* 41A2000C 7C092800
* 4082FFE8 5509043E
* 7C093000 4082FFDC
* 81070004 5509843E
* 7C09E000 4082FFCC
* 551C043E 60000000
* 939E0038 00000000

Conditional Action Modifier Data
* 065A9128 00000040
* 0400011A 00100073
* 09000118 0010000F
* 0D000118 0010000F
* 1F000114 0010000F
* 2200011C 0010000F
* 2200011D 0010000F
* FF000071 004A0016
* FF00008D 008A008E

Throw Modifier [The Paprika Killer]
* C2744D40 00000011
* 3C008180 811B0008
* 8108FFFC 7C080000
* 4080006C 81080030
* 80BE0008 5105C00E
* 801E0000 5005821E
* 801E0010 5005442E
* 80FE0004 3D008058
* 61085000 85480010
* 81680004 7D405B79
* 41820034 7C0A2800
* 4082FFEC 7C0B3800
* 4082FFE4 88080008
* 90030000 88080009
* 90030020 8808000A
* 90030018 A008000E
* 90030014 80030030
* 60000000 00000000

Throw Data
* 06585010 00000310
* 000C463F 0000002D
* 0C465200 0000002D
* 0106411A 0000001C
* 06500A00 0000001C
* 03093C37 0000002A
* 094B3700 0000001E
* 03083C37 00000028
* 0A4B3700 00000028
* 03045046 0000005A
* 045F0000 0000005A
* 03065032 00000050
* 065F0000 00000050
* 0405412B 0000005A
* 08412B00 0000005A
* 04046419 00000050
* 07641900 00000050
* 04070064 00000169
* 0A006400 00000169
* 050A4646 00000055
* 0B464600 00000055
* 05060000 00000169
* 0A000000 00000169
* 05070064 00000169
* 0E006400 00000169
* 07022D6E 0000002D
* 02500A00 0000002D
* 07055A2D 0000005A
* 06642D00 0000005A
* 07053C26 00000050
* 054F0100 0000005F
* 09042D69 0000002D
* 044B1400 0000002D
* 09041E82 00000087
* 04289600 00000087
* 09034669 00000055
* 03550A00 00000055
* 09074B22 00000041
* 07501400 00000041
* 090C2852 00000169
* 0C325F00 00000169
* 0A0A6928 0000005A
* 0C692800 0000005A
* 0B004B1E 00000032
* 00410F00 00000032
* 0C082D53 0000002D
* 082D5F00 0000002D
* 0C073C3C 0000006C
* 074B0F00 0000006A
* 0D0B503C 0000002D
* 0B465000 0000002D
* 0E025041 00000046
* 02504100 00000028
* 0F05463C 0000002D
* 075A4100 0000002D
* 0F06501E 0000003C
* 075A3C00 0000003C
* 0F061E64 00000050
* 07504100 00000050
* 13025050 00000021
* 025A1900 00000021
* 13012D82 00000032
* 01500A00 00000032
* 14051E82 0000002B
* 061E8200 0000002B
* 14034669 0000005A
* 05466900 0000005A
* 14074632 00000041
* 074B1900 00000041
* 140C2852 00000169
* 0E285200 00000169
* 14072852 00000169
* 07285200 0000014F
* 17041E96 0000002D
* 05239600 0000002D
* 1807324B 0000002D
* 0A374B00 00000032
* 1A0A5041 0000005A
* 0B503E00 0000005A
* 1D01282C 00000169
* 0128FA00 00000028
* 20040064 00000014
* 04500000 00000140
* 22043232 0000001C
* 05501400 00000014
* 230A4648 00000050
* 0A465000 00000055
* 230A6E14 00000058
* 0A501400 00000058
* 250A6E1E 0000005A
* 0B6E1E00 0000005A
* 2C032382 00000025
* 04503200 00000025
* 2C032896 00000044
* 063C4B00 00000041
* 2C024B6E 00000050
* 02375000 00000050
* 2F05501E 00000014
* 05501E00 00000000

Triple Jump Glitch Fix [Phantom Wings/spunit262]
* 04858DCC 38830003

Sub-stage Select
* 066B5E0C 0000000C
* 38C00000 41A20008
* 60C60001 00000000
* 066B5E20 00000010
* 7CA30039 41A20008
* 60C60002 7CC03378
* C26B5E30 00000004
* 2C040008 4080000C
* 70A30010 48000008
* 74A30008 41A20008
* 60000004 00000000
* C2055760 00000003
* 3CA09018 60A50F3C
* 98850000 548407BE
* 28030005 00000000
* 04055774 60000000

Sub-stage Select (Spear Pillar/Shadow Moses Island)
* C210FA10 00000004
* 887F0000 546407BE
* 3484FFFF 4C800382
* 2C1B0022 4CA21382
* 4C441202 00000000
* C210FA1C 00000003
* 2C1B0015 4C622B82
* 40A30008 989F0000
* 4C422202 00000000

Hanenbow is WiFi Training Room
* C26DCEE0 00000003
* A37A0022 2C1B0025
* 40820008 3B600037
* 60000000 00000000

WiFi Training Room Music
* 0410FE04 386327C3

Disable Custom Stages v1.1: [Phantom Wings]
* 046B841C 48000040

Extended Masterpieces
2001A960 41820028
0401A960 48000028
200107B5 4182000C
040107B4 4800000C
20057215 41800028
04057214 48000028
2001C099 41820028
0401C098 48000028
2001C4C9 41820028
0401C4C8 48000028
2001C4E5 41820028
0401C4E4 48000028
2001C74D 41820028
0401C74C 48000028
E0000000 80008000

Unrestricted Pause Camera
040A7D60 4E800020
04109D88 38800001

Unrestricted Replay Camera
0409E934 60000000
0409E93C 60000000
0409E9AC FC201890
0409E9B8 FC600090
0409E9BC FC000890
0409E9C8 FC001890

File Patch Code v3.5.1 (NTSC-U) [Phantom Wings]
E0000000 80008000
225664EC 00000000
0401BFE0 4858BE20
065A7E00 00000070
38A00067 38810020
3CE0805A 60E37C18
4BE52531 38A0007F
3883FFE8 38610020
4BE52521 38A00068
60E47C18 38610020
9421FF80 BC410008
38610088 4BA74DB9
7C7C1B78 2C030000
4082000C 38210080
4800001C B8410008
38210080 4BE524E5
38610008 4BA742E1
7C7C1B78 4BA741E8
040223E0 48585BC0
065A7FA0 00000028
80010044 3C608001
6063581C 7C001800
4082000C 7FDDC850
3BDEFFE0 93DB0008
4BA7A424 00000000
0401CD0C 4858B1F4
065A7F00 00000038
2C030000 4182000C
4BA7DD51 4BA74E04
80780008 2C030000
41820014 8118000C
7C634214 7C7B1850
48000008 8078000C
4BA74DE0 00000000
043EE9D8 48000014
043EEBD4 48000014
043D8B9C 48000018
043E9B4C 38600000
043E9D38 38600000
043D8C80 60000000
80000000 80406920
80000001 805A7C00
8A001001 00000000
045A7C10 2F525342
045A7C14 452F7066
80000001 805A7B00
8A001001 00000000
065A7B10 0000000F
2F525342 452F7066
2F736F75 6E642F00
041C6CE0 483E0D20
065A7A00 00000028
9421FF80 BC410008
3C60805A 60637B1F
4BE52931 B8410008
38210080 4BE52995
4BC1F2C4 00000000
065A7900 00000078
9421FF80 7C0802A6
9001000C BC810010
9421FF00 7C872378
54B2BA7E 7CD33378
38800000 9081000C
90810010 90610014
90810018 3880FFFF
9081001C 38610020
90610008 7CE43B78
38A00080 4BE529F5
38610008 4BA752A1
60000000 80210000
B8810010 8001000C
7C0803A6 80210000
4E800020 00000000
043E399C 481C3F04
065A78A0 00000010
80BC0020 7CA59214
3A400000 4BE3C0F4
043DBAEC 481CBDE4
065A78D0 00000018
800302A4 2C130000
41820008 7E609B78
3A600000 4BE3420C
041CDF7C 483D9884
065A7800 00000098
818C0014 9421FF80
BC410008 3D009034
61089D94 7C034000
4082003C 7C882378
3C60804D 60630000
3C80805A 60847B00
7CC53378 38C04200
80E40080 2C070000
40820014 60000000
480000B9 2C030000
41820010 B8410008
80210000 4BC26724
70A501FF 3868FFFF
3C80804C 6084FFFF
7C842A14 38A04001
38A5FFFF 8C040001
9C030001 2C050000
4082FFF0 B8410008
80210000 4BC2670C
141CCF90 483DA770
065A7700 00000048
9421FF80 BC410008
7FE3FB78 3C80805A
60847B00 38A00000
38C04000 480001E5
90640080 807F0008
907A0014 907A005C
907A0074 B8410008
80210000 807F0000
4BC25854 00000000
E0000000 80008000

Character ID list
Mario 00
Donkey Kong 01
Link 02
Samus 03
Yoshi 04
Kirby 05
Fox 06
Pikachu 07
Luigi 08
Captain Falcon 09
Ness 0A
Bowser 0B
Peach 0C
Zelda 0D
Sheik 0E
Ice Climbers 0F
Marth 11
Mr. Game & Watch 12
Falco 13
Ganondorf 14
Wario 15
Meta Knight 16
Pit 17
Zero Suit Samus 18
Olimar 19
Lucas 1A
Diddy Kong 1B
Charizard 1D
Squirtle 1E
Ivysaur 1F
King Dedede 20
Lucario 21
Ike 22
R.O.B. 23
Jigglypuff 25
Toon Link 29
Wolf 2C
Snake 2E
Sonic 2F

Stage ID list
00 (0) - Battle
01 (1) - BattleField (Battlefield)
02 (2) - Final (Final Destination)
03 (3) - Dolpic (Delfino Plaza)
04 (4) - Mansion (Luigi's Mansion)
05 (5) - MarioPast (Mushroomy Kingdom)
06 (6) - Kart (Mario Circuit)
07 (7) - Donkey (75m)
08 (8) - Jungle (Rumble Falls)
09 (9) - Pirates (Pirate Ship)
0A (10) - Zelda2 (Bridge of Eldin)
0B (11) - Norfair (Norfair)
0C (12) - Orpheon (Frigate Orpheon)
0D (13) - Crayon (Yoshi's Island)
0E (14) - Halberd (Halberd)
0F (15) - TestHalberd_00
10 (16) - TestHalberd_01
11 (17) - TestHalberd_02
12 (18) - Karby2
13 (19) - Starfox (Lylat Cruise)
14 (20) - Stadium (Pokémon Stadium 2)
15 (21) - Tengan (Spear Pillar)
16 (22) - Fzero (Port Town Aero Dive)
17 (23) - Ice (Summit)
18 (24) - Gw (Flat Zone 2)
19 (25) - Emblem (Castle Siege)
1A (26) - TestEmblem_00
1B (27) - TestEmblem_01
1C (28) - Madein (WarioWare, Inc.)
1D (29) - Earth (Distant Planet)
1E (30) - Palutena (Skyworld)
1F (31) - Famicom (Mario Bros.)
20 (32) - Newpork (New Pork City)
21 (33) - Village (Smashville)
22 (34) - Metalgear (Shadow Moses Island)
23 (35) - Greenhill (Green Hill Zone)
24 (36) - Pictchat (PictoChat)
25 (37) - Plankton (Hanenbow)
26 (38) - ConfigTest
27 (39) - Viewer
28 (40) - Result
29 (41) - DxShrine (Temple)
2A (42) - DxYorster (Yoshi's Island)
2B (43) - DxGarden (Jungle Japes)
2C (44) - DxOnett (Onett)
2D (45) - DxGreens (Green Greens)
2E (46) - DxPStadium (Pokémon Stadium)
2F (47) - DxRCruise (Rainbow Cruise)
30 (48) - DxCorneria (Corneria)
31 (49) - DxBigBlue (Big Blue)
32 (50) - DxZebes (Brinstar)
33 (51) - Oldin
34 (52) - Homerun (Homerun Contest)
35 (53) - Edit (Stages made using the Stage Builder.)
36 (54) - Heal (All-Star Resting Stage)
37 (55) - OnlineTraining
38 (56) - TargetBreak (Break The Targets)
39 (57) - CharaRoll
3A (58) - General
3B (59) - Adventure
3C (60) - Adventure0
3D (61) - Adventure2
3E (62) - AdvMeleeTest
3F (63) - AdvMelee
40 (64) - BattleS
41 (65) - BattleFieldS
42 (66) - Max
43 (67) - Unknown


Alternate Stage Loader v1.1 [Dantarion, Almas]
C23FA360 00000024
91620000 90E20004
91820008 90620010
91220014 7D800026
3C602F70 60637269
80E10020 7C033800
408200D4 3C602F53
60635447 80E10044
7C033800 408200C0
80E10048 3D60DFDF
616BDFDF 7CE75838
3D60805A 616B7D00
816B0000 806B0000
892B0004 880B0005
2C030DED 41820090
7C033800 41820014
396B0008 1D290008
7D6B4814 4BFFFFD8
2C090000 41820030
396B0008 A0EB0000
3C60815E 60638420
A0630002 7C071800
4182000C 3929FFFF
4BFFFFD8 886B0003
48000024 2C000000
4182003C 3C60815E
606325D0 80630000
7D2303D6 7D2049D6
7C691810 38E05F41
7CE71A14 B0E6FFFC
3C602E50 60634143
9066FFFE 38A5FFFE
38C60002 7D8FF120
81620000 80E20004
81820008 80620010
81220014 38000000
60000000 00000000

Alternate Stage Loader Data v1.1
46000010 00000000
44000000 005A7D00
66200002 00000000
4f4e4c49 001A0000
00000DED FADEDEAD
E0000000 80008000
 

FrozenHobo

Smash Hero
Joined
Mar 26, 2007
Messages
5,272
Location
Nowhere Land
Alright... I broke... something. I'm not really sure what. Every time I try to go into Group > Brawl now, the game freezes (but oddly enough, the music keeps playing)

I've only slapped on stages to Wifi room.

If anyone feels like being amazing and telling me what's wrong in these codes, here they are.


Alternate Stage Loader v1.1 [Dantarion, Almas]
C23FA360 00000024
91620000 90E20004
91820008 90620010
91220014 7D800026
3C602F70 60637269
80E10020 7C033800
408200D4 3C602F53
60635447 80E10044
7C033800 408200C0
80E10048 3D60DFDF
616BDFDF 7CE75838
3D60805A 616B7D00
816B0000 806B0000
892B0004 880B0005
2C030DED 41820090
7C033800 41820014
396B0008 1D290008
7D6B4814 4BFFFFD8
2C090000 41820030
396B0008 A0EB0000
3C60815E 60638420
A0630002 7C071800
4182000C 3929FFFF
4BFFFFD8 886B0003
48000024 2C000000
4182003C 3C60815E
606325D0 80630000
7D2303D6 7D2049D6
7C691810 38E05F41
7CE71A14 B0E6FFFC
3C602E50 60634143
9066FFFE 38A5FFFE
38C60002 7D8FF120
81620000 80E20004
81820008 80620010
81220014 38000000
60000000 00000000

Alternate Stage Loader Data v1.1
46000010 00000000
44000000 005A7D00
66200002 00000000
4f4e4c49 001A0000
00000DED FADEDEAD
E0000000 80008000[/code]
just guessin' here, but my code worked when i combined those two into one big code.
 

Mit

Smash Ace
Joined
Oct 20, 2008
Messages
947
Location
Southeast Michigan
So, I got about seven stages, although when I do random, I absolutely could not, for the life of me, get the last three of four stages. Kept playing the same ones. I mapped it to one level and tried some of the levels that weren't being chosen and it worked, however.

Anyhow, I'm about to set up button activators, but I've got a noob question... How do those work??

If I assign the B-button to it, how do I select a stage with the B button?? Or do I select with A, and then hit B really fast or something? I don't get it.

EDIT: I think i get it now. Select with A, let go of A fast, hit and hold B.
 

FrozenHobo

Smash Hero
Joined
Mar 26, 2007
Messages
5,272
Location
Nowhere Land
So, I got about seven stages, although when I do random, I absolutely could not, for the life of me, get the last three of four stages. Kept playing the same ones. I mapped it to one level and tried some of the levels that weren't being chosen and it worked, however.

Anyhow, I'm about to set up button activators, but I've got a noob question... How do those work??

If I assign the B-button to it, how do I select a stage with the B button?? Or do I select with A, and then hit B really fast or something? I don't get it.
pretty much. iirc the button activators work after you select the hub stage and are waitign for it to load.
 

LordshadowRagnarok

Smash Journeyman
Joined
Aug 26, 2009
Messages
246
Location
Bastok
Well, I recently started using the text file and code manager, but it's the standard Balanced Brawl text file... with just those two codes strapped on to the end.
 

b2j135

Da Bess Pit
Joined
Feb 3, 2008
Messages
349
Location
C-City
NNID
b2j135
3DS FC
3222-5569-3062
Ok I got it to work but only with 4 of the 5 stages I had, when I hold L + A the original OPS loads up instead of the _A.pac. Is there a way to load up the _A.pac with L+A and to load up the original OPS with just A? If so then show me what I need to fix please. Here's the code:

46000010 00000000
44000000 005A7D00
66200007 00000000
4f4e4c49 050F0000
01200001 00000000
01100002 00000000
05000003 00000000
09000004 00000000
46494e41 00050000
00000DED FADEDEAD
E0000000 80008000
thanks in advance guys.
 

FrozenHobo

Smash Hero
Joined
Mar 26, 2007
Messages
5,272
Location
Nowhere Land
Ok I got it to work but only with 4 of the 5 stages I had, when I hold L + A the original OPS loads up instead of the _A.pac. Is there a way to load up the _A.pac with L+A and to load up the original OPS with just A? If so then show me what I need to fix please. Here's the code:

46000010 00000000
44000000 005A7D00
66200007 00000000
4f4e4c49 050F0000
01200001 00000000
01100002 00000000
05000003 00000000
09000004 00000000
46494e41 00050000
00000DED FADEDEAD
E0000000 80008000
thanks in advance guys.
ok, well, you don't have a line to call the _A pac so thats why its not doing anything. and i don't think you can normally access the WWR unless you set the random to 00.

try this above 01200001:

01400000 00000000
 

b2j135

Da Bess Pit
Joined
Feb 3, 2008
Messages
349
Location
C-City
NNID
b2j135
3DS FC
3222-5569-3062
ok, well, you don't have a line to call the _A pac so thats why its not doing anything. and i don't think you can normally access the WWR unless you set the random to 00.

try this above 01200001:

01400000 00000000
thanks a bunch that worked like a charm ^_^, l8r I'm gonna find out how to do the FD stage swaps...
 

Oni K4ge

Smash Lord
Joined
Jul 16, 2009
Messages
1,119
instead of an Exception (DSI) Occurred! screen, I get a Exception (Program) Occurred! screen on gecko 1.9.1... wtf?
 
Joined
Aug 12, 2005
Messages
620
Location
Miami, Florida
I noticed while re-making my codelist (in the interest of organization and trying to figure out why STGICE and STGGW wouldnt work) and noticed something/

The stage IDs for Mariopast_00 and Mariopast_01 are identical. If I have multiple textures for each, do I make a separate line for each, or simply add them all up?

IE: 3 _00 textures and 3 _01 textures added up for 6 total.
Before I made separate entries for them both and now that I think about it, only mariopast_00 loaded.
 

gigasteve

Smash Ace
Joined
Nov 15, 2007
Messages
730
Code:
46000010 00000000 
44000000 005A7D00 
66200002 00000000 
47524545 00030000 
4F4E4C49 00030000 
00000DED FADEDEAD 
E0000000 80008000
I tried to use three random Green Hill and WWR texturees including originals but the game froze up before I even got to the strap menu. And will this only work with Gecko?
Code:
 

Oni K4ge

Smash Lord
Joined
Jul 16, 2009
Messages
1,119
Code:
46000010 00000000 
44000000 005A7D00 
66200002 00000000 
47524545 00030000 
4F4E4C49 00030000 
00000DED FADEDEAD 
E0000000 80008000
I tried to use three random Green Hill and WWR texturees including originals but the game froze up before I even got to the strap menu. And will this only work with Gecko?
Code:
What else is there to use besides Gecko? Unless you meant specific versions of Gecko? If youre referencing Ocarina, please switch to Gecko. Its got nothing on Gecko.
 

gigasteve

Smash Ace
Joined
Nov 15, 2007
Messages
730
What else is there to use besides Gecko? Unless you meant specific versions of Gecko? If youre referencing Ocarina, please switch to Gecko. Its got nothing on Gecko.
Well I have a backup of brawl and the backup launcher has ocarina built in too...
 

Oni K4ge

Smash Lord
Joined
Jul 16, 2009
Messages
1,119
Well I have a backup of brawl and the backup launcher has ocarina built in too...
Ohh. Perhaps the ocarina built in is an outdated version? Or have you been keeping up with the updates to your launcher?
 

gigasteve

Smash Ace
Joined
Nov 15, 2007
Messages
730
I've heard crashes have been ocurring frequently for no reason, and I still have not been able to use the code at all. So I really couldnt say.
I'll just keep messin around until something works. Thanks though.
 

Dantarion

Smash Champion
Joined
May 21, 2007
Messages
2,492
Location
Santa Barbara, CA
It works for Akuma, who uses by far the longest amount of codes.
It may crash in combination with other codes, but nothing in Brawl+ conflicts with it, as far as I know.
 

A17

Smash Ace
Joined
Jun 7, 2009
Messages
792
Location
ON, Canada
NNID
Okrapaeli
whats the purpose of having the multi pac stage codes if they're all the same code? it can recognize the differences?
 

Zeruel21

Smash Journeyman
Joined
Jun 8, 2009
Messages
229
Location
Bellevue, WA
Don't know if this is related to the code or what, but after failing to use this my game always hangs after the loading screen. I did some texture downloads and put in some custom songs since I last played, but I doubt that it would be an issue. I removed the code, but there's still no improvement.
 

Eldiran

Smash Lord
Joined
Jan 8, 2008
Messages
1,707
Location
Pennsylvania
Don't know if this is related to the code or what, but after failing to use this my game always hangs after the loading screen. I did some texture downloads and put in some custom songs since I last played, but I doubt that it would be an issue. I removed the code, but there's still no improvement.
Do your texture downloads include CSPs?
 

Zeruel21

Smash Journeyman
Joined
Jun 8, 2009
Messages
229
Location
Bellevue, WA
No. I've removed most of the new files, everything but some of the new textures. I reformatted my SD card, as a shot in the dark, but it didn't help.
 

Zeruel21

Smash Journeyman
Joined
Jun 8, 2009
Messages
229
Location
Bellevue, WA
Ok, it appeared to be my custom song titles (info.pac). Nevermind...sorry to freak people out about a new code.
 

Dantarion

Smash Champion
Joined
May 21, 2007
Messages
2,492
Location
Santa Barbara, CA
I noticed while re-making my codelist (in the interest of organization and trying to figure out why STGICE and STGGW wouldnt work) and noticed something/

The stage IDs for Mariopast_00 and Mariopast_01 are identical. If I have multiple textures for each, do I make a separate line for each, or simply add them all up?

IE: 3 _00 textures and 3 _01 textures added up for 6 total.
Before I made separate entries for them both and now that I think about it, only mariopast_00 loaded.
Think of it this way.
Those stages come in sets.
So, you can have alternates for both MarioPast_00.pac and MarioPast_01.pac.
Just name them MarioPast_00_A.pac and MarioPast_01_A.pac, and count that as 1 replacement.

For stages like smashville, you might be better off dropping the textures in there, and letting the GAME choose from the original filenames.
 
Top Bottom