summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcadmic <cadmic24@gmail.com>2024-09-28 10:12:57 -0700
committerGitHub <noreply@github.com>2024-09-28 13:12:57 -0400
commit04498f808f6607616e587d31d0518292a736d378 (patch)
treeb22f20f7f910d7854cc1fcf244b314c89728e9cf /include
parent89df3ed9ff3d8db8e8d5d8970a6ca3559c541edf (diff)
[PAL N64] Match file select language selection (#2240)
* [PAL N64] Match file select language selection * sInitialLanguageInputTimerY -> sInitialLanguageInputTimerX
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;