From f9ff97cd9dc3167789483e482beefec7c10a5383 Mon Sep 17 00:00:00 2001 From: Martha Schilling Date: Sun, 25 Aug 2024 19:56:26 +0100 Subject: [PATCH] Update play_battle_music.asm --- audio/play_battle_music.asm | 2 ++ 1 file changed, 2 insertions(+) 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.