diff options
author | yenatch <yenatch@gmail.com> | 2014-08-22 20:36:10 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-08-22 20:36:10 -0700 |
commit | ed15916f05fbd21a84b1ae033acfd79b29a68c89 (patch) | |
tree | 8444f14573c72b254834c0465490f7163cb450c7 /engine/std_scripts.asm | |
parent | a5862306b735a4d1ac62b3273b47d4af17ef833e (diff) |
Use landmark constants in displaylocation commands (phone scripts).
Diffstat (limited to 'engine/std_scripts.asm')
-rw-r--r-- | engine/std_scripts.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/std_scripts.asm b/engine/std_scripts.asm index ed9c33a9c..66f3f2226 100644 --- a/engine/std_scripts.asm +++ b/engine/std_scripts.asm @@ -127,7 +127,7 @@ PokeCenterNurseScript: ; bc09c spriteface $fe, $2 pause 10 special $001b - playmusic $0000 + playmusic MUSIC_NONE writebyte $0 special $003e pause 30 @@ -261,9 +261,9 @@ UnknownScript_0xbc1a9: ; 0xbc1a9 ; 0xbc1af UnknownScript_0xbc1af: ; 0xbc1af - playsound $0008 + playsound SFX_READ_TEXT_2 pause 15 - playsound $0027 + playsound SFX_ELEVATOR_END end ; 0xbc1b8 @@ -941,7 +941,7 @@ UnknownScript_0xbc6e1: ; 0xbc6e1 UnknownScript_0xbc6e6: ; 0xbc6e6 3writetext UnknownText_0x1b09c4 - playsound $0093 + playsound SFX_REGISTER_PHONE_NUMBER waitbutton keeptextopen end |