diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 8f7ecd99a..4c3990558 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -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