From c12d67862fa03f7afc0e453df6bc9b26f4790e8f Mon Sep 17 00:00:00 2001 From: jd-0 <44876081+jd-0@users.noreply.github.com> Date: Tue, 8 Dec 2020 08:09:40 -0800 Subject: Updated music constants, labels, and macro names (#78) --- constants/audio_constants.asm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'constants') 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 -- cgit v1.2.3