Created
June 19, 2018 19:18
-
-
Save freem/5b60bfd28bf2f38ef8d782ed1656d76e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vpw2 default costume data | |
* located in "default sram" (VPW2 File ID 0x006B) | |
* each costume is 49 (0x31) bytes? | |
therefore each wrestler's full costume set is 49*4 (196, 0xC4) bytes. | |
00 - Body Type | |
01 - Skin Color | |
02 - Ring Attire Item | |
03 - Ring Attire Color 1 | |
04 - Ring Attire Color 2 | |
05 - Upper Attire Item | |
06 - Upper Attire Color 1 | |
07 - Upper Attire Color 2 | |
08 - Entrance Attire Item | |
09 - Entrance Attire Color 1 | |
0A - Entrance Attire Color 2 | |
0B - Entrance Weapon | |
0C - Gloves Item | |
0D - Gloves Color 1 | |
0E - Gloves Color 2 | |
0F - Tattoo | |
10 - Wristband Item | |
11 - Wristband Color | |
12 - Left Elbow Pad Item | |
13 - Left Elbow Pad Color | |
14 - Right Elbow Pad Item | |
15 - Right Elbow Pad Color | |
16 - Left Knee Pad Item | |
17 - Left Knee Pad Color | |
18 - Right Knee Pad Item | |
19 - Right Knee Pad Color | |
1A - Boots Item | |
1B - Boots Color 1 | |
1C - Boots Color 2 | |
1D - Mask (0=no, 1=yes) | |
1E - Head Shape | |
1F - (unused?) | |
20 - Face Number (starts at 0) | |
21 - Hair Type | |
22 - Hair Color | |
23 - Front Hair | |
24 - (unused?) | |
25 - Facial Hair | |
26 - Facepaint | |
27 - Accessory | |
28 - Mask Head Shape | |
29 - Mask Number | |
2A - Mask Color 1 | |
2B - Mask Color 2 | |
2C - Mask Color 3 | |
2D - Mask Color 4 | |
2E - Mask Hair Type | |
2F - Mask Accessory 1 | |
30 - Mask Accessory 2 | |
[Body Type] | |
00 - Skinny 1 | |
01 - Skinny 2 | |
02 - Medium 1 | |
03 - Medium 2 | |
04 - Thick 1 | |
05 - Thick 2 | |
06 - Fat 1 | |
07 - Fat 2 | |
08 - Giant Baba | |
[Entrance Weapon] | |
00 - None | |
01 - Chair | |
02 - Table | |
03 - Kendo Stick | |
04 - Barbed Wire Bat | |
05 - Bat | |
06 - Sickle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment