aboutsummaryrefslogtreecommitdiff
path: root/entity
diff options
context:
space:
mode:
Diffstat (limited to 'entity')
-rw-r--r--entity/bug.gbasm1
-rw-r--r--entity/mouse.gbasm1
2 files changed, 0 insertions, 2 deletions
diff --git a/entity/bug.gbasm b/entity/bug.gbasm
index 29e5b77..989122e 100644
--- a/entity/bug.gbasm
+++ b/entity/bug.gbasm
@@ -45,7 +45,6 @@ Bug_Turn:
LD L, A
LD (HL), $05
LD A, (HL)
- DBG
.attack_end:
.Mid_movement:
diff --git a/entity/mouse.gbasm b/entity/mouse.gbasm
index 75f84ab..f87bb88 100644
--- a/entity/mouse.gbasm
+++ b/entity/mouse.gbasm
@@ -41,7 +41,6 @@ Mouse_Turn:
LD L, A
LD (HL), $05
LD A, (HL)
- DBG
.attack_end:
.Mid_movement: