diff options
Diffstat (limited to 'sram.asm')
-rwxr-xr-x | sram.asm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |