diff options
-rw-r--r-- | Add-more-music-that-changes-at-night.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Add-more-music-that-changes-at-night.md b/Add-more-music-that-changes-at-night.md index aea6b08..598e8bd 100644 --- a/Add-more-music-that-changes-at-night.md +++ b/Add-more-music-that-changes-at-night.md @@ -217,8 +217,8 @@ The rest of the asm files for all overworld music of Gen 2 are in the files belo * [Route 26](https://pastebin.com/BqSZhHme) * [Route 29](https://pastebin.com/SkHuzUcr) * [Route 30](https://pastebin.com/cQJVpiwr) -* [Route 32](https://pastebin.com/WwbLrFrv) -* [Route 38](https://pastebin.com/esTFPXX4) +* [Route 36](https://pastebin.com/uC6hEkJn) +* [Route 37](https://pastebin.com/b39aVyFg) * [Route 42 / Lake of Rage](https://pastebin.com/eePvSnV9) * [Violet City](https://pastebin.com/E1gXs888) @@ -241,7 +241,7 @@ ENDM + night_music MUSIC_GOLDENROD_CITY, MUSIC_GOLDENROD_CITY_NIGHT + night_music MUSIC_ECRUTEAK_CITY, MUSIC_ECRUTEAK_CITY_NIGHT + night_music MUSIC_ROUTE_38, MUSIC_ROUTE_38_NIGHT -+ night_music MUSIC_LAKE_OF_RAGE, MUSIC_MUSIC_LAKE_OF_RAGE ++ night_music MUSIC_LAKE_OF_RAGE, MUSIC_LAKE_OF_RAGE_NIGHT + night_music MUSIC_ROUTE_26, MUSIC_ROUTE_26_NIGHT + night_music MUSIC_VIRIDIAN_CITY, MUSIC_VIRIDIAN_CITY_NIGHT + night_music MUSIC_ROUTE_3, MUSIC_ROUTE_3_NIGHT |