You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
$f -> BATTLEACTION_FORFEIT
(thanks, Vulcandth)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user