From 57326c9acf9cbb025d54093fb90fd70614659400 Mon Sep 17 00:00:00 2001 From: Astatin Date: Wed, 22 Jan 2025 18:20:43 +0900 Subject: Add laser animation and change animation steps to decrement --- animations/sparkles.gbasm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'animations/sparkles.gbasm') 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 -- cgit v1.2.3-70-g09d2