diff options
Diffstat (limited to 'audio/notes.asm')
-rw-r--r-- | audio/notes.asm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/notes.asm b/audio/notes.asm new file mode 100644 index 00000000..75e1a0b7 --- /dev/null +++ b/audio/notes.asm @@ -0,0 +1,14 @@ +; This file is INCLUDEd three times, once in each audio engine. + + dw $F82C ; C_ + dw $F89D ; C# + dw $F907 ; D_ + dw $F96B ; D# + dw $F9CA ; E_ + dw $FA23 ; F_ + dw $FA77 ; F# + dw $FAC7 ; G_ + dw $FB12 ; G# + dw $FB58 ; A_ + dw $FB9B ; A# + dw $FBDA ; B_ |