From: Lukas Krickl Date: Fri, 27 Dec 2024 15:15:20 +0000 (+0100) Subject: Added future refactoring idea for actor tables to TODO X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=363502cff544c3bdbd202a560493123bc19425e6;p=gbrg%2F.git Added future refactoring idea for actor tables to TODO --- 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.