Library and utilities to work with Famicom StudyBox ROMs and the data they contain.
Go to file
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
cmd [cmd/extract-imgs] Add some padding checks 2025-11-09 12:13:35 -05:00
rom Add missing newline; Turn an error into a WARN 2025-11-07 21:46:26 -05:00
script [script] Add 0x99, 0x9A, 0xA9, & 0xB2 op codes 2025-11-08 00:03:33 -05:00
.gitignore Initial commit 2024-04-27 15:19:14 -04:00
Makefile [cmd] Add extract-imgs command 2025-11-07 22:23:32 -05:00
go.mod Update github.com/zorchenhimer/go-retroimg dependency 2025-11-07 23:20:02 -05:00
go.sum Update github.com/zorchenhimer/go-retroimg dependency 2025-11-07 23:20:02 -05:00