From c1d64fedf551060e537c2294b2d64bff9fda5861 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 29 May 2023 15:16:34 +0100 Subject: Fix typo --- game/src/game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/src/game.c b/game/src/game.c index 62d5edb..2fea5a3 100644 --- a/game/src/game.c +++ b/game/src/game.c @@ -90,7 +90,7 @@ void draw_map() // - is not compressed (which limits how many maps we can store) // - our map is just the tile numbers // - // so we do it in one call by coping our map to the backtround tile map + // so we do it in one call by coping our map to the background tile map // addr in the VDP VRAM ubox_wait_vsync(); ubox_write_vm((uint8_t *)BG_TILE_MAP, MAP_W * MAP_H, cur_map_data); -- cgit v1.2.3