mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 16:45:24 +13:00
First Commit
Upload literally everything from the pokecrystal16 expand-move-ID branch
This commit is contained in:
commit
2f8a41f833
4618 changed files with 480386 additions and 0 deletions
15
data/radio/channel_music.asm
Normal file
15
data/radio/channel_music.asm
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
RadioChannelSongs:
|
||||
; entries correspond to radio channel ids (see constants/radio_constants.asm)
|
||||
table_width 2, RadioChannelSongs
|
||||
dw MUSIC_POKEMON_TALK
|
||||
dw MUSIC_POKEMON_CENTER
|
||||
dw MUSIC_TITLE
|
||||
dw MUSIC_GAME_CORNER
|
||||
dw MUSIC_BUENAS_PASSWORD
|
||||
dw MUSIC_VIRIDIAN_CITY
|
||||
dw MUSIC_BICYCLE
|
||||
dw MUSIC_ROCKET_OVERTURE
|
||||
dw MUSIC_POKE_FLUTE_CHANNEL
|
||||
dw MUSIC_RUINS_OF_ALPH_RADIO
|
||||
dw MUSIC_LAKE_OF_RAGE_ROCKET_RADIO
|
||||
assert_table_length NUM_RADIO_CHANNELS
|
||||
Loading…
Add table
Add a link
Reference in a new issue