From d0401c01144b73a1bfe62ac7e9db902cefd784a5 Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 10 Sep 2024 18:23:30 +0900 Subject: Entities now have their own behaviour function (including bunny) --- definitions.gbasm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'definitions.gbasm') diff --git a/definitions.gbasm b/definitions.gbasm index 7ac2721..db861e2 100644 --- a/definitions.gbasm +++ b/definitions.gbasm @@ -26,7 +26,7 @@ .DEFINE mem_map_loading_flags ($c00c) ; bit 0: if the object should be reloaded (scroll or first load) -; bit 1: if the interactions should be checked (at the end of a movement) +; 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 .DEFINE mem_prepared_block_tile ($c00d) -- cgit v1.2.3-70-g09d2