From da7849d800d37156360845fa17e361d2521dce29 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 17 Oct 2015 12:58:26 -0400 Subject: Restructured functions in main.asm to resemble the home functions they clone --- vram.asm | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vram.asm (limited to 'vram.asm') 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 -- cgit v1.2.3