diff options
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) |
