IanFinlayson / png2gba

A utility to convert PNG images into C arrays as required fro GBA programming
MIT License
18 stars 6 forks source link

Invalid handling of file argument #4

Closed Teufelchen1 closed 1 year ago

Teufelchen1 commented 1 year ago

Hi!

Running png2gba -t -p ../file.png results in this data: const unsigned short ../file_palette []

This doesn't sound right, does it?

IanFinlayson commented 1 year ago

Thanks for reporting this. It's safe to say I haven't tested this software in too many different scenarios like this! I posted commit 8810019 which should fix this particular issue.