diff options
| author | Tharo <17233964+Thar0@users.noreply.github.com> | 2025-01-12 16:30:17 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-12 08:30:17 -0800 |
| commit | e8e73fe771069f310208c2c00924ccebbcaa3c42 (patch) | |
| tree | cdc3e7d6db87f6d7db50db61b8c78cea3ff34539 /src/overlays | |
| parent | 385c45ad483502a03c6f93b81e5b1ed5e08281d0 (diff) | |
Sync soundfont_compiler.c with recent OoT change, give automatic names to sequence 0 channels that implement sfx (#1784)
* Sync soundfont_compiler.c with recent OoT change, give automatic names to sequence 0 channels that implement sfx
* Fix bss
Diffstat (limited to 'src/overlays')
| -rw-r--r-- | src/overlays/actors/ovl_En_Tanron2/z_en_tanron2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/overlays/actors/ovl_En_Tanron2/z_en_tanron2.c b/src/overlays/actors/ovl_En_Tanron2/z_en_tanron2.c index 79dbe3eb8..16ade8786 100644 --- a/src/overlays/actors/ovl_En_Tanron2/z_en_tanron2.c +++ b/src/overlays/actors/ovl_En_Tanron2/z_en_tanron2.c @@ -4,7 +4,6 @@ * Description: Wart's Bubbles */ -#include "prevent_bss_reordering.h" #include "z_en_tanron2.h" #include "overlays/actors/ovl_Boss_04/z_boss_04.h" #include "assets/objects/gameplay_keep/gameplay_keep.h" |
