diff options
author | yenatch <yenatch@gmail.com> | 2014-04-30 06:04:35 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-04-30 06:04:35 -0400 |
commit | ce59c9a84f34600dff097858ab3d00d55eaeaf78 (patch) | |
tree | f9f92c934ba299096ade83919942cd3ca0343b44 /maps/Route24.asm | |
parent | 5708cf75690d066c6e72f0e99d1aba2cfa54f774 (diff) |
Music and sound effect constants in map events.
Diffstat (limited to 'maps/Route24.asm')
-rw-r--r-- | maps/Route24.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/Route24.asm b/maps/Route24.asm index 7ec93ba71..6c77d33f8 100644 --- a/maps/Route24.asm +++ b/maps/Route24.asm @@ -8,7 +8,7 @@ Route24_MapScriptHeader: ; 0x1adbf8 RocketScript_0x1adbfa: ; 0x1adbfa faceplayer - playmusic $0039 + playmusic MUSIC_ROCKET_ENCOUNTER loadfont 2writetext UnknownText_0x1adc2e closetext @@ -18,7 +18,7 @@ RocketScript_0x1adbfa: ; 0x1adbfa startbattle reloadmapmusic returnafterbattle - playmusic $0039 + playmusic MUSIC_ROCKET_ENCOUNTER loadfont 2writetext UnknownText_0x1addc0 keeptextopen |