From c1b6a0f519c097a3e449e01219b700c5134bf8fc Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Sun, 19 Jan 2025 10:47:47 +0100 Subject: [PATCH] mapram: Removed .section from mapram to avoid mlb generation being wrong --- src/mapram.s | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mapram.s b/src/mapram.s index 7593b79..e0ff943 100644 --- a/src/mapram.s +++ b/src/mapram.s @@ -2,7 +2,6 @@ ; this RAM bank stores the current map .org MAPRAM -.section wram ; first map map0: .adv roomb_size * ROOMS_TOTAL -- 2.30.2