diff options
| author | YamaArashi <shadow962@live.com> | 2014-08-08 22:39:13 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2014-08-08 22:39:13 -0700 |
| commit | 59f0507e4cd0693eb89f5ab3e44cb3c442666140 (patch) | |
| tree | 331b08b7eb8c64dc3ff8c505f58a5c28763d79ad /engine/battle/5.asm | |
| parent | Commented function (diff) | |
| download | pokeyellow-59f0507e4cd0693eb89f5ab3e44cb3c442666140.tar.gz pokeyellow-59f0507e4cd0693eb89f5ab3e44cb3c442666140.tar.xz pokeyellow-59f0507e4cd0693eb89f5ab3e44cb3c442666140.zip | |
Labelled many functions/variables
Diffstat (limited to 'engine/battle/5.asm')
| -rwxr-xr-x | engine/battle/5.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/5.asm b/engine/battle/5.asm index 6c7a642e..82518052 100755 --- a/engine/battle/5.asm +++ b/engine/battle/5.asm @@ -53,8 +53,8 @@ SubstituteEffectHandler: ; 17dad (5:7dad) call Bankswitch ;jump to routine depending on animation setting ld hl, SubstituteText call PrintText - ld hl, Func_3cd5a - ld b, BANK(Func_3cd5a) + ld hl, DrawHUDsAndHPBars + ld b, BANK(DrawHUDsAndHPBars) jp Bankswitch .alreadyHasSubstitute ld hl, HasSubstituteText |
