diff options
author | yenatch <yenatch@gmail.com> | 2016-10-28 15:35:27 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-10-28 15:35:27 -0400 |
commit | 0c7d1385e8747383295d7df37ab10c440d20b603 (patch) | |
tree | 44f89210273ca2854516dabaa537a1935e6e11eb | |
parent | 4a0accd0b78e0b0272ed40dd5b669b0b081f3ea5 (diff) |
Add BGM_ROUTE_118.
-rw-r--r-- | constants/songs.s | 2 | ||||
-rw-r--r-- | data/maps/Route118/header.s | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/constants/songs.s b/constants/songs.s index 42c9d23e2..a89376983 100644 --- a/constants/songs.s +++ b/constants/songs.s @@ -365,3 +365,5 @@ .equiv BGM_BATTLE35, 464 .equiv BGM_BATTLE38, 465 .equiv BGM_BATTLE30, 466 + + .equiv BGM_ROUTE_118, 0x7fff diff --git a/data/maps/Route118/header.s b/data/maps/Route118/header.s index 6b8ec4763..5b1190621 100644 --- a/data/maps/Route118/header.s +++ b/data/maps/Route118/header.s @@ -3,7 +3,7 @@ Route118:: @ 83057E4 .4byte Route118_MapEvents .4byte Route118_MapScripts .4byte Route118_MapConnections - .2byte 0x7fff + .2byte BGM_ROUTE_118 .2byte 34 .byte 33 .byte 0 |