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/Route25.asm | |
| parent | 5708cf75690d066c6e72f0e99d1aba2cfa54f774 (diff) | |
Music and sound effect constants in map events.
Diffstat (limited to 'maps/Route25.asm')
| -rw-r--r-- | maps/Route25.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/Route25.asm b/maps/Route25.asm index 6ea3695ed..30c4b6dfe 100644 --- a/maps/Route25.asm +++ b/maps/Route25.asm @@ -26,7 +26,7 @@ UnknownScript_0x19eea0: ; 0x19eea0 applymovement $3, MovementData_0x19efe8 disappear $3 pause 15 - playmusic $0038 + playmusic MUSIC_BEAUTY_ENCOUNTER spriteface $2, $1 pause 10 applymovement $2, MovementData_0x19efed @@ -53,7 +53,7 @@ UnknownScript_0x19eee0: ; 0x19eee0 applymovement $3, MovementData_0x19efea disappear $3 pause 15 - playmusic $0038 + playmusic MUSIC_BEAUTY_ENCOUNTER spriteface $2, $1 pause 10 applymovement $2, MovementData_0x19eff4 |
