diff options
author | Astatin <[email protected]> | 2025-06-06 12:30:32 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-06-06 12:30:32 +0200 |
commit | 103260bbab1f6816d578cafb641e7458b66eea15 (patch) | |
tree | 3e2e33ddc4d4ba7fcdefe2783be72a49b92b4523 /scripts/tileset-dump.gbasm | |
parent | eca91612b60b5379f9e8d6ce6f51366db54aacc3 (diff) |
Add script to extract build/tileset.png from Load_Tile routine in tiles.gbasm
Diffstat (limited to 'scripts/tileset-dump.gbasm')
-rw-r--r-- | scripts/tileset-dump.gbasm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/tileset-dump.gbasm b/scripts/tileset-dump.gbasm new file mode 100644 index 0000000..d6015ac --- /dev/null +++ b/scripts/tileset-dump.gbasm @@ -0,0 +1,10 @@ +.PADTO $100 +LD SP, $fffe +CALL =Load_Tile +STOP + +.INCLUDE "definitions.gbasm" +.INCLUDE "utils.gbasm" +.INCLUDE "tileset.gbasm" +.INCLUDE "tiles.gbasm" +Entity_list: |