summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEthan Roseman <ethteck@gmail.com>2020-04-05 11:53:47 -0400
committerGitHub <noreply@github.com>2020-04-05 11:53:47 -0400
commit53a43cf5ed7fffd10e7669977def2aea2a5fa9e9 (patch)
tree4e21271499dd90b69d3a941342444b1220f6f34d /src
parent220a1a5840535ed199a1a49557479c56df4d3870 (diff)
Update src/overlays/actors/ovl_Bg_Spot12_Saku/z_bg_spot12_saku.c
Co-Authored-By: Roman971 <32455037+Roman971@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r--src/overlays/actors/ovl_Bg_Spot12_Saku/z_bg_spot12_saku.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/overlays/actors/ovl_Bg_Spot12_Saku/z_bg_spot12_saku.c b/src/overlays/actors/ovl_Bg_Spot12_Saku/z_bg_spot12_saku.c
index a933c6d0b..159dec3d6 100644
--- a/src/overlays/actors/ovl_Bg_Spot12_Saku/z_bg_spot12_saku.c
+++ b/src/overlays/actors/ovl_Bg_Spot12_Saku/z_bg_spot12_saku.c
@@ -41,8 +41,8 @@ static InitChainEntry initChain[] = {
ICHAIN_F32(unk_FC, 1000, ICHAIN_STOP),
};
-extern UNK_PTR D_06002260;
-extern UNK_PTR D_0600238C;
+extern Gfx D_06002260[];
+extern UNK_TYPE D_0600238C;
static void func_808B3420(BgSpot12Saku* this, GlobalContext* globalCtx, UNK_TYPE collision, DynaPolyMoveFlag flags) {
Actor* thisx = &this->dyna.actor;