From: Lukas Krickl Date: Fri, 20 Jun 2025 04:34:51 +0000 (+0200) Subject: TODO: Added notes about map saves X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=a1f972a09dd9b50f41a17ea9b09adceca95dfe1f;p=gbrg%2F.git TODO: Added notes about map saves --- diff --git a/TODO.md b/TODO.md index bb89fee..3fb9ab1 100644 --- a/TODO.md +++ b/TODO.md @@ -37,6 +37,10 @@ [x] All units are always visible [x] Tiles can be impassible, walls or walkable [ ] Tiles may cost extra movement to pass +[ ] Every map map may have up to 8 named npcs (saved as killed flag in sram based on map-id) +[ ] 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 ## Units