Matched board/ui

This commit is contained in:
mrshigure 2024-01-23 20:43:24 -08:00
parent 5db390678a
commit 44a6066f08
8 changed files with 2075 additions and 16 deletions

View file

@ -6,6 +6,7 @@
void GWInit(void);
void GWGameStatReset(void);
s32 GWMessSpeedGet(void);
s32 GWMessDelayGet(void);
void GWMGRecordSet(int index, s32 value);
s32 GWMGRecordGet(int index);
void GWCharColorGet(int character, GXColor *color);