Implement --input-tileset (#1464)

As discussed in https://github.com/gbdev/rgbds/issues/575#issuecomment-1991456862
This commit is contained in:
Eldred Habert
2024-09-04 21:20:01 +02:00
committed by GitHub
parent 1283b0b6a6
commit 80d37f9988
18 changed files with 168 additions and 23 deletions

View File

@@ -0,0 +1,4 @@
error: Tile at (0, 0) is not within the input tileset, and `-o` was not given!
error: Tile at (0, 8) is not within the input tileset, and `-o` was not given!
error: Tile at (8, 8) is not within the input tileset, and `-o` was not given!
Conversion aborted after 3 errors