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/Route30.asm | |
| parent | 5708cf75690d066c6e72f0e99d1aba2cfa54f774 (diff) | |
Music and sound effect constants in map events.
Diffstat (limited to 'maps/Route30.asm')
| -rw-r--r-- | maps/Route30.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/Route30.asm b/maps/Route30.asm index b3388605e..eb1e7cc39 100644 --- a/maps/Route30.asm +++ b/maps/Route30.asm @@ -8,12 +8,12 @@ Route30_MapScriptHeader: ; 0x1a1671 YoungsterScript_0x1a1673: ; 0x1a1673 waitbutton - playmusic $002a + playmusic MUSIC_JOHTO_TRAINER_BATTLE loadfont 2writetext UnknownText_0x1a1806 pause 30 loadmovesprites - playsound $0041 + playsound SFX_TACKLE applymovement $8, MovementData_0x1a17fe loadfont faceplayer @@ -21,7 +21,7 @@ YoungsterScript_0x1a1673: ; 0x1a1673 closetext spriteface $2, $1 loadmovesprites - playsound $0041 + playsound SFX_TACKLE applymovement $7, MovementData_0x1a1802 special $003d end |
