diff options
author | yenatch <yenatch@gmail.com> | 2015-06-26 23:24:55 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-06-26 23:24:55 -0700 |
commit | c00949dddf8498eb6483487792332f10dd074386 (patch) | |
tree | b76277ccd89e5154a62f018858c9c1ebc4aeba1e /engine/std_scripts.asm | |
parent | d6f7dc320612eccf9397df3d0777fcea9c589b4d (diff) |
Labels for the heal machine; spriteface constants.
Diffstat (limited to 'engine/std_scripts.asm')
-rw-r--r-- | engine/std_scripts.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/std_scripts.asm b/engine/std_scripts.asm index 7e6c3186a..fbe05c4e2 100644 --- a/engine/std_scripts.asm +++ b/engine/std_scripts.asm @@ -110,10 +110,10 @@ PokeCenterNurseScript: special Function1060a2 spriteface $fe, LEFT pause 10 - special Functionc658 + special HealParty playmusic MUSIC_NONE writebyte 0 - special Function12324 + special HealMachineAnim pause 30 special RestartMapMusic spriteface $fe, DOWN |