summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2019-11-23 20:43:02 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2019-11-23 20:43:33 -0500
commitef48ae98b5cc7a3e09633b03fa13534f65247ed6 (patch)
treeb1d5184dd1a697b4c099a2ef8c441e70fba68798 /home.asm
parent008f591a3a1a16ea263b5e348d07f2cd29e73cca (diff)
Separate tilesets.o goes with pics.o and sprites.o
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/home.asm b/home.asm
index e578c2dce..eb5848e5b 100644
--- a/home.asm
+++ b/home.asm
@@ -5,8 +5,10 @@ SECTION "NULL", ROM0
NULL::
+
INCLUDE "home/rst.asm"
+
INCLUDE "home/interrupts.asm"