ever tried adding Subaction but when you using them they dont work like they should?
thats because it just not adding subaction to the PSA, we need to increase the Subaction count aswell!
this guide will be reaaaally simple and short, but little tricky!
What you need:
* Your PSA and a clean FitChar.pac if you forgot the original Subaction count
* Brawlbox 68b which can add Subaction, also view its ID
* the Module thats used for the Character
* a Hex Editor
* a calculator that can swap between Hex and Dec
1. Open up your PSA in Brawlbox and look at the last Subaction ID that you added, remember it!
also, look up the last Subaction ID of the Original Subaction (you can look up a clean FitChar.pac if you forgot which it was)
2. Convert the ID for the last added Subaction and the last original Subaction to hex! when add "1" to it to get the ID you need!
Example: Donkey Kongs Last Subaction ID: 515 = 203 in hex. 203 + 1 = 204 in hex
Donkey Kongs Last added Subaction: 525 = 20D in hex 20D + 1 = 20E in hex
3. open up Hex Editor and Search for "38 A0 XX XX" there XX XX is the Original last Subaction ID! meaning in DKs case, I would search for "38 A0 02 04"
4. here is the tricky part, there is 8 places we need to change to the Last Added Subaction ID!
they are always pretty early on the list and are grouped together!
DKs First ID to change is at 0x0BEC and the last is at 0x12E4. so dont be below 0x2000 and search!
Change them all to the Last Added Subaction ID!
in DK case, I would change all to "38 A0 02 0E"
5. Save and now you are done! all your added Subactions would now work!
