summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2022-01-12 12:58:26 +1100
committerGitHub <noreply@github.com>2022-01-11 20:58:26 -0500
commitd3a8ade6bae030b587cfbe7aa2d76117d1e54a02 (patch)
treed61ea977cec26c1fa1a5e97af6fe5c9d3d666619 /include
parent67f6b50de3d2679c066d2d9b5363a7140e7b9ee2 (diff)
Migrate Remaining Audio Data & Cleanup some Audio Data externs (#1097)
* Import code_800F7260.bss.s * Import code_800F9280.data.s * format * cleanup externs * Move bss to next file * Move struct_8016E320 (BgmRequests) back to file * Move data to init_params, remove data pad (can't remove bss pad), ReverbSettings * remove extra spacing * Remove data/bss comments
Diffstat (limited to 'include')
-rw-r--r--include/variables.h5
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);