aboutsummaryrefslogtreecommitdiff
path: root/animations/sparkles.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-01-22 18:20:43 +0900
committerAstatin <[email protected]>2025-01-22 18:20:43 +0900
commit57326c9acf9cbb025d54093fb90fd70614659400 (patch)
treec8f396d56119fbfba1718e1891b9e9bd659f698f /animations/sparkles.gbasm
parent02038990a93c0b4cf58269b5456327ea64b998b7 (diff)
Add laser animation and change animation steps to decrement
Diffstat (limited to 'animations/sparkles.gbasm')
-rw-r--r--animations/sparkles.gbasm8
1 files changed, 4 insertions, 4 deletions
diff --git a/animations/sparkles.gbasm b/animations/sparkles.gbasm
index 018cf27..166332c 100644
--- a/animations/sparkles.gbasm
+++ b/animations/sparkles.gbasm
@@ -40,14 +40,14 @@ Sparkle_Animation:
LD C, A
LD E, (HL)
- INC E
- LD A, $1f
- AND E
- LD E, A
+ DEC E
XOR A
CP E
JP Z, =.End_animation
LD (HL), E
+ LD A, $20
+ SUB E
+ LD E, A
.ADD_MOVING_ANIMATION_OFFSET