From 11ebeb3fe04496ec46ab30a5aebb424f2b1175e3 Mon Sep 17 00:00:00 2001 From: Max Roncace Date: Fri, 19 Sep 2025 14:32:05 -0400 Subject: Link all oustanding US-matched TUs for JP (#2671) --- src/Z2AudioLib/Z2SoundObjMgr.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/Z2AudioLib/Z2SoundObjMgr.cpp') diff --git a/src/Z2AudioLib/Z2SoundObjMgr.cpp b/src/Z2AudioLib/Z2SoundObjMgr.cpp index 761b8dba4d..7bd01335d2 100644 --- a/src/Z2AudioLib/Z2SoundObjMgr.cpp +++ b/src/Z2AudioLib/Z2SoundObjMgr.cpp @@ -187,6 +187,10 @@ void Z2SoundObjMgr::searchEnemy() { case Z2_ENEMY_RD: if (iVar16 != 0) continue; +#if VERSION == VERSION_GCN_JPN + } + switch (enemyId) { +#endif case Z2_ENEMY_DN: case Z2_ENEMY_DB: case Z2_ENEMY_GE: @@ -196,6 +200,12 @@ void Z2SoundObjMgr::searchEnemy() { case Z2_ENEMY_HB: case Z2_ENEMY_TT: case Z2_ENEMY_SM2: +#if VERSION == VERSION_GCN_JPN + case Z2_ENEMY_WB: + case Z2_ENEMY_RD: + case Z2_ENEMY_SH: + case Z2_ENEMY_HP: +#endif if (!Z2GetLink()->isRiding()) break; if (Z2GetLink()->getMoveSpeed() <= 0x26) -- cgit v1.2.3