mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Label bidefailtext
This "unknown" battle command is actually used to give the proper fail message to bide.
This commit is contained in:
parent
e1da37e033
commit
682ca7e93c
@ -168,7 +168,7 @@ BattleCommandPointers: ; 3fd28
|
||||
dw BattleCommand_RageDamage ; 3527b
|
||||
dw BattleCommand_ResetTypeMatchup ; 34833
|
||||
dw BattleCommand_AllStatsUp ; 36500
|
||||
dw BattleCommanda5 ; 35165
|
||||
dw BattleCommand_BideFailText ; 35165
|
||||
dw BattleCommand_RaiseSubNoAnim ; 365af
|
||||
dw BattleCommand_LowerSubNoAnim ; 365c3
|
||||
dw BattleCommanda8 ; 355b5
|
||||
|
@ -797,7 +797,7 @@ Bide:
|
||||
resettypematchup
|
||||
checkhit
|
||||
hittarget
|
||||
effect0xa5
|
||||
bidefailtext
|
||||
checkfaint
|
||||
checkdestinybond
|
||||
buildopponentrage
|
||||
|
@ -2437,7 +2437,7 @@ FailText_CheckOpponentProtect: ; 35157
|
||||
; 35165
|
||||
|
||||
|
||||
BattleCommanda5: ; 35165
|
||||
BattleCommand_BideFailText: ; 35165
|
||||
ld a, [wAttackMissed]
|
||||
and a
|
||||
ret z
|
||||
|
@ -169,7 +169,7 @@ ENDM
|
||||
command ragedamage ; a2
|
||||
command resettypematchup ; a3
|
||||
command allstatsup ; a4
|
||||
command effect0xa5 ; a5
|
||||
command bidefailtext ; a5
|
||||
command raisesubnoanim ; a6
|
||||
command lowersubnoanim ; a7
|
||||
command effect0xa8 ; a8
|
||||
|
Loading…
Reference in New Issue
Block a user