summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2018-08-17 10:32:38 -0600
committerIIMarckus <iimarckus@gmail.com>2018-08-17 10:32:38 -0600
commitfc8ef52b371b1a7eee26710517aa2d8f72b273d1 (patch)
tree0d4f0f3132d05f6d92957b6d72b9b68f6a828a34 /home.asm
parent1ac9752db0bb5c7804c95982ffe0fa3c3dd41f5e (diff)
Shuffle files around to closer match pokecrystal.
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home.asm b/home.asm
index cae40bd8..4a81dc4b 100644
--- a/home.asm
+++ b/home.asm
@@ -1,8 +1,8 @@
INCLUDE "includes.asm"
; rst vectors
-INCLUDE "rst.asm"
-INCLUDE "interrupts.asm"
+INCLUDE "home/rst.asm"
+INCLUDE "home/interrupts.asm"
SECTION "start", ROM0
Start::