Label board/ui.c

This commit is contained in:
gamemasterplc 2024-01-01 09:46:19 -06:00
parent 3094d6a0e6
commit c36c007150
6 changed files with 111 additions and 105 deletions

View file

@ -7,8 +7,8 @@
extern Process *boardObjMan;
void BoardEventLandBlue(s32);
void BoardEventLandRed(s32);
void BoardEventLandBlue(s32, s16);
void BoardEventLandRed(s32, s16);
s8 BoardCoinChgCreate(Vec*, s8);
s32 BoardCoinChgExist(s32);
void BoardCoinChgHide(s32);