From 527275153e6176afcec1b5666ee67ac484f82298 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Wed, 29 Jan 2025 19:58:49 +0100 Subject: [PATCH] TODO: Added note about animations --- TODO.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO.md b/TODO.md index ced0977..5923c43 100644 --- a/TODO.md +++ b/TODO.md @@ -66,3 +66,9 @@ Some attacks might cost mana. Add stats menu that shows all the player's stat numbers. The player can level up. + +## Animations + +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. -- 2.30.2