Link all oustanding US-matched TUs for JP (#2671)

This commit is contained in:
Max Roncace
2025-09-19 14:32:05 -04:00
committed by GitHub
parent 818dec837f
commit 11ebeb3fe0
38 changed files with 1430 additions and 275 deletions
+10
View File
@@ -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)