summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-12-07 00:50:26 -0800
committerBryan Bishop <kanzure@gmail.com>2013-12-07 00:50:26 -0800
commit0fdbdb43a794358b5ed484114486e2992d520338 (patch)
treeb7e05b39d6cf9eb08eb856a576bf0cc614b45372 /wram.asm
parent112de1c1726669d4e36db015622f74f78dbf2a66 (diff)
parentb4968a9ab7dbe596354351d06458598805d37445 (diff)
Merge pull request #217 from yenatch/more-objects
compile and link multiple objects
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/wram.asm b/wram.asm
index 3796969fb..2054d2ff0 100644
--- a/wram.asm
+++ b/wram.asm
@@ -1,3 +1,6 @@
+INCLUDE "includes.asm"
+
+
SECTION "tiles0",VRAM[$8000],BANK[0]
VTiles0:
SECTION "tiles1",VRAM[$8800],BANK[0]