Dantarion
Smash Champion
Every character has a section I like to call the "Special Offset Section". There are a different number of items in each characters section, but most of them point to the same information in each one. Heres the ones ive figured out so far.
However, there are some that are almost identical for all characters except a few. For example, lets look at...
SpecialOffsets[30]
Everyone else has 0xFFFFFFFF, hex for -1
Another interesting one.
SpecialOffsets[28]
Everyone else has 0 here
Every other character has 1 here.
And another...
SpecialOffsets[29]
Everyone else has 735F here. I am thinking that characters on this list are missing some trait, since the Zakos make this list, and their .pacs are barebone as hell.
Code:
private const int SUBACTION_FLAG_START = 0;
private const int SUBACTION_FLAG_STOP = 1;
private const int ATTRIBUTE_START = 2;
private const int SSE_ATTRIBUTE_START = 3;
private const int ATTRIBUTE2_START = 5;
private const int ACTION_OFFSETS_START = 9;
private const int HIDDEN_ACTION_START = 10;
private const int HIDDEN_ACTION_END = 11;
private const int SUBACTION_MAIN_OFFSETS_START = 12;
private const int SUBACTION_GFX_OFFSETS_START = 13;
private const int SUBACTION_SFX_OFFSETS_START = 14;
private const int SUBACTION_OTHER_OFFSETS_START = 15;
SpecialOffsets[30]
Code:
Fitdiddy - 27
Fitkirby - 19C
Fitlucario - 23
Fitlucas - 27
Fitness - 2A
Fitpeach - 57
Fitpopo - 1E
Fitsonic - 34
Fityoshi - 26
Another interesting one.
SpecialOffsets[28]
Code:
Fitgkoopa - 2
Fitwarioman - 2
Code:
Fitgkoopa - 3
Fitwarioman - 3
And another...
SpecialOffsets[29]
Code:
Fitdedede - 35F
Fitgkoopa - 35F
Fitkirby - 35F
Fitkoopa - 35F
Fitpokefushigisou - 35F
Fitpokelizardon - 35F
Fitpokezenigame - 35F
Fitsnake - 35F
Fitszerosuit - 35F
Fitzakoball - 35F
Fitzakoboy - 35F
Fitzakochild - 35F
Fitzakogirl - 35F