diff options
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 |