summaryrefslogtreecommitdiff
path: root/ram/vram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'ram/vram.asm')
-rw-r--r--ram/vram.asm10
1 files changed, 10 insertions, 0 deletions
diff --git a/ram/vram.asm b/ram/vram.asm
index bf10e4d..531fa9e 100644
--- a/ram/vram.asm
+++ b/ram/vram.asm
@@ -52,6 +52,16 @@ vTitleLogo::
vTitleLogo2::
; TODO: what size?
+NEXTU
+
+ ds $80 tiles
+
+vPicrossBackground::
+ ds $70 tiles
+
+vPicrossPlayArea::
+ ds $90 tiles
+
ENDU