mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
[PAL N64] Match file select language selection (#2240)
* [PAL N64] Match file select language selection * sInitialLanguageInputTimerY -> sInitialLanguageInputTimerX
This commit is contained in:
parent
89df3ed9ff
commit
04498f808f
8 changed files with 685 additions and 85 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue