mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +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:
parent
220a1a5840
commit
53a43cf5ed
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue