mirror of
https://github.com/zeldaret/oot
synced 2026-07-08 14:26:45 -04:00
[PAL N64] Match file select language selection (#2240)
* [PAL N64] Match file select language selection * sInitialLanguageInputTimerY -> sInitialLanguageInputTimerX
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user