From d20a8a34d92486cfe2b27ac03b067a5a4da89bbc Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Wed, 23 Apr 2025 21:25:29 +0200 Subject: [PATCH] map: Added note for eventual map loader rewrite --- src/map.s | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/map.s b/src/map.s index ddcc259..6aad030 100644 --- a/src/map.s +++ b/src/map.s @@ -7,7 +7,8 @@ map_init: call cells_draw_all ret - + + ; TODO: this does not match the actual cell structure anymore ; loads a tile map into cells ; and to cell memory ; inputs: @@ -53,6 +54,7 @@ tile_map_load: ret + ; TODO: this does not match the actual cell structure anymore ; draws all cells currently loaded to the screen ; only call during blank! cells_draw_all: -- 2.30.2