mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 10:37:17 -07:00
Fix: Better debug warp MQ detection and other warp menu bugs (#2932)
* fix: add mq detection to better debug warp * replace special characters for debug warp translations * reorder better debug warp printing * adjust french translation
This commit is contained in:
parent
6bf42fd018
commit
c9d24f2e98
5 changed files with 128 additions and 48 deletions
|
@ -1293,9 +1293,12 @@ typedef struct SelectContext {
|
|||
/* 0x0230 */ s32 lockDown;
|
||||
/* 0x0234 */ s32 unk_234; // unused
|
||||
/* 0x0238 */ u8* staticSegment;
|
||||
// #region SOH [General]
|
||||
/* */ s32 currentEntrance;
|
||||
/* */ u8 isBetterWarp;
|
||||
/* */ BetterSceneSelectEntry* betterScenes;
|
||||
/* */ BetterSceneSelectGrottoData* betterGrottos;
|
||||
// #endregion
|
||||
} SelectContext; // size = 0x240
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue