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/VermilionPort.asm | |
parent | 5708cf75690d066c6e72f0e99d1aba2cfa54f774 (diff) |
Music and sound effect constants in map events.
Diffstat (limited to 'maps/VermilionPort.asm')
-rw-r--r-- | maps/VermilionPort.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/VermilionPort.asm b/maps/VermilionPort.asm index 72f7e2b80..c8c7680bb 100644 --- a/maps/VermilionPort.asm +++ b/maps/VermilionPort.asm @@ -52,11 +52,11 @@ SailorScript_0x74dc4: ; 0x74dc4 loadmovesprites spriteface $2, $0 pause 10 - playsound $0023 + playsound SFX_EXIT_BUILDING disappear $2 waitbutton applymovement $0, MovementData_0x74ef1 - playsound $0023 + playsound SFX_EXIT_BUILDING special $002e waitbutton setevent $073a |