diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/variables.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/variables.h b/include/variables.h index 24bac8021..429e1a775 100644 --- a/include/variables.h +++ b/include/variables.h @@ -210,14 +210,13 @@ extern volatile OSTime gRSPOtherTotalTime; extern volatile OSTime gRDPTotalTime; extern FaultThreadStruct gFaultStruct; -// data/code_800F7260.bss.s extern ActiveSound gActiveSounds[7][MAX_CHANNELS_PER_BANK]; // total size = 0xA8 extern u8 gSoundBankMuted[]; +extern u8 D_801333F0; +extern u8 gAudioSfxSwapOff; extern u16 gAudioSfxSwapSource[10]; extern u16 gAudioSfxSwapTarget[10]; extern u8 gAudioSfxSwapMode[10]; -extern u8 D_8016E348[4]; -extern u32 sAudioSeqCmds[0x100]; extern unk_D_8016E750 D_8016E750[4]; extern AudioContext gAudioContext; extern void(*D_801755D0)(void); |
