projects
/
gbrg
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4d1d79
)
map: Added note for eventual map loader rewrite
author
Lukas Krickl
<lukas@krickl.dev>
Wed, 23 Apr 2025 19:25:29 +0000
(21:25 +0200)
committer
Lukas Krickl
<lukas@krickl.dev>
Wed, 23 Apr 2025 19:25:29 +0000
(21:25 +0200)
src/map.s
patch
|
blob
|
history
diff --git
a/src/map.s
b/src/map.s
index ddcc2598b7d9c589a80fdceb1d0eef777e6576be..6aad03095e164d23e3f8c77024ae66e9b9862f73 100644
(file)
--- 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: