mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-17 02:30:50 +12:00
Fixed stats screen default page label (#36)
This commit is contained in:
parent
56ac3b6180
commit
38bad4ca17
|
@ -1,12 +1,12 @@
|
|||
; BUG: The icons up top don't match your scrolling.
|
||||
; I probably missed something.
|
||||
; Review: https://github.com/pret/pokecrystal/wiki/Add-a-fourth-stats-page
|
||||
const_def 1
|
||||
const_def
|
||||
const PINK_PAGE ; 1
|
||||
const GREEN_PAGE ; 2
|
||||
const BLUE_PAGE ; 3
|
||||
const ORANGE_PAGE ; 4
|
||||
DEF NUM_STAT_PAGES EQU const_value - 1
|
||||
DEF NUM_STAT_PAGES EQU const_value
|
||||
|
||||
DEF STAT_PAGE_MASK EQU %00000011
|
||||
|
||||
|
|
Loading…
Reference in a new issue