summaryrefslogtreecommitdiff
path: root/vram.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-10-17 12:58:26 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-10-17 13:00:34 -0400
commitda7849d800d37156360845fa17e361d2521dce29 (patch)
tree2a603d9a3fddebe5770ca5728ab1d44d2620f654 /vram.asm
parent4fa6c6daa46935c7580a60a22bd9216414246dc0 (diff)
Restructured functions in main.asm to resemble the home functions they clone
Diffstat (limited to 'vram.asm')
-rw-r--r--vram.asm13
1 files changed, 13 insertions, 0 deletions
diff --git a/vram.asm b/vram.asm
new file mode 100644
index 000000000..d434fd097
--- /dev/null
+++ b/vram.asm
@@ -0,0 +1,13 @@
+SECTION "VRAM0", VRAM, BANK [0]
+VTiles0:: ds $800
+VTiles1:: ds $800
+VTiles2:: ds $800
+VBGMap0:: ds $400
+VBGMap1:: ds $400
+
+SECTION "VRAM1", VRAM, BANK [1]
+VTiles3:: ds $800
+VTiles4:: ds $800
+VTiles5:: ds $800
+VBGMap2:: ds $400
+VBGMap3:: ds $400