fuzziqersoftware / resource_dasm

Classic Mac OS resource fork and application disassembler, with reverse-engineering tools for specific applications
MIT License
113 stars 12 forks source link

Support SprT file present in Slithereens #51

Closed Ownezx closed 2 years ago

Ownezx commented 2 years ago

Hi all, I have been working on extracting the data of the Slithereen game in the last two days.

I got to use the Harry the handsome executive sprite extraction code to be able to extract the sprites from the ones from Slithereen.

The format in Slithereen contains several image in the same file. It is basically the Harry one but concatenated, probably to make it harder for someone to read.

Ownezx commented 2 years ago

I think I fixed the fall through. Oversight when I was rebasing.

Ownezx commented 2 years ago

Yeah I had gotten the name wrong because they have SprD and SpRt files with the SpRt file being human readable animation information.

Ownezx commented 2 years ago

This probably deserves a squash for the linting part.