Fix record value type to be unsigned
This commit is contained in:
parent
cc34ad9bdb
commit
61fb321477
5 changed files with 9 additions and 13 deletions
|
|
@ -9,8 +9,8 @@ void GWInit(void);
|
|||
void GWGameStatReset(void);
|
||||
s32 GWMessSpeedGet(void);
|
||||
s32 GWMessDelayGet(void);
|
||||
void GWMGRecordSet(s32 index, s32 value);
|
||||
s32 GWMGRecordGet(s32 index);
|
||||
void GWMGRecordSet(s32 index, u32 value);
|
||||
u32 GWMGRecordGet(s32 index);
|
||||
void GWCharColorGet(s32 character, GXColor *color);
|
||||
void GWBoardPlayCountSet(s32 board, u8 value);
|
||||
void GWBoardPlayCountAdd(s32 board, u8 value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue