summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm7
1 files changed, 7 insertions, 0 deletions
diff --git a/main.asm b/main.asm
index 6abdc9242..cb57726da 100644
--- a/main.asm
+++ b/main.asm
@@ -85,9 +85,16 @@ INCLUDE "event/daycare.asm"
INCLUDE "event/print_unown.asm"
INCLUDE "event/print_photo.asm"
INCLUDE "engine/breeding.asm"
+
+
INCLUDE "tilesets/data.asm"
+SECTION "Roofs", ROMX
+
+INCLUDE "tilesets/roofs.asm"
+
+
SECTION "Clock Reset", ROMX
INCLUDE "engine/clock_reset.asm"