You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
PHONE_DISPLAY_HEIGHT is 4, the number of visible phone entries
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user