diff --git a/audio/play_battle_music.asm b/audio/play_battle_music.asm index 60da526e..51a02d87 100644 --- a/audio/play_battle_music.asm +++ b/audio/play_battle_music.asm @@ -26,6 +26,8 @@ PlayBattleMusic:: jp z, .legendaryBattle cp OMEGADGE jp z, .legendaryBattle + cp ARCANINE + jp z, .legendaryBattle cp SNORLAX ; Just like LGPE. Snorlax is basically a legendary in RBY, so I love this. jp z, .legendaryBattle cp DRATINI ; In the Tajiri lore, the Dratini family is considered legendary. Also, we have a static Dragonite. I think the appearance of Dratini in the Safari Zone with this theme could also add some reeeeeal nice hype to the whole ordeal.