summaryrefslogtreecommitdiff
path: root/vram.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2018-06-10 10:58:08 -0400
committerGitHub <noreply@github.com>2018-06-10 10:58:08 -0400
commitbfdaa1151902023fc69c97328cf12bdd88816185 (patch)
tree7d83ac3340a0535aa85269e7247008164f9b8d7d /vram.asm
parent886ecea86b9257ba2755b4718ede90ee18dae96e (diff)
parentd89bd1ac8b1304313bae285ada7d24601cf67d09 (diff)
Merge pull request #1 from ISSOtm/master
Catch up
Diffstat (limited to 'vram.asm')
-rw-r--r--vram.asm7
1 files changed, 6 insertions, 1 deletions
diff --git a/vram.asm b/vram.asm
index 90fd040..3ebac0f 100644
--- a/vram.asm
+++ b/vram.asm
@@ -34,7 +34,12 @@ vNPCSprites2:: ; 8800
ds $80 tiles
vTileset:: ; 9000
- ds $80 tiles
+; ds $60 tiles
+ ds $20 tiles
+
+vExteriorTileset:: ; 9200
+ ds $40 tiles
+vTilesetEnd:: ; 9600
NEXTU