diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-04-12 14:45:53 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-04-12 14:45:53 -0400 |
commit | e746d745f30ee8eaec51a41ba9a9301e5ad6fadd (patch) | |
tree | 91c4fffd82c8a19ed8c08b39c3fa762f923467fa /wram.asm | |
parent | 74bffc2c8dd0b5b1873e51bc53e83177f35f7020 (diff) |
Remove some unnecessary padding allocations
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 |