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 /scripts/redshouse1f.asm | |
| parent | Fix a typo in home/vcopy.asm. (diff) | |
| download | pokeyellow-d10108a066c102bf2d167ac656d79308e41f304e.tar.gz pokeyellow-d10108a066c102bf2d167ac656d79308e41f304e.tar.xz pokeyellow-d10108a066c102bf2d167ac656d79308e41f304e.zip | |
Use macros to define predefs.
Diffstat (limited to 'scripts/redshouse1f.asm')
| -rwxr-xr-x | scripts/redshouse1f.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/redshouse1f.asm b/scripts/redshouse1f.asm index 4bab98fe..0e3e331b 100755 --- a/scripts/redshouse1f.asm +++ b/scripts/redshouse1f.asm @@ -27,7 +27,7 @@ MomHealPokemon: ; 4818a (12:418a) call PrintText call GBFadeOut2 call ReloadMapData - PREDEF HealPartyPredef + predef HealParty ld a, MUSIC_PKMN_HEALED ld [wc0ee], a call PlaySound ; play sound? |
