Matched mstory3Dll (US)

This commit is contained in:
mrshigure 2025-01-19 07:28:17 -08:00
parent accaf2085f
commit ff89a2176d
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;