Matched mstory3Dll (US) (#538)

This commit is contained in:
mrshigure 2025-01-19 07:40:22 -08:00 committed by GitHub
parent accaf2085f
commit 6406dde2cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 6325 additions and 310 deletions

View file

@ -15,10 +15,10 @@ void GWCharColorGet(s32 character, GXColor *color);
void GWBoardPlayCountSet(s32 board, u8 value);
void GWBoardPlayCountAdd(s32 board, u8 value);
u8 GWBoardPlayCountGet(s32 board);
void GWBoardMaxStarsSet(s32 board, s32 value);
u16 GWBoardMaxStarsGet(s32 board);
void GWBoardMaxStarsSet(s32 board, s16 value);
s32 GWBoardMaxStarsGet(s32 board);
void GWBoardMaxCoinsSet(s32 board, s32 value);
u16 GWBoardMaxCoinsGet(s32 board);
s32 GWBoardMaxCoinsGet(s32 board);
s32 GWBoardWinCountInc(s32 character, s32 board);
s32 GWBoardWinCountGet(s32 character, s32 board);
void GWBoardWinCountSet(s32 character, s32 board, s32 value);