pk-hack / CoilSnake

https://pk-hack.github.io/CoilSnake/
GNU General Public License v3.0
158 stars 37 forks source link

Enemy compilation problem #296

Closed Giegue-II closed 1 month ago

Giegue-II commented 1 month ago

I'm trying to compile an earthbound project but when coilsnake gets to compiling the enemies, it sys'(32, 34) is not in list' and I dont know what it means. Can anyone help me?

PhoenixBound commented 1 month ago

This error message has to do with sprite sizes. Battle sprites can only have certain sizes, and 32 pixels wide by 34 pixels tall (the (32, 34) in the error message) isn't one of them. See the linked wiki page for what sizes can be used.

Giegue-II commented 1 month ago

Alright. Thank you very much!