12-28-2022, 02:42 PM
(This post was last modified: 12-28-2022, 02:51 PM by TerryRitchie.)
(12-27-2022, 09:17 PM)Jack Wrote: speaking of options, while in the options screen if you press esc then the program crashes
Line: 3622 (in main module)
illegal function call
Continue? Yes, No
uh oh. I'll check it out.
Ok, that's an odd one. Line 3622 simply unloads the font from RAM:
_FREEFONT Font
and it's contained in the ExitGame subroutine. I can press ESC everywhere else in the game and no issue. I see no reason why being in the options screen would cause an error.
I'll keep investigating.