separated background and sprite tiles, check only lines left in wait for render routine, added build files, rom, git ignore
This commit is contained in:
@@ -43,8 +43,14 @@ DefaultMap:
|
||||
db 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
|
||||
db 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
|
||||
|
||||
EXPORT Tiles, TilesEnd
|
||||
EXPORT BackgroundTiles, BackgroundTilesEnd
|
||||
SECTION "Graphics", ROM0
|
||||
Tiles:
|
||||
INCBIN "Tiles.bin"
|
||||
TilesEnd: ds 0
|
||||
BackgroundTiles:
|
||||
INCBIN "BackgroundTiles.bin"
|
||||
BackgroundTilesEnd: ds 0
|
||||
|
||||
EXPORT SpriteTiles, SpriteTilesEnd
|
||||
SECTION "Graphics", ROM0
|
||||
SpriteTiles:
|
||||
INCBIN "SpriteTiles.bin"
|
||||
SpriteTilesEnd: ds 0
|
||||
Reference in New Issue
Block a user