diff options
author | Idain <luiscarlosholguinperez@outlook.com> | 2021-11-07 20:42:20 -0400 |
---|---|---|
committer | Idain <luiscarlosholguinperez@outlook.com> | 2021-11-07 20:42:20 -0400 |
commit | 3ecff745941d8dcd7d713c9d788c74d4fa476da6 (patch) | |
tree | ce98d7594b91373d8ffb0f6bb5bbfa6d4be87aa9 | |
parent | 0948e83a85e1a5eed3383b8386ecd0890056010a (diff) |
Fix names for hyperlinks and "MUSIC_LAKE_OF_RAGE_NIGHT"
-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 |