diff options
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) |