mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-11 09:20:17 +00:00
Fix various data issues in gc-eu-mq (#1921)
* Fix various data issues * D_80153D78 -> sMessageDebuggerTextboxCount
This commit is contained in:
parent
731fe6da82
commit
4e1b0f6694
4 changed files with 14 additions and 3 deletions
|
@ -127,7 +127,10 @@ u8 sAudioBaseFilter2 = 0;
|
|||
u8 sAudioExtraFilter2 = 0;
|
||||
Vec3f* sSariaBgmPtr = NULL;
|
||||
f32 D_80130650 = 2000.0f;
|
||||
|
||||
#if OOT_DEBUG
|
||||
u8 sSeqModeInput = 0;
|
||||
#endif
|
||||
|
||||
#define SEQ_FLAG_ENEMY (1 << 0) // Allows enemy bgm
|
||||
#define SEQ_FLAG_FANFARE (1 << 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue