Matched mstoryDll (US) (#512)

This commit is contained in:
mrshigure 2025-01-08 15:19:36 -08:00 committed by GitHub
parent 2121a31f1d
commit 496c8544e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;