diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-03-29 10:57:55 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-04-04 22:40:21 +0200 |
commit | 682ca7e93c635b21b7ac3db709ba6296c53fa080 (patch) | |
tree | 8c9810e88634778e3b1f9a9515cefbe0a39871ee /engine | |
parent | e1da37e03303b1a6dd6531d8a044339f337731a1 (diff) |
Label bidefailtext
This "unknown" battle command is actually used to give the proper fail
message to bide.
Diffstat (limited to 'engine')
-rw-r--r-- | engine/battle/effect_commands.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/effect_commands.asm b/engine/battle/effect_commands.asm index 9e304df72..9433c33b4 100644 --- a/engine/battle/effect_commands.asm +++ b/engine/battle/effect_commands.asm @@ -2437,7 +2437,7 @@ FailText_CheckOpponentProtect: ; 35157 ; 35165 -BattleCommanda5: ; 35165 +BattleCommand_BideFailText: ; 35165 ld a, [wAttackMissed] and a ret z |