Matched most of REL/m437Dll (1 function missing: fn_1_65E0)

This commit is contained in:
mrshigure 2024-08-24 22:53:55 -07:00
parent 00fdf20be1
commit 5ed45bdf1b
6 changed files with 4065 additions and 41 deletions

View file

@ -274,6 +274,11 @@ static inline s32 GWBoardGet(void)
return GWSystem.board;
}
static inline s32 GWPlayerCurrGet(void)
{
return GWSystem.player_curr;
}
static inline s32 GWPlayerTeamGet(s32 player)
{
return GWPlayer[player].team;