From: Lukas Krickl Date: Sun, 2 Feb 2025 06:55:51 +0000 (+0100) Subject: TODO: Added notes about items X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=0a7228c12f179cd6d91233e23396e8b8065724b9;p=gbrg%2F.git TODO: Added notes about items --- 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.