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/smallflag.asm | |
parent | bd67691bc35fb56de975b3ab65a08abc1b3b366a (diff) |
PHONE_DISPLAY_HEIGHT is 4, the number of visible phone entries
Diffstat (limited to 'engine/smallflag.asm')
-rw-r--r-- | engine/smallflag.asm | 5 |
1 files changed, 3 insertions, 2 deletions
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 |