TODO: Added some todo notes
authorLukas Krickl <lukas@krickl.dev>
Mon, 30 Jun 2025 02:52:05 +0000 (04:52 +0200)
committerLukas Krickl <lukas@krickl.dev>
Mon, 30 Jun 2025 02:52:05 +0000 (04:52 +0200)
TODO.md

diff --git a/TODO.md b/TODO.md
index 3fb9ab1f5d944b94f747d08bae54b2fa5fcdd748..d8ca572d25840155c34b983c510192ea48a9c3b2 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -41,6 +41,9 @@
 [ ] Every map may have 4 containers containing up to 4 itmes each. (collected flag saved in sram based on map-id)
 [ ] Every map can call a custom load routine and save routine based on map-id (look up from a table)
 [ ] Every map gets 8 bytes of save data
+[ ] Every map has an exit table
+[ ] Tiles that are flagged as exit have all the rest of their flags point into the exit table
+[ ] Exits may be locked
 
 ## Units
 
@@ -52,6 +55,7 @@
 [ ] Some units have melee or ranged heals. 
 [ ] Ranged attacks can be blocked by solid tiles
 [ ] Ranged attacks have a max range
+[ ] Every unit has a pointer to a dialog tree which is a set of quesions and answers
 
 ## UI