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/smallflag.asm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'engine/smallflag.asm') diff --git a/engine/smallflag.asm b/engine/smallflag.asm index 22819e5d5..04cbfcc23 100644 --- a/engine/smallflag.asm +++ b/engine/smallflag.asm @@ -33,9 +33,10 @@ SmallFarFlagAction: ; What are we doing to this flag? dec b - jr z, .set ; 1 + jr z, .set ; 1 = SET_FLAG dec b - jr z, .check ; 2 + jr z, .check ; 2 = CHECK_FLAG +; 0 = RESET_FLAG .reset ld a, c -- cgit v1.2.3