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:
@@ -4,6 +4,21 @@ MACRO tilecoll
|
||||
ENDM
|
||||
|
||||
|
||||
SECTION "Tileset Spaces", ROMX
|
||||
|
||||
TilesetVariableSpacesPointers::
|
||||
; entries correspond to TILESET_VARIABLE_SPACES_* constants (see constants/tileset_constants.asm)
|
||||
table_width 2, TilesetVariableSpacesPointers
|
||||
dw TilesetVariableSpaces1
|
||||
assert_table_length NUM_VARIABLE_SPACES_SETS
|
||||
|
||||
TilesetFixedSpaces::
|
||||
INCBIN "gfx/tilesets/spaces/fixed_spaces.2bpp.lz"
|
||||
|
||||
TilesetVariableSpaces1::
|
||||
INCBIN "gfx/tilesets/spaces/variable_spaces_1.2bpp.lz"
|
||||
|
||||
|
||||
SECTION "Tileset Data 1", ROMX
|
||||
|
||||
TilesetKantoGFX::
|
||||
|
||||
BIN
gfx/tilesets/spaces/fixed_spaces.png
Executable file
BIN
gfx/tilesets/spaces/fixed_spaces.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 288 B |
BIN
gfx/tilesets/spaces/variable_spaces_1.png
Executable file
BIN
gfx/tilesets/spaces/variable_spaces_1.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 304 B |
BIN
gfx/tilesets/spaces/variable_spaces_2.png
Executable file
BIN
gfx/tilesets/spaces/variable_spaces_2.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 304 B |
Reference in New Issue
Block a user