Decompiled most of ztardll

This commit is contained in:
kabiskac 2024-08-08 18:34:53 +02:00
parent 2e0af132d1
commit cf44961290
8 changed files with 4996 additions and 132 deletions

View file

@ -23,7 +23,7 @@ s32 GWBoardWinCountInc(s32 character, s32 board);
s32 GWBoardWinCountGet(s32 character, s32 board);
void GWBoardWinCountSet(s32 character, s32 board, s32 value);
s32 GWMGAvailGet(s32 id);
s32 GWMGAvailSet(s32 id);
void GWMGAvailSet(s32 id);
s32 GWMGCustomGet(s32 id);
void GWMGCustomSet(s32 id);
void GWMGCustomReset(s32 id);
@ -37,4 +37,4 @@ void GWTotalStarsSet(s16 value);
void GWTotalStarsAdd(s16 amount);
u16 GWTotalStarsGet(void);
#endif
#endif