From 363502cff544c3bdbd202a560493123bc19425e6 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Fri, 27 Dec 2024 16:15:20 +0100 Subject: [PATCH] Added future refactoring idea for actor tables to TODO --- TODO.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO.md b/TODO.md index f377740..b112948 100644 --- a/TODO.md +++ b/TODO.md @@ -36,3 +36,8 @@ Scroll offsets need to be applied to: Player objects The UI After a transition the UI needs to be redrawn again. + +## Actor table + +Refactor actor tables to only access the `curr_room_actor_table` which points to a region in ram. +This will allow us to avoid calling memcpy every time we load a new room. -- 2.30.2