diff options
-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 |