PHONE_DISPLAY_HEIGHT is 4, the number of visible phone entries

This commit is contained in:
Rangi
2020-01-19 14:10:10 -05:00
parent bd67691bc3
commit 80cf859cd3
3 changed files with 27 additions and 26 deletions

View File

@@ -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