convert external image for test tile and blit hardcoded grid
[retrocrawl] / src / data.s
1         .data
2
3         .global test_tile
4 test_tile:
5         .incbin "data/test_tile.img"
6
7         .global test_tile_mask
8 test_tile_mask:
9         .incbin "data/test_tile_mask.img"