Commit Graph

4 Commits

Author SHA1 Message Date
Zorchenhimer 2b9bc6f09f
[docs] Add images.md, move instructions.md, add some comments
- Added some clarifying comments to cmd/extract-imgs.go.
- Moved instructions.md into a docs/ folder at the root of the repo.
- Created images.md that describes the image format on the tapes.
2025-11-13 21:03:26 -05:00
Zorchenhimer 2d75d54f6b
[cmd/extract-imgs] Add some padding checks
Added some checks and warnings if the palettes didn't immediately follow
attribute data and if there were any non-zero bytes after the palette
data.  The padding at the end of the file/segment seems to be ignored by
the engine anyway.
2025-11-09 12:13:35 -05:00
Zorchenhimer a48e731794
[cmd/extract-imgs] Remove debug println
Removed a debug println from Layer.At()
2025-11-09 12:12:05 -05:00
Zorchenhimer 8527db5b81
[cmd] Add extract-imgs command
This command takes ntData and chrData from extracted .studybox roms and
constructs images.  The image data can contain either background or
sprite data.
2025-11-07 22:23:32 -05:00