You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Implement common tileset portion at second half of vTiles5: palette maps (#19)
This commit is contained in:
@@ -62,6 +62,6 @@ DEF ROOF_LENGTH EQU 9
|
||||
; const TILESET_VARIABLE_SPACES_2 ; 1
|
||||
DEF NUM_VARIABLE_SPACES_SETS EQU const_value
|
||||
|
||||
; size of the tileset occupied by space tiles (see LoadTilesetGFX)
|
||||
DEF TILESET_FIXED_SPACES_SIZE EQU $20 tiles
|
||||
DEF TILESET_VARIABLE_SPACES_SIZE EQU $20 tiles
|
||||
; number of tiles of the tileset occupied by space tiles (see LoadTilesetGFX)
|
||||
DEF TILESET_FIXED_SPACES_NUM_TILES EQU $20
|
||||
DEF TILESET_VARIABLE_SPACES_NUM_TILES EQU $20
|
||||
|
Reference in New Issue
Block a user