Implement common tileset portion at second half of vTiles5 (#19)

This commit is contained in:
xCrystal
2023-10-03 19:02:36 +02:00
parent 0d016cc8ee
commit adfcd603dd
10 changed files with 110 additions and 41 deletions

View File

@@ -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::

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B