From 6f0a76fccce2bd8cbe74975623b28f0201b2610a Mon Sep 17 00:00:00 2001 From: Astatin Date: Thu, 26 Sep 2024 20:17:33 +0900 Subject: [WIP and completely broken] Reworking the bunny movements & display to decorelate the bunny from moving animation --- definitions.gbasm | 1 + 1 file changed, 1 insertion(+) (limited to 'definitions.gbasm') diff --git a/definitions.gbasm b/definitions.gbasm index ac77344..1ada5a8 100644 --- a/definitions.gbasm +++ b/definitions.gbasm @@ -29,6 +29,7 @@ ; bit 0: if the object should be reloaded (scroll or first load) ; bit 1: has a movement ended (objects interaction should be checked, entities should update their positions) ; bit 2: if the prepared block should be updated at the next frame +; bit 3: animation step is going up (?) .DEFINE mem_prepared_block_tile ($c00d) .DEFINE mem_prepared_block_position_1 ($c00e) -- cgit v1.2.3-70-g09d2