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/VictoryRoad.asm | |
parent | 5708cf75690d066c6e72f0e99d1aba2cfa54f774 (diff) |
Music and sound effect constants in map events.
Diffstat (limited to 'maps/VictoryRoad.asm')
-rw-r--r-- | maps/VictoryRoad.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/VictoryRoad.asm b/maps/VictoryRoad.asm index 59f9fb9f0..05310b5ac 100644 --- a/maps/VictoryRoad.asm +++ b/maps/VictoryRoad.asm @@ -51,7 +51,7 @@ UnknownScript_0x744b5: ; 0x744b5 UnknownScript_0x744d4: ; 0x744d4 spriteface $0, $0 - playmusic $001f + playmusic MUSIC_RIVAL_ENCOUNTER loadfont 2writetext UnknownText_0x7455f closetext @@ -91,7 +91,7 @@ UnknownScript_0x7450f: ; 0x7450f ; 0x7451f UnknownScript_0x7451f: ; 0x7451f - playmusic $0020 + playmusic MUSIC_RIVAL_AFTER loadfont 2writetext UnknownText_0x746ce closetext |