diff options
| author | Max Roncace <me@caseif.net> | 2025-09-19 14:32:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-19 21:32:05 +0300 |
| commit | 11ebeb3fe04496ec46ab30a5aebb424f2b1175e3 (patch) | |
| tree | 80683b3816d0944ed8275a8b39433fb6753cf3ff /src/Z2AudioLib/Z2SoundObjMgr.cpp | |
| parent | 818dec837f3370b4650476203f265b3b51cb82e6 (diff) | |
Link all oustanding US-matched TUs for JP (#2671)
Diffstat (limited to 'src/Z2AudioLib/Z2SoundObjMgr.cpp')
| -rw-r--r-- | src/Z2AudioLib/Z2SoundObjMgr.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
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) |
