Log In  

Cart #33647 | 2016-12-18 | Code ▽ | Embed ▽ | No License
3

for the manual, check the itch.io page here splixel.itch.io/waga

P#33648 2016-12-18 17:16 ( Edited 2018-02-01 18:51)

Unfortunately, this game now has a runtime error after finishing a battle. :(

It says it's happening on tab 6, though looking at the code there aren't any tabs other than the first...I think this game was made before tabs were introduced?

P#48814 2018-01-31 22:05 ( Edited 2018-02-01 03:05)
1

Looks like it's because the author used a global called stat and it accidentally replaced the system routine called stat().

I'm guessing the unseen wrapper code that calls _update() and _draw() also calls stat() now and so this cart causes that hidden code to crash. That's probably why the tab# was nonsensical--it's not in any tab.

Anyway, here's a version where I changed the author's stat just to st and it seems to survive battles now:


P#48842 2018-02-01 13:51 ( Edited 2018-02-01 18:51)

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-04-19 06:29:43 | 0.010s | Q:22