From f7507b7782471014f77f5177ac76f8af6132be6a Mon Sep 17 00:00:00 2001 From: Rangi Date: Fri, 23 Sep 2022 23:10:24 -0400 Subject: [PATCH] $f -> BATTLEACTION_FORFEIT (thanks, Vulcandth) --- engine/battle/core.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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