diff options
| author | jd-0 <44876081+jd-0@users.noreply.github.com> | 2020-12-08 08:09:40 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-08 11:09:40 -0500 |
| commit | c12d67862fa03f7afc0e453df6bc9b26f4790e8f (patch) | |
| tree | d12335825d9774e7360b911e663d45ad575a54e0 /constants | |
| parent | fbf7fd06549bc67a2d13f735d8338072fa6ea70a (diff) | |
Updated music constants, labels, and macro names (#78)
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/audio_constants.asm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/constants/audio_constants.asm b/constants/audio_constants.asm index 9c11e36..51dc36f 100644 --- a/constants/audio_constants.asm +++ b/constants/audio_constants.asm @@ -1,3 +1,18 @@ +; 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 + ; channel const_def const CHAN1 |
