mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Update play_battle_music.asm
This commit is contained in:
parent
14f08c941d
commit
f9ff97cd9d
|
@ -26,6 +26,8 @@ PlayBattleMusic::
|
||||||
jp z, .legendaryBattle
|
jp z, .legendaryBattle
|
||||||
cp OMEGADGE
|
cp OMEGADGE
|
||||||
jp z, .legendaryBattle
|
jp z, .legendaryBattle
|
||||||
|
cp ARCANINE
|
||||||
|
jp z, .legendaryBattle
|
||||||
cp SNORLAX ; Just like LGPE. Snorlax is basically a legendary in RBY, so I love this.
|
cp SNORLAX ; Just like LGPE. Snorlax is basically a legendary in RBY, so I love this.
|
||||||
jp z, .legendaryBattle
|
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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue