mirror of https://github.com/pret/pokecrystal.git
bg map width/height constants
This commit is contained in:
parent
c6c09cf3dd
commit
2bae1797c4
|
@ -283,6 +283,9 @@ SCREEN_HEIGHT EQU 18
|
|||
SCREEN_WIDTH_PX EQU 160
|
||||
SCREEN_HEIGHT_PX EQU 144
|
||||
|
||||
BG_MAP_WIDTH EQU 32
|
||||
BG_MAP_HEIGHT EQU 32
|
||||
|
||||
TILE_WIDTH EQU 8
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue