Enable tiles redrawing

This commit is contained in:
hkz 2025-10-13 17:53:49 +02:00
commit 5348adcd72

View file

@ -92,9 +92,10 @@ void main(void) {
vdp_draw_joystick(JS_POS_CENTER); // Center the joystick
vdp_redraw_tiles(get_front_grid());
__enable_interrupts();
while(1);
__enable_interrupts();
while(1) { // Game loop
lfsr_update();