1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 12:54:51 +00:00

Update src/overlays/actors/ovl_Bg_Spot12_Saku/z_bg_spot12_saku.c

Co-Authored-By: Roman971 <32455037+Roman971@users.noreply.github.com>
This commit is contained in:
Ethan Roseman 2020-04-05 11:53:47 -04:00 committed by GitHub
parent 220a1a5840
commit 53a43cf5ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;