Partially matched board/item

This commit is contained in:
mrshigure 2024-01-31 13:51:56 -08:00
parent a40e6bce2f
commit 5bbdcd3eca
12 changed files with 1960 additions and 33 deletions

View file

@ -177,4 +177,9 @@ static inline s32 GWPlayerTeamGet(s32 player)
return GWPlayer[player].team;
}
static inline s32 GWPlayerSpaceCurrGet(s32 player)
{
return GWPlayer[player].space_curr;
}
#endif