mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-05 18:57:14 -04:00
Link all oustanding US-matched TUs for JP (#2671)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user