aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/5.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2014-08-08 22:39:13 -0700
committerYamaArashi <shadow962@live.com>2014-08-08 22:39:13 -0700
commit59f0507e4cd0693eb89f5ab3e44cb3c442666140 (patch)
tree331b08b7eb8c64dc3ff8c505f58a5c28763d79ad /engine/battle/5.asm
parentCommented function (diff)
downloadpokeyellow-59f0507e4cd0693eb89f5ab3e44cb3c442666140.tar.gz
pokeyellow-59f0507e4cd0693eb89f5ab3e44cb3c442666140.tar.xz
pokeyellow-59f0507e4cd0693eb89f5ab3e44cb3c442666140.zip
Labelled many functions/variables
Diffstat (limited to 'engine/battle/5.asm')
-rwxr-xr-xengine/battle/5.asm4
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