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:
Adam Bird 2023-06-01 22:00:45 -04:00 committed by GitHub
commit c9d24f2e98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 128 additions and 48 deletions

View file

@ -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 {