diff options
| author | Ethan Roseman <ethteck@gmail.com> | 2020-03-22 21:05:09 -0400 |
|---|---|---|
| committer | Ethan Roseman <ethteck@gmail.com> | 2020-03-22 21:05:09 -0400 |
| commit | 1876dc0c5c5bafebee6b49feee0ce097ad7f4345 (patch) | |
| tree | 648fa94bda18234d955d1d4be51e13016a3e4730 /src/overlays/actors/ovl_Bg_Gate_Shutter | |
| parent | 5f3db569f9420e034da3a6da9fd1eaf011e31f22 (diff) | |
UNK_PTR->UNK_TYPE
Diffstat (limited to 'src/overlays/actors/ovl_Bg_Gate_Shutter')
| -rw-r--r-- | src/overlays/actors/ovl_Bg_Gate_Shutter/z_bg_gate_shutter.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/overlays/actors/ovl_Bg_Gate_Shutter/z_bg_gate_shutter.c b/src/overlays/actors/ovl_Bg_Gate_Shutter/z_bg_gate_shutter.c index 109f159e0..4d0e42b6a 100644 --- a/src/overlays/actors/ovl_Bg_Gate_Shutter/z_bg_gate_shutter.c +++ b/src/overlays/actors/ovl_Bg_Gate_Shutter/z_bg_gate_shutter.c @@ -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]; |
