From 220a1a5840535ed199a1a49557479c56df4d3870 Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Sat, 4 Apr 2020 22:52:54 -0400 Subject: [PATCH] Naming the initChain --- src/overlays/actors/ovl_Bg_Spot12_Saku/z_bg_spot12_saku.c | 4 ++-- 1 file 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 7df87077d9..a933c6d0b6 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 @@ -34,7 +34,7 @@ const ActorInit Bg_Spot12_Saku_InitVars = { (ActorFunc)BgSpot12Saku_Draw, }; -static InitChainEntry D_808B3840[] = { +static InitChainEntry initChain[] = { ICHAIN_VEC3F_DIV1000(scale, 100, ICHAIN_CONTINUE), ICHAIN_F32(unk_F4, 1200, ICHAIN_CONTINUE), ICHAIN_F32(unk_F8, 500, ICHAIN_CONTINUE), @@ -62,7 +62,7 @@ static void BgSpot12Saku_Init(BgSpot12Saku* this, GlobalContext* globalCtx) { Actor* thisx = &this->dyna.actor; func_808B3420(this, globalCtx, &D_0600238C, 0); - Actor_ProcessInitChain(thisx, D_808B3840); + Actor_ProcessInitChain(thisx, initChain); if (Flags_GetSwitch(globalCtx, thisx->params & 0x3F)) { func_808B3714(this); } else {