mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-15 19:54:24 +13:00
Legendary Theme Demake
It's done! This took a lot of work on LuciShrimp's end, mainly due to CrystalTracker issues. This fixes the synchronisation issues seen in the previous iteration, dramatically improves the loop point, and has various other shifts to make it much easier on the ears. I'm glad we chose to use the Mew version of the theme from Emerald, it feels much more complete!
This commit is contained in:
parent
72a372dcde
commit
f6cdf8d428
|
@ -32,6 +32,12 @@ PlayBattleMusic::
|
|||
jr z, .legendaryBattle
|
||||
cp ELECTRODE
|
||||
jr 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.
|
||||
jr z, .legendaryBattle
|
||||
cp DRAGONAIR
|
||||
jr z, .legendaryBattle
|
||||
cp DRAGONITE
|
||||
jr z, .legendaryBattle
|
||||
cp ARTICUNO_G ; Temporary - plans for galar bird themes have been made.
|
||||
jr z, .legendaryBattle
|
||||
cp ZAPDOS_G
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,3 +1,5 @@
|
|||
; Demake of Stadium Mewtwo's theme by LuciShrimp
|
||||
; Features space-like sparkles, making use of the Game Boy's sound library.
|
||||
Music_Mewtwo01:
|
||||
channel_count 4
|
||||
channel 1, Music_Mewtwo01_Ch1
|
||||
|
|
Loading…
Reference in a new issue