Posted By
 Csabo on 2020-04-21 12:38:06
| Re: Atic Atac is released
Found the issue: the game is loading the color code of the "GAME OVER" text from $17 (without ever initializing that value). This is a bug in the original game, there's no guarantee that this zeropage value will contain $16 (which is a dark blue). I'm assuming maybe it's a typo, instead of LDA$17, it should have been LDA#$17. |