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/CinnabarIsland.asm | |
parent | 5708cf75690d066c6e72f0e99d1aba2cfa54f774 (diff) |
Music and sound effect constants in map events.
Diffstat (limited to 'maps/CinnabarIsland.asm')
-rw-r--r-- | maps/CinnabarIsland.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/CinnabarIsland.asm b/maps/CinnabarIsland.asm index 2df937c70..3d9ea00ed 100644 --- a/maps/CinnabarIsland.asm +++ b/maps/CinnabarIsland.asm @@ -21,7 +21,7 @@ BlueScript_0x1ac9b0: ; 0x1ac9b0 2writetext UnknownText_0x1ac9d2 closetext loadmovesprites - playsound $0013 + playsound SFX_WARP_TO applymovement $2, MovementData_0x1ac9d0 disappear $2 clearevent $0776 |