summaryrefslogtreecommitdiff
path: root/sram.asm
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-04-22 23:15:53 -0400
committerentrpntr <entrpntr@gmail.com>2020-04-22 23:18:36 -0400
commit1d456d5f66627e8023c074419180639cc027e7bc (patch)
tree96b4ef0b214f716d7c5478804d9f9bb596373564 /sram.asm
parentb87cc706430f281d6af24daa942890574449a803 (diff)
Finish home cleanup, identify tileset data, other misc cleanups.
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