aboutsummaryrefslogtreecommitdiff
path: root/definitions.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-02-14 17:16:05 +0900
committerAstatin <[email protected]>2025-02-14 17:16:05 +0900
commitcce14a83a5ef7b8bd3e8affa1cf5d52b00329b0a (patch)
tree3bbea23771b4cf981796eb9fb50c781b1886e93b /definitions.gbasm
parentecd565bc8625f7b80ebe197554ab01e1ef9a604b (diff)
Fix laser animation + make EP work + add leaf to restore EP
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 054ea4e..9cec50c 100644
--- a/definitions.gbasm
+++ b/definitions.gbasm
@@ -53,7 +53,7 @@
.DEFINE mem_map_loading_flags ($c00c)
; bit 0: if the object should be reloaded (scroll or first load)
-; bit 1: has a movement ended (objects interaction should be checked, entities should update their positions)
+; bit 1: has a movement ended (objects interaction should be checked, entities sh0uld update their positions)
; bit 2: if the prepared block should be updated at the next frame
; bit 3: animation step is going up (?)