diff options
| author | cadmic <cadmic24@gmail.com> | 2024-09-28 10:12:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-28 13:12:57 -0400 |
| commit | 04498f808f6607616e587d31d0518292a736d378 (patch) | |
| tree | b22f20f7f910d7854cc1fcf244b314c89728e9cf /include | |
| parent | 89df3ed9ff3d8db8e8d5d8970a6ca3559c541edf (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.h | 1 | ||||
| -rw-r--r-- | include/z64.h | 2 |
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; |
