summaryrefslogtreecommitdiff
path: root/src/main.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.asm')
-rw-r--r--src/main.asm6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main.asm b/src/main.asm
index 9932141..8c94bd2 100644
--- a/src/main.asm
+++ b/src/main.asm
@@ -1,10 +1,12 @@
INCLUDE "constants.asm"
+INCLUDE "wram.asm"
+INCLUDE "hram.asm"
INCLUDE "home.asm"
-SECTION "Song Pointers", ROMX[$590e], BANK[$20]
+SECTION "Audio Engine", ROMX[$4000], BANK[$20]
-INCLUDE "audio/song_pointers.asm"
+INCLUDE "audio/engine.asm"
SECTION "Panel de Pon 3", ROMX[$7689], BANK[$23]