diff options
author | Astatin <[email protected]> | 2025-02-14 17:16:05 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-02-14 17:16:05 +0900 |
commit | cce14a83a5ef7b8bd3e8affa1cf5d52b00329b0a (patch) | |
tree | 3bbea23771b4cf981796eb9fb50c781b1886e93b /definitions.gbasm | |
parent | ecd565bc8625f7b80ebe197554ab01e1ef9a604b (diff) |
Fix laser animation + make EP work + add leaf to restore EP
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 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 (?) |