diff options
-rw-r--r-- | layout.link | 3 | ||||
-rw-r--r-- | wram.asm | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/layout.link b/layout.link index a686a75c..d444c59e 100644 --- a/layout.link +++ b/layout.link @@ -255,12 +255,15 @@ ROMX $7f WRAM0 "Audio RAM" "WRAM" + align 8 "GBC Palettes" + align 8 "Sprites" "Tilemap" "Miscellaneous" align 8 "Overworld Map" + align 4 "Video" WRAMX 1 "WRAM 1" @@ -145,8 +145,6 @@ wDisableTextAcceleration:: db wPCItemsCursor:: db wPCItemsScrollPosition:: db - ds 39 - SECTION "GBC Palettes", WRAM0 @@ -462,7 +460,8 @@ wUnusedMapBuffer:: ds 24 wUnusedMapBufferEnd:: -SECTION "Overworld Map", WRAM0 +SECTION "Overworld Map", WRAM0, ALIGN[8] +; LCD expects wLYOverrides to have an alignment of $100 UNION ; overworld map blocks |