Label bidefailtext

This "unknown" battle command is actually used to give the proper fail
message to bide.
This commit is contained in:
mid-kid 2018-03-29 10:57:55 +02:00
parent e1da37e033
commit 682ca7e93c
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -797,7 +797,7 @@ Bide:
resettypematchup
checkhit
hittarget
effect0xa5
bidefailtext
checkfaint
checkdestinybond
buildopponentrage

View File

@ -2437,7 +2437,7 @@ FailText_CheckOpponentProtect: ; 35157
; 35165
BattleCommanda5: ; 35165
BattleCommand_BideFailText: ; 35165
ld a, [wAttackMissed]
and a
ret z

View File

@ -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