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/Route34.asm | |
parent | 5708cf75690d066c6e72f0e99d1aba2cfa54f774 (diff) |
Music and sound effect constants in map events.
Diffstat (limited to 'maps/Route34.asm')
-rw-r--r-- | maps/Route34.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/Route34.asm b/maps/Route34.asm index 962c305ab..6b09fa468 100644 --- a/maps/Route34.asm +++ b/maps/Route34.asm @@ -59,7 +59,7 @@ GrampsScript_0x7803d: ; 0x7803d checkcode $9 if_equal $3, UnknownScript_0x7805b applymovement $8, MovementData_0x78333 - playsound $001f + playsound SFX_ENTER_DOOR disappear $8 UnknownScript_0x7805a: ; 0x7805a end @@ -67,7 +67,7 @@ UnknownScript_0x7805a: ; 0x7805a UnknownScript_0x7805b: ; 0x7805b applymovement $8, MovementData_0x78337 - playsound $001f + playsound SFX_ENTER_DOOR disappear $8 end ; 0x78065 @@ -423,7 +423,7 @@ OfficerScript_0x7824c: ; 0x7824c iffalse UnknownScript_0x78276 checkevent $0546 iftrue UnknownScript_0x78270 - playmusic $000c + playmusic MUSIC_OFFICER_ENCOUNTER 2writetext UnknownText_0x785e4 closetext loadmovesprites |