aboutsummaryrefslogtreecommitdiff
path: root/enemiesattacks/laser.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'enemiesattacks/laser.gbasm')
-rw-r--r--enemiesattacks/laser.gbasm2
1 files changed, 1 insertions, 1 deletions
diff --git a/enemiesattacks/laser.gbasm b/enemiesattacks/laser.gbasm
index b351141..4a0d029 100644
--- a/enemiesattacks/laser.gbasm
+++ b/enemiesattacks/laser.gbasm
@@ -48,7 +48,7 @@ Laser_sight_check: ; BC = XY of the enemy. D is unchanged. Direction to face in
LD E, $enum_direction_up
RET
-Laser_Attack: ; Direction to face in E. Result in BC (XY), Direction in D
+Laser_Enemy_Attack: ; Direction to face in E. Result in BC (XY), Direction in D
PUSH DE
PUSH BC