From 0a7228c12f179cd6d91233e23396e8b8065724b9 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Sun, 2 Feb 2025 07:55:51 +0100 Subject: [PATCH] TODO: Added notes about items --- TODO.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO.md b/TODO.md index 5923c43..cc2cd72 100644 --- a/TODO.md +++ b/TODO.md @@ -72,3 +72,9 @@ The player can level up. Each actor and player will have a space in ram for animation data like timers. This section will not need to be saved in sram and can be used for movement animations. Each entity can use this memory for whatever code they might wnat to run during a frame. + +## Item slots + +All items are held in slots. +If the item space overflows one item if pushed out of the slots. +Display all held items (icons) in select menu. -- 2.30.2