Rangi42 / redstarbluestar

An upgrade to Pokémon Red/Blue. Ports graphics and features from the Space World 1997 Gold/Silver prototype.
https://hax.iimarckus.org/topic/7470/
112 stars 23 forks source link

minimized_mon_sprite.png might be malformed? #10

Closed IngwiePhoenix closed 2 years ago

IngwiePhoenix commented 2 years ago

The error is this:

rgbgfx -d1  -o gfx/minimized_mon_sprite.1bpp gfx/minimized_mon_sprite.png
FATAL: Image height (5 pixels) is not a multiple of 8!

Platform is Debian on WSL2. Affected file is described as:

$ file gfx/minimized_mon_sprite.png
gfx/minimized_mon_sprite.png: PNG image data, 8 x 5, 1-bit grayscale, non-interlaced

Anything I can do there? Thanks!

IngwiePhoenix commented 2 years ago

Versions used:

ingwie@bigboi:/opt/redstarbluestar$ rgbfix --version
rgbfix v0.6.0-rc1-13-g9ec8186
ingwie@bigboi:/opt/redstarbluestar$ rgbasm --version
rgbasm v0.6.0-rc1-13-g9ec8186
Rangi42 commented 2 years ago

Use rgbds 0.5.1. See https://github.com/Rangi42/redstarbluestar/blob/master/INSTALL.md.