From ad3fc3f713633a0473fe818deda435227a5aa991 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Mon, 30 Jun 2025 04:52:05 +0200 Subject: [PATCH] TODO: Added some todo notes --- TODO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.md b/TODO.md index 3fb9ab1..d8ca572 100644 --- 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 -- 2.30.2