From fdea62ac4eea84a004a2addfea4071cd2df3e5ef Mon Sep 17 00:00:00 2001 From: CreateSource <72283721+abnormalhare@users.noreply.github.com> Date: Mon, 1 Jan 2024 18:06:15 -0500 Subject: [PATCH] Update basic_space.h --- include/game/board/basic_space.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/game/board/basic_space.h b/include/game/board/basic_space.h index 9a3b1182..b89f97cb 100644 --- a/include/game/board/basic_space.h +++ b/include/game/board/basic_space.h @@ -9,4 +9,10 @@ extern Process *boardObjMan; +void BoardEventLandBlue(s32, s16); +void BoardEventLandRed(s32, s16); +s8 BoardCoinChgCreate(Vec*, s8); +s32 BoardCoinChgExist(s32); +void BoardCoinChgHide(s32); + #endif