Herringway / ebsrc

Source code recreation for the game Earthbound
137 stars 9 forks source link

Format of .gfx files #32

Open Anonymous941 opened 3 months ago

Anonymous941 commented 3 months ago

I'm trying to extract the images (specifically src/bin/US/psianims) and I'm not sure how to do this. I was able to decompress them with exhal, but how do I extract the images? What format are they in?

Herringway commented 3 months ago

They're raw, interleaved 2BPP tile data that must be combined with the arrangement and palette data to produce full images.