diff options
author | Astatin <[email protected]> | 2025-06-03 14:51:59 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-06-03 14:51:59 +0200 |
commit | eca91612b60b5379f9e8d6ce6f51366db54aacc3 (patch) | |
tree | c5fad4dc000a5430958fa8b354f69b3ba6628fe6 /main.gbasm | |
parent | f3a70613f78023c25d9a075231cb55639a75ee99 (diff) |
Add loading from pregenerated collision map
Diffstat (limited to 'main.gbasm')
-rw-r--r-- | main.gbasm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |