diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-11 20:31:09 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-11 20:31:09 -0400 |
| commit | 041c4f28a3c35e31329222769534942439b70f29 (patch) | |
| tree | 07c7998e8b8c34f25c22e4292ff0f133c787679c /data/map_songs.asm | |
| parent | Pikachu movement functions (diff) | |
| download | pokeyellow-041c4f28a3c35e31329222769534942439b70f29.tar.gz pokeyellow-041c4f28a3c35e31329222769534942439b70f29.tar.xz pokeyellow-041c4f28a3c35e31329222769534942439b70f29.zip | |
Character dict; surfing minigame; printer debug
Diffstat (limited to 'data/map_songs.asm')
| -rw-r--r-- | data/map_songs.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/map_songs.asm b/data/map_songs.asm index b65822e7..b7f50c93 100644 --- a/data/map_songs.asm +++ b/data/map_songs.asm @@ -247,4 +247,4 @@ MapSongBanks: ; fc000 (3f:4000) db MUSIC_GYM, BANK(Music_Gym) ; Lorelei db MUSIC_DUNGEON1, BANK(Music_Dungeon1) ; Bruno db MUSIC_POKEMON_TOWER, BANK(Music_PokemonTower) ; Agatha - db MUSIC_ROUTES3, BANK(Music_Routes3) ; BeachHouse
\ No newline at end of file + db MUSIC_ROUTES3, BANK(Music_Routes3) ; BeachHouse |
