mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

I was gonna push the rest of the 1.3 stuff at the same time, but these are probably the biggest additions so I'm committing them now just to be safe. - Made a variant of the Gym Leader battle theme that's pitched down a bit, using it for the battles against the Elite Four (basically what Diamond and Pearl did for its own Elite Four theme). Oak uses it too, given his apparent involvement with the Pokemon League as shown by the email in his lab and his history with Agatha. - Also, a slower, heavier pitched version of the Rival's encounter theme has been added, which I'm thinking will play in his Pokemon League room if it gets used. This one currently can't be heard in-game, it's just in the files and will stay there until 1.3 comes out or until it gets cut.
66 lines
1.4 KiB
NASM
66 lines
1.4 KiB
NASM
; See song sections in audio.asm.
|
|
|
|
Music:
|
|
; entries correspond to MUSIC_* constants
|
|
dba Music_Nothing
|
|
dba Music_RBYPalletTown
|
|
dba Music_Pokecenter
|
|
dba Music_RBYGym
|
|
dba Music_Cities1
|
|
dba Music_Cities2
|
|
dba Music_Celadon
|
|
dba Music_Cinnabar
|
|
dba Music_Vermilion
|
|
dba Music_Lavender
|
|
dba Music_SSAnne
|
|
dba Music_MeetProfOak
|
|
dba Music_MeetRival
|
|
dba Music_MuseumGuy
|
|
dba Music_SafariZone
|
|
dba Music_PkmnHealed
|
|
dba Music_Routes1
|
|
dba Music_Routes2
|
|
dba Music_Routes3
|
|
dba Music_Routes4
|
|
dba Music_RBYIndigoPlateau
|
|
dba Music_AreaZero
|
|
dba Music_Citrine
|
|
dba Music_GymLeaderBattle
|
|
dba Music_TrainerBattle
|
|
dba Music_WildBattle
|
|
dba Music_FinalBattle
|
|
dba Music_DefeatedTrainer
|
|
dba Music_DefeatedWildMon
|
|
dba Music_DefeatedGymLeader
|
|
dba Music_RBYTitleScreen
|
|
dba Music_RBYCredits
|
|
dba Music_RBYHallOfFame
|
|
dba Music_OaksLab
|
|
dba Music_JigglypuffSong
|
|
dba Music_BikeRiding
|
|
dba Music_Surfing
|
|
dba Music_RBYGameCorner
|
|
dba Music_IntroBattle
|
|
dba Music_Dungeon1
|
|
dba Music_Dungeon2
|
|
dba Music_Dungeon3
|
|
dba Music_CinnabarMansion
|
|
dba Music_PokemonTower
|
|
dba Music_SilphCo
|
|
dba Music_MeetEvilTrainer
|
|
dba Music_MeetFemaleTrainer
|
|
dba Music_MeetMaleTrainer
|
|
dba Music_Digda01
|
|
dba Music_Field06
|
|
dba Music_MeetJessieJames
|
|
dba Music_Sakaki
|
|
dba Music_Victory4
|
|
dba Music_Kinchou01
|
|
dba Music_Mewtwo01
|
|
dba Music_LegendaryBattle
|
|
dba Music_GiovannisRoom
|
|
dba Music_RocketRBY
|
|
dba Music_GiovanniBattle
|
|
dba Music_EliteFourBattle
|
|
dba Music_ChampRival
|