I seem to have run into a bit of a small problem regarding the final step of adding custom icons to the stage roster expansion stages.
I have added 14 stages in total (customstage01-09 and 0A-0E) and they're already in the place I want them for my SSS.
in the sc_selmap.pac I've already added more entries to allow for the custom stage icons and previews (same names as the already existing ones, except the numbers are now named to 61-74 at the end; the values inside the pat0 entries were changed to match the names; so again: 61-74)
However when I tried to add them in the final part of the custom SSS code, like so:
01010202 03030404
05050606 07070808
0909330A 0B0B0C0C
0D0D0E0E 130F1410
15111612 17131814
19151C16 1D171E18
1F19201A 211B221C
231D241E 251F2932
2A3A2B34 2C352D36
2F373038 31393233
2E3BFFFF
403D413E
423F4340 44414542
46434744 48454946
4A474B48 4C494D4A
4E014F01 50015101
52015301 54015501
56015701 58015901
5A015B01 5C015D01
5E015F01 60016101
62016301 64016501
E0000000 80008000
red = stage id
blue = icon ID for 61-74 in hex (you're supposed to do this from what I've read?)
green = etc.
(40 being the stage ID for customstage01, and 3D being 61 in hex for the icon ID, the same has been done for the 41-4D stage ID's)
However, I only seem to get pokemon stadium 1 icons over the customstages, and when I hover over random the stagepreview for customstage0E seems to appear.
I'll also provide the currently as-of-yet to be finished sc_selmap.pac
http://www.mediafire.com/?i7gekc7rmvbx00w.
Help would very much be appreciated.
-Four Sword
Edit:
I've taken a look at SSK's stage starter kit to see what kind of values I should use for the Icon ID's in the SSS code, and they seem to be 20-29 and 2A-2D
After some further testing the stage icons 20-29 ARE hex for prevbase and icon.32-41, which I don't use, so I'm back to the code I used before.
I still have the same problems
edit2: Would starting from 60 instead of 61 help at all? (went through this thread again)
note that I have already tried changing all the entries to 32-45 in brawlbox, prevbase, icon and pat0values as well as in the SSS code (20-2D) but that it still didn't work at that time (instead I suddenly got one of the custom icons over stages such as brinstar)
Edit: problem fixed