Create main and player headers

This commit is contained in:
gamemasterplc 2024-01-06 21:00:11 -06:00
parent 2a1c4b808d
commit b2186e5d09
6 changed files with 266 additions and 197 deletions

View file

@ -57,7 +57,7 @@ typedef struct player_state {
u16 com : 1;
u16 character : 4;
u16 auto_size : 2;
u16 field01_bit9 : 1;
u16 field00_bit9 : 1;
};
/* 0x02 */ struct {
u8 team : 1;