From 0b759b3264efdea4510409a77d083213a1a7b966 Mon Sep 17 00:00:00 2001 From: CreateSource Date: Sun, 31 Dec 2023 23:48:00 -0500 Subject: [PATCH] outta here --- include/game/board/basic_space.h | 8 -------- src/game/board/basic_space.c | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/include/game/board/basic_space.h b/include/game/board/basic_space.h index ce966e8b..d7645cb3 100644 --- a/include/game/board/basic_space.h +++ b/include/game/board/basic_space.h @@ -33,14 +33,6 @@ omObjData *lbl_8013A1F0[4] = { (omObjData *)NULL }; -s32 lbl_8013A200[10] = { - 0x7000C, 0x7000D, - 0x7000E, 0x7000F, - 0x70010, 0x70011, - 0x70012, 0x70013, - 0x70014, 0x70015 -}; - void BoardEventLandBlue(s32); void BoardEventLandRed(s32); s8 fn_8007FE70(Point3d*, s8); diff --git a/src/game/board/basic_space.c b/src/game/board/basic_space.c index 730108c3..378b0d48 100644 --- a/src/game/board/basic_space.c +++ b/src/game/board/basic_space.c @@ -12,6 +12,14 @@ void BoardRotateDiceNumbers(s32); void BoardCameraAnimBlendSet(s32, s16, s16); s32 BoardPlayerAnimBlendCheck(s32); +s32 lbl_8013A200[10] = { + 0x7000C, 0x7000D, + 0x7000E, 0x7000F, + 0x70010, 0x70011, + 0x70012, 0x70013, + 0x70014, 0x70015 +}; + void BoardEventLandBlue(s32 arg0) { Point3d sp8; f32 temp_f1;