mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-11 09:20:17 +00:00
More data fixes (#1929)
This commit is contained in:
parent
bd0941405d
commit
872940d664
7 changed files with 18 additions and 2 deletions
|
@ -100,7 +100,11 @@ f32 D_801305E4[4] = { 1.0f, 1.12246f, 1.33484f, 1.33484f }; // 2**({0, 2, 5, 5}/
|
|||
f32 D_801305F4 = 1.0f;
|
||||
u8 sGanonsTowerLevelsVol[8] = { 127, 80, 75, 73, 70, 68, 65, 60 };
|
||||
u8 sEnterGanonsTowerTimer = 0;
|
||||
#if OOT_DEBUG
|
||||
s8 sSoundMode = SOUNDMODE_SURROUND;
|
||||
#else
|
||||
s8 sSoundMode = SOUNDMODE_STEREO;
|
||||
#endif
|
||||
s8 D_80130608 = 0;
|
||||
s8 sAudioCutsceneFlag = 0;
|
||||
s8 sSpecReverb = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue