summaryrefslogtreecommitdiff
path: root/audio/notes.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-27 22:24:13 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-27 22:24:13 -0400
commit2d562a673bbef2c8ecb7cfb9d5b1d080552dd465 (patch)
tree419cdfd2eb235d571258e5ddd8be1fa15812a54f /audio/notes.asm
parenteeb45036e2083f22d5d20ea3b06b26d56f560f53 (diff)
Factor out shared audio/notes.asm
Diffstat (limited to 'audio/notes.asm')
-rw-r--r--audio/notes.asm12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/notes.asm b/audio/notes.asm
new file mode 100644
index 00000000..025eb6a8
--- /dev/null
+++ b/audio/notes.asm
@@ -0,0 +1,12 @@
+ 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_