IO initial states are correct

This commit is contained in:
2025-05-31 09:47:01 -06:00
parent 8ef1a5cd60
commit 2543ba04b5
8 changed files with 76 additions and 33 deletions

View File

@ -21,6 +21,7 @@ void lcd_init() {
ctx.obj_palette[1] = 0xFF;
ctx.win_x = 0;
ctx.win_y = 0;
ctx.lcds = 0x80;
for(int i = 0; i < 4; i++) {
ctx.bg_colors[i] = colors_default[i];