mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-14 21:40:03 +00:00
Move audio/general.c debug bss with the rest of bss (#2152)
* Move audio/general.c debug bss to own file and include with the rest of bss * just inline the bss instead of include
This commit is contained in:
parent
35cfc07590
commit
c54c1f2274
2 changed files with 5 additions and 6 deletions
|
@ -1,9 +1,3 @@
|
|||
u32 sDebugPadHold;
|
||||
u32 sDebugPadBtnLast;
|
||||
u32 sDebugPadPress;
|
||||
s32 sAudioUpdateTaskStart;
|
||||
s32 sAudioUpdateTaskEnd;
|
||||
|
||||
f32 D_80131C8C = 0.0f;
|
||||
f32 sAudioUpdateDuration = 0.0f;
|
||||
f32 sAudioUpdateDurationMax = 0.0f;
|
||||
|
|
|
@ -1297,6 +1297,11 @@ OcarinaNote sScarecrowsLongSongSecondNote;
|
|||
#if OOT_DEBUG
|
||||
u8 sIsMalonSinging;
|
||||
f32 sMalonSingingDist;
|
||||
u32 sDebugPadHold;
|
||||
u32 sDebugPadBtnLast;
|
||||
u32 sDebugPadPress;
|
||||
s32 sAudioUpdateTaskStart;
|
||||
s32 sAudioUpdateTaskEnd;
|
||||
#endif
|
||||
|
||||
void PadMgr_RequestPadData(PadMgr* padMgr, Input* inputs, s32 gameRequest);
|
||||
|
|
Loading…
Reference in a new issue