mirror of
https://codeberg.org/hkzlab/TK2048.git
synced 2025-12-25 10:52:15 +11:00
Enable tiles redrawing
This commit is contained in:
parent
31018463ad
commit
5348adcd72
1 changed files with 2 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue