Label rest of board/main.c

This commit is contained in:
gamemasterplc 2023-12-29 08:48:28 -06:00
parent b13026d5a8
commit b2cd6346b2
6 changed files with 51 additions and 51 deletions

View file

@ -16,8 +16,8 @@ typedef struct system_state {
/* 0x00 */ struct {
u8 story : 1;
u8 team : 1;
u8 : 7;
};
/* 0x01 */ s8 diff_story;
/* 0x02 */ struct {
u16 bonus_star : 1;
u16 explain_mg : 1;
@ -62,8 +62,8 @@ typedef struct player_state {
u8 team : 1;
u8 field02_bit1 : 1;
u8 player_idx : 2;
u8 field02_bit4 : 5;
};
/* 0x03 */ s8 handicap;
/* 0x04 */ s8 port;
/* 0x05 */ s8 items[3];
/* 0x08 */ struct {