mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08: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_RageDamage ; 3527b
|
||||||
dw BattleCommand_ResetTypeMatchup ; 34833
|
dw BattleCommand_ResetTypeMatchup ; 34833
|
||||||
dw BattleCommand_AllStatsUp ; 36500
|
dw BattleCommand_AllStatsUp ; 36500
|
||||||
dw BattleCommanda5 ; 35165
|
dw BattleCommand_BideFailText ; 35165
|
||||||
dw BattleCommand_RaiseSubNoAnim ; 365af
|
dw BattleCommand_RaiseSubNoAnim ; 365af
|
||||||
dw BattleCommand_LowerSubNoAnim ; 365c3
|
dw BattleCommand_LowerSubNoAnim ; 365c3
|
||||||
dw BattleCommanda8 ; 355b5
|
dw BattleCommanda8 ; 355b5
|
||||||
|
@ -797,7 +797,7 @@ Bide:
|
|||||||
resettypematchup
|
resettypematchup
|
||||||
checkhit
|
checkhit
|
||||||
hittarget
|
hittarget
|
||||||
effect0xa5
|
bidefailtext
|
||||||
checkfaint
|
checkfaint
|
||||||
checkdestinybond
|
checkdestinybond
|
||||||
buildopponentrage
|
buildopponentrage
|
||||||
|
@ -2437,7 +2437,7 @@ FailText_CheckOpponentProtect: ; 35157
|
|||||||
; 35165
|
; 35165
|
||||||
|
|
||||||
|
|
||||||
BattleCommanda5: ; 35165
|
BattleCommand_BideFailText: ; 35165
|
||||||
ld a, [wAttackMissed]
|
ld a, [wAttackMissed]
|
||||||
and a
|
and a
|
||||||
ret z
|
ret z
|
||||||
|
@ -169,7 +169,7 @@ ENDM
|
|||||||
command ragedamage ; a2
|
command ragedamage ; a2
|
||||||
command resettypematchup ; a3
|
command resettypematchup ; a3
|
||||||
command allstatsup ; a4
|
command allstatsup ; a4
|
||||||
command effect0xa5 ; a5
|
command bidefailtext ; a5
|
||||||
command raisesubnoanim ; a6
|
command raisesubnoanim ; a6
|
||||||
command lowersubnoanim ; a7
|
command lowersubnoanim ; a7
|
||||||
command effect0xa8 ; a8
|
command effect0xa8 ; a8
|
||||||
|
Loading…
Reference in New Issue
Block a user