summaryrefslogtreecommitdiff
path: root/audio/notes.asm
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2019-08-16 01:03:03 -0600
committerIIMarckus <iimarckus@gmail.com>2019-08-16 01:03:03 -0600
commit2176239aa565126b528facc9041ed3b58eaade90 (patch)
tree4589377cff104542abb2ee309496b5e4786eb59f /audio/notes.asm
parent901e6f25deda73fa7053942d7d094108a73e2bea (diff)
Incorporate the rest of the audio engine.
Diffstat (limited to 'audio/notes.asm')
-rw-r--r--audio/notes.asm26
1 files changed, 26 insertions, 0 deletions
diff --git a/audio/notes.asm b/audio/notes.asm
new file mode 100644
index 00000000..eeb84959
--- /dev/null
+++ b/audio/notes.asm
@@ -0,0 +1,26 @@
+FrequencyTable:
+ dw 0 ; __
+ 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_
+ dw $fc16 ; C_
+ dw $fc4e ; C#
+ dw $fc83 ; D_
+ dw $fcb5 ; D#
+ dw $fce5 ; E_
+ dw $fd11 ; F_
+ dw $fd3b ; F#
+ dw $fd63 ; G_
+ dw $fd89 ; G#
+ dw $fdac ; A_
+ dw $fdcd ; A#
+ dw $fded ; B_