summaryrefslogtreecommitdiff
path: root/audio/engine_12.asm
diff options
context:
space:
mode:
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