diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-01-19 14:10:10 -0500 | 
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-01-19 14:10:10 -0500 | 
| commit | 80cf859cd31c3882f8c42dd19e56fcde02b8955c (patch) | |
| tree | 92284461843001a6ccd752992e0fd3dfb3abcd48 /engine/battle | |
| parent | bd67691bc35fb56de975b3ab65a08abc1b3b366a (diff) | |
PHONE_DISPLAY_HEIGHT is 4, the number of visible phone entries
Diffstat (limited to 'engine/battle')
| -rw-r--r-- | engine/battle/core.asm | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 | 
