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;