aboutsummaryrefslogtreecommitdiff
path: root/enemiesattacks.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-05-07 17:01:22 +0200
committerAstatin <[email protected]>2025-05-07 17:01:22 +0200
commit4b02238d88af30c98b2f8d44e5200fb80b04bcad (patch)
treed69861ff5fe1ebed41f9697335948bde512f10f4 /enemiesattacks.gbasm
parent7284cc51dedb4f77fe6c1fa1da735b52609b1d4d (diff)
I was adding the frog and then broke everything to fix the viewport thingy
Diffstat (limited to 'enemiesattacks.gbasm')
-rw-r--r--enemiesattacks.gbasm1
1 files changed, 1 insertions, 0 deletions
diff --git a/enemiesattacks.gbasm b/enemiesattacks.gbasm
index 4434c1d..ec21d1d 100644
--- a/enemiesattacks.gbasm
+++ b/enemiesattacks.gbasm
@@ -48,3 +48,4 @@ Check_player_next_to: ; BC = XY of the enemy. D is unchanged. Direction to face
.INCLUDE "enemiesattacks/basic.gbasm"
.INCLUDE "enemiesattacks/laser.gbasm"
.INCLUDE "enemiesattacks/freeze.gbasm"
+.INCLUDE "enemiesattacks/grab.gbasm"