Document a bug where Teleport cannot fail for wild Pokémon

This commit is contained in:
Rangi
2020-02-28 11:17:58 -05:00
parent 447da80615
commit 0cce00cb73
2 changed files with 22 additions and 4 deletions

View File

@@ -66,10 +66,8 @@ BattleCommand_Teleport:
srl b
srl b
cp b
; This does the wrong thing. What was
; probably intended was jr c, .failed
; The way this is made makes enemy use
; of Teleport always succeed if able
; This should be jr c, .failed
; As written, it makes enemy use of Teleport always succeed if able
jr nc, .run_away
.run_away
call UpdateBattleMonInParty