diff options
Diffstat (limited to 'animations/sparkles.gbasm')
-rw-r--r-- | animations/sparkles.gbasm | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/animations/sparkles.gbasm b/animations/sparkles.gbasm index f91f45c..fe9c8ae 100644 --- a/animations/sparkles.gbasm +++ b/animations/sparkles.gbasm @@ -43,7 +43,7 @@ Sparkle_Animation: DEC E XOR A CP E - JP Z, =.End_animation + JP Z, =End_animation LD (HL), E LD A, $20 SUB E @@ -97,10 +97,3 @@ Sparkle_Animation: POP HL RET - - .End_animation: - LD A, L - AND $fc - LD L, A - LD (HL), $00 - RET |