diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-03-14 18:23:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-14 18:23:07 -0700 |
commit | 5791b7b524fd1c17f7af4dd44472bec7d9941c3e (patch) | |
tree | 7bb6ab16b5c74e39882480d562be735360b307e8 /audio/engine_10.asm | |
parent | b5de46b8902c37562eb05d02f7166e2d3c231224 (diff) | |
parent | 8bb81d151ab0647ea4e944f59c5d03967a48b8d9 (diff) |
Merge pull request #8 from PikalaxALT/master
Hardcoded pointers
Diffstat (limited to 'audio/engine_10.asm')
-rwxr-xr-x | audio/engine_10.asm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/engine_10.asm b/audio/engine_10.asm new file mode 100755 index 0000000..ad64e36 --- /dev/null +++ b/audio/engine_10.asm @@ -0,0 +1,19 @@ + dr $40000, $40ca2 + +SongHeaderPointers10: ; 0x40ca2 + dw Music_Nothing10 + dw Music_RedField + dw Music_CatchEmBlue + dw Music_HurryUpBlue + dw Music_HiScore + dw Music_GameOver +; 0x40cae + +INCLUDE "audio/music/nothing10.asm" +INCLUDE "audio/music/redfield.asm" +INCLUDE "audio/music/catchemblue.asm" +INCLUDE "audio/music/hiscore.asm" +INCLUDE "audio/music/gameover.asm" +INCLUDE "audio/music/hurryupblue.asm" + + dr $4255b, $44000 |