From d3a8ade6bae030b587cfbe7aa2d76117d1e54a02 Mon Sep 17 00:00:00 2001 From: engineer124 <47598039+engineer124@users.noreply.github.com> Date: Wed, 12 Jan 2022 12:58:26 +1100 Subject: 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 --- src/code/code_800EC960.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/code/code_800EC960.c') 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 */ -- cgit v1.2.3