summaryrefslogtreecommitdiff
path: root/src/main.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2021-05-03 00:11:51 -0500
committerdannye <33dannye@gmail.com>2021-05-03 00:11:51 -0500
commit4d2eb182f7a69fce2ee64665aea95ff4530ba85d (patch)
tree388b5c0c42bbe95be8fc96fa3f7cb2841225a268 /src/main.asm
parent7d960e4d95836667a65c786db035bede76b1bcec (diff)
Dump audio engine
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]