diff options
author | Astatin <[email protected]> | 2024-08-29 16:14:35 +0900 |
---|---|---|
committer | Astatin <astatin@redacted> | 2024-08-29 16:14:35 +0900 |
commit | 522bde7b7e7d70fc86a5dac2042b7b20e05c197b (patch) | |
tree | 01d3f81170c91debdf0784fa5c6255955730cd80 /definitions.gbasm | |
parent | 4a4ff1db8fe026ced0530f8c2531033da43164e6 (diff) |
Fix issues related to VBlank wait in sameboy + Add stairs interactions
Diffstat (limited to 'definitions.gbasm')
-rw-r--r-- | definitions.gbasm | 1 |
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) |