summaryrefslogtreecommitdiff
path: root/sram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'sram.asm')
-rwxr-xr-xsram.asm13
1 files changed, 7 insertions, 6 deletions
diff --git a/sram.asm b/sram.asm
index 529d088b..0e0f2f5a 100755
--- a/sram.asm
+++ b/sram.asm
@@ -1,14 +1,15 @@
SECTION "Scratch", SRAM
-UNION ; a000
-sScratchTilemap:: ds BG_MAP_WIDTH * BG_MAP_HEIGHT
-sScratchAttrmap:: ds $200
-
-NEXTU ; a000
sScratch::
+
+UNION ; a000
sDecompressScratch:: ds $188
sDecompressBuffer:: ds 7 * 7 tiles ; a188
-ENDU
+
+NEXTU ; a000
+sScratchTilemap:: ds BG_MAP_WIDTH * BG_MAP_HEIGHT
+sScratchAttrmap:: ds $200 ; a200
+ENDU ; a498
SECTION "SRAM Bank 0", SRAM