summaryrefslogtreecommitdiff
path: root/sram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'sram.asm')
-rwxr-xr-xsram.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/sram.asm b/sram.asm
index 68ebb228..a5df1ece 100755
--- a/sram.asm
+++ b/sram.asm
@@ -5,6 +5,7 @@ sScratchTilemap:: ds BG_MAP_WIDTH * BG_MAP_HEIGHT
sScratchAttrmap:: ds $200
NEXTU ; a000
+sScratch::
sDecompressScratch:: ds $188
sDecompressBuffer:: ds 7 * 7 tiles ; a188
ENDU