From 1c4d3df6acdea1b49c23e2eada105535cf83a1da Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 2 Sep 2025 16:12:20 +0200 Subject: Add campsite map --- map/dungeons/morningforest.gbasm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'map/dungeons/morningforest.gbasm') diff --git a/map/dungeons/morningforest.gbasm b/map/dungeons/morningforest.gbasm index 3ee08e3..1b80a18 100644 --- a/map/dungeons/morningforest.gbasm +++ b/map/dungeons/morningforest.gbasm @@ -6,9 +6,10 @@ Morning_Forest: .flag: .DB 0b00011110 .tilemap_padding: - .DB bank(=_map_Test) - .DB ptr(=_map_Test) - ; .PADTO =.tilemap_padding+3 + .PADTO =.tilemap_padding+3 + + .custom_function: + .PADTO =.custom_function+3 .generation_events.size: .DB low(=.generation_events.end-=.generation_events) -- cgit v1.2.3-70-g09d2