summaryrefslogtreecommitdiff
path: root/audio/engine_12.asm
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2016-12-06 21:56:48 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2016-12-06 21:56:48 -0500
commit09db40d83edac1f125fdb54669be1707ae3a07f6 (patch)
tree551e949d11ec472c0b1d74ef283c45c60033ac6b /audio/engine_12.asm
parente935cd885be225472e077466508f815e7c203296 (diff)
Split out audio engine copies
Diffstat (limited to 'audio/engine_12.asm')
-rwxr-xr-xaudio/engine_12.asm17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/engine_12.asm b/audio/engine_12.asm
new file mode 100755
index 0000000..2f17123
--- /dev/null
+++ b/audio/engine_12.asm
@@ -0,0 +1,17 @@
+ dr $48000, $48ca2
+
+SongHeaderPointers12: ; 0x48ca2
+ dw Music_Nothing12
+ dw Music_MewtwoStage
+ dw Music_Options
+ dw Music_FieldSelect
+ dw Music_MeowthStage
+; 0x48cac
+
+INCLUDE "audio/music/nothing12.asm"
+INCLUDE "audio/music/mewtwostage.asm"
+INCLUDE "audio/music/options.asm"
+INCLUDE "audio/music/fieldselect.asm"
+INCLUDE "audio/music/meowthstage.asm"
+
+ dr $49c04, $4c000