From 2e98985e940103c0014645ec9715d386b433b992 Mon Sep 17 00:00:00 2001 From: Sirius902 <3645979-Sirius902@users.noreply.gitlab.com> Date: Sat, 14 Nov 2020 23:50:12 -0800 Subject: [PATCH] Add back in accidentally removed D_808772E0 --- .../actors/ovl_Bg_Ganon_Otyuka/z_bg_ganon_otyuka_gfx.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/overlays/actors/ovl_Bg_Ganon_Otyuka/z_bg_ganon_otyuka_gfx.c b/src/overlays/actors/ovl_Bg_Ganon_Otyuka/z_bg_ganon_otyuka_gfx.c index cb73076406..11035bf294 100644 --- a/src/overlays/actors/ovl_Bg_Ganon_Otyuka/z_bg_ganon_otyuka_gfx.c +++ b/src/overlays/actors/ovl_Bg_Ganon_Otyuka/z_bg_ganon_otyuka_gfx.c @@ -62,6 +62,9 @@ static UNK_TYPE sPlatformTexture[] = { 0x11072105, 0x19031943, 0x190518C5, 0x214518C5, 0x21432145, 0x11032103, 0x19051905, 0x19031903, }; +// probably unused? +static UNK_TYPE D_808772E0[] = { 0x00000000, 0x00000000 }; + static Vtx sPlatformTopVerts[] = { VTX(60, 0, 60, 2048, -1024, 0xFF, 0xFF, 0xFF, 0xFF), VTX(60, 0, -60, 0, -1024, 0xFF, 0xFF, 0xFF, 0xFF),