From: Lukas Krickl Date: Mon, 30 Jun 2025 02:52:05 +0000 (+0200) Subject: TODO: Added some todo notes X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=ad3fc3f713633a0473fe818deda435227a5aa991;p=gbrg%2F.git TODO: Added some todo notes --- 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