aboutsummaryrefslogtreecommitdiff
path: root/main.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-05-06 12:25:55 +0200
committerAstatin <[email protected]>2025-05-06 12:25:55 +0200
commit245c6e40f7199e4239763bae41722a03e00abfab (patch)
treee052cbec518e050c0dd28788c064d5c3090082bc /main.gbasm
parent9261f0860f997d7fcaba1d508114d9e0f0253e91 (diff)
Mouse double movement (but broken with collision stuff)
Diffstat (limited to 'main.gbasm')
-rw-r--r--main.gbasm1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.gbasm b/main.gbasm
index 37605bc..9b50a3d 100644
--- a/main.gbasm
+++ b/main.gbasm
@@ -141,6 +141,7 @@ Entrypoint:
.INCLUDE "entity/bunny.gbasm"
.INCLUDE "entity/fox.gbasm"
.INCLUDE "entity/cat.gbasm"
+.INCLUDE "entity/mouse.gbasm"
.INCLUDE "entity/penguin.gbasm"
.INCLUDE "entity/fimsh.gbasm"
.INCLUDE "entity/questgoal.gbasm"