Label BattleCommand_BeatUpFailText

This commit is contained in:
mid-kid
2018-04-03 12:00:24 +02:00
parent c1e3d17769
commit 800f948914
5 changed files with 7 additions and 5 deletions

View File

@@ -5714,7 +5714,7 @@ BattleCommand_EndLoop: ; 369b6
ld a, BATTLE_VARS_SUBSTATUS3
call GetBattleVarAddr
res SUBSTATUS_IN_LOOP, [hl]
call BattleCommanda8
call BattleCommand_BeatUpFailText
jp EndMoveEffect
.not_triple_kick

View File

@@ -203,7 +203,9 @@ BattleCommand_BeatUp: ; 35461
; 355b5
BattleCommanda8: ; 355b5
BattleCommand_BeatUpFailText: ; 355b5
; beatupfailtext
ld a, [wBeatUpHitAtLeastOnce]
and a
ret nz