diff options
author | entrpntr <entrpntr@gmail.com> | 2020-04-22 23:15:53 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-04-22 23:18:36 -0400 |
commit | 1d456d5f66627e8023c074419180639cc027e7bc (patch) | |
tree | 96b4ef0b214f716d7c5478804d9f9bb596373564 /sram.asm | |
parent | b87cc706430f281d6af24daa942890574449a803 (diff) |
Finish home cleanup, identify tileset data, other misc cleanups.
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 |