aboutsummaryrefslogtreecommitdiff
path: root/map/dungeons
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-07-01 15:20:38 +0200
committerAstatin <[email protected]>2025-07-01 15:20:38 +0200
commitbcc4605c06e2b36698ae05eeda1f9078bfbcd2c7 (patch)
tree5c312652e6659ed8c5cc292590f4d4a0e3937133 /map/dungeons
parentfe3bd75e5844c90a0d82c32d7c08782d5bf32f52 (diff)
Load tilemap or generation depending on dungeon flags
Diffstat (limited to 'map/dungeons')
-rw-r--r--map/dungeons/morningforest.gbasm5
1 files changed, 4 insertions, 1 deletions
diff --git a/map/dungeons/morningforest.gbasm b/map/dungeons/morningforest.gbasm
index 893ac57..3ee08e3 100644
--- a/map/dungeons/morningforest.gbasm
+++ b/map/dungeons/morningforest.gbasm
@@ -5,7 +5,10 @@ Morning_Forest:
.flag: .DB 0b00011110
- .tilemap_padding: .PADTO =.tilemap_padding+3
+ .tilemap_padding:
+ .DB bank(=_map_Test)
+ .DB ptr(=_map_Test)
+ ; .PADTO =.tilemap_padding+3
.generation_events.size:
.DB low(=.generation_events.end-=.generation_events)