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:
parent
5f3db569f9
commit
1876dc0c5c
1 changed files with 2 additions and 2 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue