diff options
| author | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2020-12-09 00:04:43 +0700 |
|---|---|---|
| committer | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2020-12-09 00:04:43 +0700 |
| commit | 7938b6ab52ee12525759cb66260ebbffedbd472d (patch) | |
| tree | 687dea814b864c3674436e97b470521f2a455153 /constants | |
| parent | 66d09e8c345fe20cb3ebecc11f0ad3dab4c38126 (diff) | |
| parent | c12d67862fa03f7afc0e453df6bc9b26f4790e8f (diff) | |
Merge branch 'master' of https://github.com/pret/pokegold-spaceworld
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 |
