summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gfx_setupdl.h1
-rw-r--r--include/z64.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/include/gfx_setupdl.h b/include/gfx_setupdl.h
index 1eae1f6e2..1ba9ba06f 100644
--- a/include/gfx_setupdl.h
+++ b/include/gfx_setupdl.h
@@ -116,6 +116,7 @@ void Gfx_SetupDL_42Overlay(struct GraphicsContext* gfxCtx);
void Gfx_SetupDL_27Xlu(struct GraphicsContext* gfxCtx);
void Gfx_SetupDL_60NoCDXlu(struct GraphicsContext* gfxCtx);
void Gfx_SetupDL_61Xlu(struct GraphicsContext* gfxCtx);
+void Gfx_SetupDL_56Opa(struct GraphicsContext* gfxCtx);
void Gfx_SetupDL_56Ptr(Gfx** gfxP);
#endif
diff --git a/include/z64.h b/include/z64.h
index 27efb344c..5a8e6a4a3 100644
--- a/include/z64.h
+++ b/include/z64.h
@@ -208,7 +208,7 @@ typedef struct FileSelectState {
/* 0x000A8 */ u8* staticSegment;
/* 0x000AC */ u8* parameterSegment;
#if OOT_PAL
- /* 0x000B0 */ char unk_B0[0x8];
+ /* 0x000B0 */ u8* objectMagSegment;
#endif
/* 0x000B8 */ View view;
/* 0x001E0 */ SramContext sramCtx;