Decompile free play code
This commit is contained in:
parent
4a1b9ad4a7
commit
7f1c5ba39a
7 changed files with 1269 additions and 13 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue