diff options
author | Astatin <[email protected]> | 2024-09-10 18:23:30 +0900 |
---|---|---|
committer | Astatin <astatin@redacted> | 2024-09-10 18:23:30 +0900 |
commit | d0401c01144b73a1bfe62ac7e9db902cefd784a5 (patch) | |
tree | 817bd06e9e8d1912bafaeebb373b9cb331fc0e39 /definitions.gbasm | |
parent | 240deda011c7ad562507759c1839d8ece785de77 (diff) |
Entities now have their own behaviour function (including bunny)
Diffstat (limited to 'definitions.gbasm')
-rw-r--r-- | definitions.gbasm | 2 |
1 files changed, 1 insertions, 1 deletions
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) |