summaryrefslogtreecommitdiff
path: root/src/code/code_800EC960.c
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 /src/code/code_800EC960.c
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 'src/code/code_800EC960.c')
-rw-r--r--src/code/code_800EC960.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/code/code_800EC960.c b/src/code/code_800EC960.c
index f10ebe349..583d871bf 100644
--- a/src/code/code_800EC960.c
+++ b/src/code/code_800EC960.c
@@ -84,8 +84,6 @@ typedef enum {
#define SFX_PLAYER_CHANNEL_OCARINA 13
-extern f32 D_8012F6B4[]; // from audio_synthesis
-
u8 gIsLargeSoundBank[7] = { 0, 0, 0, 1, 0, 0, 0 };
// Only the first row of these is supported by sequence 0. (gSfxChannelLayout is always 0.)
@@ -1170,9 +1168,6 @@ OcarinaSongInfo gOcarinaSongNotes[OCARINA_SONG_MAX] = {
};
// clang-format on
-extern u8 D_801333F0;
-extern u8 gAudioSfxSwapOff;
-
/**
* BSS
*/