Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 512 Bytes

spr.md

File metadata and controls

25 lines (14 loc) · 512 Bytes

SPR File Format

The SPR format is used for storing image data (who would've guessed?)

Multiple sprites can be packed into the SPR format.

Appears to depend on a palette?

Format Specification

Four unknown bytes... (255 255 255 255)

Followed by...

  • W / INT16
  • H / INT16

And then indexed bytes for image (making each frame super small!)

Files

All player sprites are prefixed with _, perhaps they wanted to allow people to add their own sprites? Hey ho.

  • _H.SPR : Halloween Harry sprites