From 522bde7b7e7d70fc86a5dac2042b7b20e05c197b Mon Sep 17 00:00:00 2001 From: Astatin Date: Thu, 29 Aug 2024 16:14:35 +0900 Subject: Fix issues related to VBlank wait in sameboy + Add stairs interactions --- definitions.gbasm | 1 + 1 file changed, 1 insertion(+) (limited to 'definitions.gbasm') 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) -- cgit v1.2.3-70-g09d2