You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Document a bug where Teleport cannot fail for wild Pokémon
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user