diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-06-27 22:46:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 22:46:52 -0400 |
commit | 56505958078db1c116aa883e0c7ecf631181475e (patch) | |
tree | 6a6440325a178ad61e72e9eb363dc820e31b32cc /audio/notes.asm | |
parent | 76d02feca02652febd87444a9f408e7c06ba0058 (diff) | |
parent | 6b19b301f481e404a34ec3d90f35b23fba74b716 (diff) |
Merge pull request #253 from Rangi42/master
Individual images for party menu icon graphics
Diffstat (limited to 'audio/notes.asm')
-rw-r--r-- | audio/notes.asm | 12 |
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_ |