diff options
Diffstat (limited to 'constants/audio_constants.asm')
-rw-r--r-- | constants/audio_constants.asm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/constants/audio_constants.asm b/constants/audio_constants.asm new file mode 100644 index 0000000..32d53a7 --- /dev/null +++ b/constants/audio_constants.asm @@ -0,0 +1,14 @@ +; pitch + const_def 1 + const C_ ; 1 + const C# ; 2 + const D_ ; 3 + const D# ; 4 + const E_ ; 5 + const F_ ; 6 + const F# ; 7 + const G_ ; 8 + const G# ; 9 + const A_ ; a + const A# ; b + const B_ ; c |