aboutsummaryrefslogtreecommitdiff
path: root/main.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-06-03 14:51:59 +0200
committerAstatin <[email protected]>2025-06-03 14:51:59 +0200
commiteca91612b60b5379f9e8d6ce6f51366db54aacc3 (patch)
treec5fad4dc000a5430958fa8b354f69b3ba6628fe6 /main.gbasm
parentf3a70613f78023c25d9a075231cb55639a75ee99 (diff)
Add loading from pregenerated collision map
Diffstat (limited to 'main.gbasm')
-rw-r--r--main.gbasm3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.gbasm b/main.gbasm
index 6305b82..a8ec0c7 100644
--- a/main.gbasm
+++ b/main.gbasm
@@ -121,7 +121,7 @@ Entrypoint:
CALL =Load_Tile
- JP =New_Dungeon
+ JP =Map_Loading
.INCLUDE "tiles.gbasm"
.INCLUDE "rng.gbasm"
@@ -149,3 +149,4 @@ Entrypoint:
.INCLUDE "tileset.gbasm"
.INCLUDE "text.gbasm"
.INCLUDE "dialogues/dialogues.gbasm"
+.INCLUDE "map/maps.gbasm"