aboutsummaryrefslogtreecommitdiff
path: root/src/bullets.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/bullets.s')
-rw-r--r--src/bullets.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bullets.s b/src/bullets.s
index 802edb7..1072a8f 100644
--- a/src/bullets.s
+++ b/src/bullets.s
@@ -299,7 +299,9 @@
;; Yes! Kill the enemy, keep the score and break the loop.
jsr Enemies::bite_the_dust
+ sty Globals::zp_tmp2
ADD_ENEMY_SCORE
+ ldy Globals::zp_tmp2
jmp @save_bullet_move
@next_enemy_collision: