mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 05:43:42 -07:00
Enhancement: Better Debug Warp MQ toggle (#2876)
* Implement MQ select on better debug warp * remove unused macro * Add sound when selecting MQ; only change if highlighting MQ-able map * Handles map select from MQ file
This commit is contained in:
parent
700fba28dd
commit
507387f618
4 changed files with 359 additions and 313 deletions
|
@ -1252,6 +1252,7 @@ typedef struct {
|
|||
/* */ char* germanName;
|
||||
/* */ char* frenchName;
|
||||
/* */ s32 entranceIndex;
|
||||
/* */ u8 canBeMQ;
|
||||
} BetterSceneSelectEntrancePair;
|
||||
|
||||
typedef struct {
|
||||
|
@ -1259,7 +1260,7 @@ typedef struct {
|
|||
/* */ char* germanName;
|
||||
/* */ char* frenchName;
|
||||
/* */ void (*loadFunc)(struct SelectContext*, s32);
|
||||
/* */ s32 count;
|
||||
/* */ u8 entranceCount;
|
||||
/* */ BetterSceneSelectEntrancePair entrancePairs[18];
|
||||
} BetterSceneSelectEntry;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue