aboutsummaryrefslogtreecommitdiff
path: root/definitions.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-09-10 18:23:30 +0900
committerAstatin <astatin@redacted>2024-09-10 18:23:30 +0900
commitd0401c01144b73a1bfe62ac7e9db902cefd784a5 (patch)
tree817bd06e9e8d1912bafaeebb373b9cb331fc0e39 /definitions.gbasm
parent240deda011c7ad562507759c1839d8ece785de77 (diff)
Entities now have their own behaviour function (including bunny)
Diffstat (limited to 'definitions.gbasm')
-rw-r--r--definitions.gbasm2
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)