aboutsummaryrefslogtreecommitdiff
path: root/definitions.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'definitions.gbasm')
-rw-r--r--definitions.gbasm1
1 files changed, 1 insertions, 0 deletions
diff --git a/definitions.gbasm b/definitions.gbasm
index 745136a..d2f9b8b 100644
--- a/definitions.gbasm
+++ b/definitions.gbasm
@@ -28,6 +28,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)
.DEFINE next_free_head_higher_bytes $c7
.DEFINE mem_next_free_head_lower_bytes ($c6ff)