mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
$f -> BATTLEACTION_FORFEIT
(thanks, Vulcandth)
This commit is contained in:
parent
8fc3b8e6e3
commit
f7507b7782
@ -3811,7 +3811,7 @@ TryToRunAwayFromBattle:
|
|||||||
call LoadTilemapToTempTilemap
|
call LoadTilemapToTempTilemap
|
||||||
xor a ; BATTLEPLAYERACTION_USEMOVE
|
xor a ; BATTLEPLAYERACTION_USEMOVE
|
||||||
ld [wBattlePlayerAction], a
|
ld [wBattlePlayerAction], a
|
||||||
ld a, $f
|
ld a, BATTLEACTION_FORFEIT
|
||||||
ld [wCurMoveNum], a
|
ld [wCurMoveNum], a
|
||||||
xor a
|
xor a
|
||||||
ld [wCurPlayerMove], a
|
ld [wCurPlayerMove], a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user