From 80cf859cd31c3882f8c42dd19e56fcde02b8955c Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 19 Jan 2020 14:10:10 -0500 Subject: PHONE_DISPLAY_HEIGHT is 4, the number of visible phone entries --- engine/battle/core.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/battle/core.asm') diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 4e62a4a91..dcf68fedc 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -6998,7 +6998,7 @@ GiveExperiencePoints: ld a, [wCurPartyMon] ld c, a ld b, CHECK_FLAG - ld d, FALSE + ld d, 0 predef SmallFarFlagAction ld a, c and a -- cgit v1.2.3