diff options
author | Astatin <[email protected]> | 2024-12-12 15:52:19 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2024-12-12 15:52:19 +0900 |
commit | e93a99e8e8565db0111b40d3286ce3d78f263559 (patch) | |
tree | 5dea1c3d71de34d6b96ec01d8d0583bad053489b /definitions.gbasm | |
parent | c9ab625b7f226e778fe5cba894fe088e044e704c (diff) |
Earcopter damages + blinking animation
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 2d2746c..8da8615 100644 --- a/definitions.gbasm +++ b/definitions.gbasm @@ -36,6 +36,7 @@ ; death = 2 ; superjump = 3 ; shaking = 4 +; blinking = 5 (Blink with both loading steps and animation step) .DEFINE mem_bunny_health ($cb06) .DEFINE mem_bunny_flags ($cb07) |