Decompile free play code

This commit is contained in:
gamemasterplc 2024-08-01 18:41:43 -05:00
parent 4a1b9ad4a7
commit 7f1c5ba39a
7 changed files with 1269 additions and 13 deletions

View file

@ -25,8 +25,8 @@ void GWBoardWinCountSet(s32 character, s32 board, s32 value);
s32 GWMGAvailGet(s32 id);
s32 GWMGAvailSet(s32 id);
s32 GWMGCustomGet(s32 id);
s32 GWMGCustomSet(s32 id);
s32 GWMGCustomReset(s32 id);
void GWMGCustomSet(s32 id);
void GWMGCustomReset(s32 id);
s16 GWCoinsGet(s32 player);
void GWCoinsSet(s32 player, s16 value);
void GWCoinsAdd(s32 player, s16 amount);