Matched mstoryDll (US)

This commit is contained in:
mrshigure 2025-01-08 15:04:49 -08:00
parent 2121a31f1d
commit 2add8f4f10
11 changed files with 4078 additions and 273 deletions

View file

@ -314,6 +314,11 @@ static inline s32 GWPlayerCurrGet(void)
return GWSystem.player_curr;
}
static inline s32 GWUnkB1Get(void)
{
return GWSystem.unk0B[1];
}
static inline s32 GWPlayerTeamGet(s32 player)
{
return GWPlayer[player].team;