diff options
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |