Label rest of board/main.c
This commit is contained in:
parent
b13026d5a8
commit
b2cd6346b2
6 changed files with 51 additions and 51 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ void fn_800B42BC(s16);
|
|||
s32 BoardModelIDGet(s16);
|
||||
void BoardInit(void*, void*);
|
||||
void BoardModelScaleSetV(s32, Vec*);
|
||||
void fn_8005D10C(void*, void*);
|
||||
void BoardLightHookSet(void*, void*);
|
||||
s16 BoardModelCreate(s32, void*, s32);
|
||||
void BoardModelKill(s16);
|
||||
void fn_8006DDE8(s16, f32);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue