aboutsummaryrefslogtreecommitdiff
path: root/animations/laser.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'animations/laser.gbasm')
-rw-r--r--animations/laser.gbasm9
1 files changed, 1 insertions, 8 deletions
diff --git a/animations/laser.gbasm b/animations/laser.gbasm
index e466652..c76b464 100644
--- a/animations/laser.gbasm
+++ b/animations/laser.gbasm
@@ -49,7 +49,7 @@ Laser_Animation:
LD A, (HL)
SUB $02
- JP C, =.End_animation
+ JP C, =End_animation
LD E, A
LD (HL), A
@@ -128,10 +128,3 @@ Laser_Animation:
POP HL
RET
-
- .End_animation:
- LD A, L
- AND $fc
- LD L, A
- LD (HL), $00
- RET