Decompile more of resultdll

This commit is contained in:
gamemasterplc 2024-04-05 14:31:14 -05:00
parent d32bd99e23
commit 3c8d3954b9
6 changed files with 233 additions and 23 deletions

View file

@ -234,6 +234,11 @@ static inline void GWLuckyValueSet(s32 value)
GWSystem.lucky_value = value;
}
static inline s16 GWPlayerCoinBattleGet(s32 player)
{
return GWPlayer[player].coins_battle;
}
static inline s16 GWPlayerCoinCollectGet(s32 player)
{
return GWPlayer[player].coin_collect;