Posted June 10, 2023 by Mieczysław Rakowski
So it seems a lot of things suddenly broke in this version. I'm having a bunch of trouble with the save files for some reason now.
To fix one of the bugs you need to press z+2 in the warning screen when first opening the game.
Here's some boring code talk:
-when loading a save file when you open the game for the first time - thus not having anything to load from - the value for which round it is gets set to 25. This is very random, i double checked that i don't have anything that would set that value to 25, also no other loaded value seems to be affected
-now that i managed to fix the game not saving if you are in the middle of a round by switching an action that opened save file to memory and the one that closed it (which were backwards for some reason), the value that represents how many more food items are left (the more: x on the left of the screen) doesn't want to load/save?
the save function seems to have caught fire randomly