mirror of https://github.com/pret/pokecrystal.git
parent
8fc3b8e6e3
commit
f7507b7782
|
@ -3811,7 +3811,7 @@ TryToRunAwayFromBattle:
|
|||
call LoadTilemapToTempTilemap
|
||||
xor a ; BATTLEPLAYERACTION_USEMOVE
|
||||
ld [wBattlePlayerAction], a
|
||||
ld a, $f
|
||||
ld a, BATTLEACTION_FORFEIT
|
||||
ld [wCurMoveNum], a
|
||||
xor a
|
||||
ld [wCurPlayerMove], a
|
||||
|
|
Loading…
Reference in New Issue