diff options
author | yenatch <yenatch@gmail.com> | 2014-06-16 13:25:46 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-06-16 13:25:46 -0700 |
commit | d10108a066c102bf2d167ac656d79308e41f304e (patch) | |
tree | 8e23833f9b0b2cbffe7114212da8af13e0ef85d1 /engine/overworld | |
parent | 94dc6955431171d4dba5833e5784e102dd045b49 (diff) |
Use macros to define predefs.
Diffstat (limited to 'engine/overworld')
-rwxr-xr-x | engine/overworld/pokecenter.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/pokecenter.asm b/engine/overworld/pokecenter.asm index 2dedc437..3c640d8e 100755 --- a/engine/overworld/pokecenter.asm +++ b/engine/overworld/pokecenter.asm @@ -21,7 +21,7 @@ DisplayPokemonCenterDialogue_: ; 6fe6 (1:6fe6) ld a, $18 ld [wSpriteStateData1 + $12], a ; make the nurse turn to face the machine call Delay3 - PREDEF HealPartyPredef + predef HealParty callba AnimateHealingMachine ; do the healing machine animation xor a ld [wMusicHeaderPointer], a |