Closed tobiasvl closed 6 years ago
Same issue. I commented the assert out but now I get
Error loading lua: Games/game.p8:124: unexpected symbol near '
' Traceback
[C]: in function 'error' cart.lua:429: in function 'load_p8' main.lua:140: in function '_load' ...
Same, for several of my games (but not all). Not sure what about the cart code triggers it tho...
Sorry about the delay on this, been kinda busy. Should be fixed now.
I get the following error when trying to run this cart:
This is an assertion that
tiles+shared==128*64
, but in my cart apparentlytiles==640
andshared==4096
, and640+4096==4736
. Not sure how that's possible though.