Matched mstory3Dll (US) (#538)

This commit is contained in:
mrshigure 2025-01-19 07:40:22 -08:00 committed by GitHub
parent accaf2085f
commit 6406dde2cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 6325 additions and 310 deletions

View file

@ -325,6 +325,11 @@ static inline s32 GWPlayerTeamGet(s32 player)
return GWPlayer[player].team;
}
static inline s32 GWPlayerHandicapGet(s32 player)
{
return GWPlayer[player].handicap;
}
static inline s32 GWLuckyValueGet(void)
{
return GWSystem.lucky_value;