mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Label BattleCommand_BeatUpFailText
This commit is contained in:
parent
c1e3d17769
commit
800f948914
@ -171,7 +171,7 @@ BattleCommandPointers: ; 3fd28
|
||||
dw BattleCommand_BideFailText ; 35165
|
||||
dw BattleCommand_RaiseSubNoAnim ; 365af
|
||||
dw BattleCommand_LowerSubNoAnim ; 365c3
|
||||
dw BattleCommanda8 ; 355b5
|
||||
dw BattleCommand_BeatUpFailText ; 355b5
|
||||
dw BattleCommand_ClearMissDamage ; 355d5 - a9
|
||||
dw BattleCommand_MoveDelay ; 37e80
|
||||
dw BattleCommand_HitTarget ; 34f57
|
||||
|
@ -2056,7 +2056,7 @@ BeatUp:
|
||||
checkdestinybond
|
||||
buildopponentrage
|
||||
endloop
|
||||
effect0xa8
|
||||
beatupfailtext
|
||||
raisesub
|
||||
kingsrock
|
||||
endmove
|
||||
|
@ -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
|
||||
|
@ -203,7 +203,9 @@ BattleCommand_BeatUp: ; 35461
|
||||
; 355b5
|
||||
|
||||
|
||||
BattleCommanda8: ; 355b5
|
||||
BattleCommand_BeatUpFailText: ; 355b5
|
||||
; beatupfailtext
|
||||
|
||||
ld a, [wBeatUpHitAtLeastOnce]
|
||||
and a
|
||||
ret nz
|
||||
|
@ -172,7 +172,7 @@ ENDM
|
||||
command bidefailtext ; a5
|
||||
command raisesubnoanim ; a6
|
||||
command lowersubnoanim ; a7
|
||||
command effect0xa8 ; a8
|
||||
command beatupfailtext ; a8
|
||||
command clearmissdamage ; a9
|
||||
command movedelay ; aa
|
||||
command hittarget ; ab
|
||||
|
Loading…
Reference in New Issue
Block a user