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

Custom SSS Coding - Causing Exceptions.

~Tac~

One day at a time.
Joined
Apr 11, 2007
Messages
884
Location
Knightdale/Raleigh, NC
NNID
Kamidachi
Switch FC
SW-6745-2861-2990
As the title suggests, my Custom SSS code [Phantomwings, spunit] isn't working and is causing Exception DSI's.

I've looked over this code multiple times but I can't find anything wrong with it. The ONLY thing I could imagine that's "wrong" is the end of the code where I changed the order of the UUVV's to match the order of the stages in the XX and YY's. Maybe they're supposed to stay in order? I doubt it, but could someone give me a hand with this?

If the "UUVV/XX/YY" terms are unfamiliar, I'm referring to this help-me-out thread: How to Make Your Own Stage Selection Screen

Extra info: I'm attempting to add ONE custom stage slot to the brawl menu, and moving two(I think) to the melee menu; in addition to reordering most of it.

Edit: To make it a little easier for whoever wants to help me, I placed 20 in place of 1F's for amount of stages to represent there should be 32 stages on the Brawl Menu. Not sure if that's correct. And 0C's to rep there should be 13 stages on the melee menu. I'll highlight what's been changed.

Code:
Custom SSS [PhantomWings, spunit]
046B8F5C 7C802378
046B8F64 7C6300AE
040AF618 5460083C
040AF68C 38840002
040AF6AC 5463083C
040AF6C0 88030001
040AF6E8 3860FFFF
040AF59C 3860000C
060B91C8 00000018
BFA10014 7CDF3378
7CBE2B78 7C7D1B78
2D05FFFF 418A0014
[COLOR="Yellow"]006B929C 00000020
066B99D8 00000020
00010203 0B0C0D0E
14171A1D 28310506
0708090A 0F101112
15161819 1B1C1F20[/COLOR]
[COLOR="Orange"]006B92A4 0000000C
066B9A58 0000000C[/COLOR]
04131E1F 20212223
24252627 00000000
06407AAC 00000074
[COLOR="Lime"]01010202 0C0C0D0D
0E0E130F 19151E18
211B241E 2E3B4064
06060707 0909330A
0B0B1410 15111612
17131C16 1D171F19
201A221C 231D2932
2A330505 1814251F
29322A33 2B342C35
2D362F34 30383139
323A0000 00000000
01010202 03030404
05050606 07070808
0909330A 0B0B0C0C
0D0D0E0E 130F1410
15111612 17131814
19151C16 1D171E18
1F19201A 211B221C
231D241E 251F2932
2A332B34 2C352D36
2F373038 3139323A
2E3BFF64 26002800
34003500 36003700
38004064 41644264
43644464 45644664
47644864 00000000[/COLOR]
 

~Tac~

One day at a time.
Joined
Apr 11, 2007
Messages
884
Location
Knightdale/Raleigh, NC
NNID
Kamidachi
Switch FC
SW-6745-2861-2990
I see. Well I did try that, it also failed, so I recounted the stages and whatnot and it ends up that there was 12 in Melee, so it was even correctly labeled at 0C. I'm looking over the source right now and I still can't find anything else wrong with it. I'm going to try a sample code in a few to see if the code itself is wrong.

Any other things that you/anyone think may be the problem? :\


Fixed it. The bottom (green) code must remain in it's order of the original code. Now I just have to fix the freezing of my SSS screen.
 
Top Bottom