1
0
Fork 0
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:
cadmic 2024-03-29 08:19:55 -07:00 committed by GitHub
parent 731fe6da82
commit 4e1b0f6694
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 3 deletions

View file

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