1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-12-26 22:56:20 +00:00

UNK_PTR->UNK_TYPE

This commit is contained in:
Ethan Roseman 2020-03-22 21:05:09 -04:00
parent 5f3db569f9
commit 1876dc0c5c

View file

@ -34,8 +34,8 @@ const ActorInit Bg_Gate_Shutter_InitVars = {
(ActorFunc)BgGateShutter_Draw,
};
extern UNK_PTR D_06001CD0;
extern UNK_PTR D_06001DA8;
extern UNK_TYPE D_06001CD0;
extern UNK_TYPE D_06001DA8;
static void BgGateShutter_Init(BgGateShutter* this, GlobalContext* globalCtx) {
s32 pad[2];