You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Implement common tileset portion at second half of vTiles5 (#19)
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
DEF NUM_TILESETS EQU const_value - 1
|
||||
|
||||
; wTileset struct size
|
||||
DEF TILESET_LENGTH EQU 13
|
||||
DEF TILESET_LENGTH EQU 14
|
||||
|
||||
; roof length (see gfx/tilesets/roofs)
|
||||
DEF ROOF_LENGTH EQU 9
|
||||
@@ -55,3 +55,13 @@ DEF ROOF_LENGTH EQU 9
|
||||
const PAL_BG_BROWN ; 5
|
||||
const PAL_BG_ROOF ; 6
|
||||
const PAL_BG_TEXT ; 7
|
||||
|
||||
; variable spaces sets (see gfx/tilesets.asm)
|
||||
const_def
|
||||
const TILESET_VARIABLE_SPACES_1 ; 0
|
||||
; 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
|
||||
|
||||
Reference in New Issue
Block a user