diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-16 17:53:42 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-16 18:06:18 -0400 |
commit | 3684296583bacac39a521b3c815a5680b5530c08 (patch) | |
tree | 4ce7b4253c0dbb2e4c9d694a0ea3764149d50025 /constants/audio_constants.asm | |
parent | 52bcd78290ecc185df83e524044e34bfb3e7b58b (diff) |
Revise some constant definitions
Diffstat (limited to 'constants/audio_constants.asm')
-rw-r--r-- | constants/audio_constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/audio_constants.asm b/constants/audio_constants.asm index 640b1e8cd..bf2753853 100644 --- a/constants/audio_constants.asm +++ b/constants/audio_constants.asm @@ -13,6 +13,7 @@ const A_ ; a const A# ; b const B_ ; c +NUM_NOTES EQU const_value - 1 ; channel ; ChannelPointers indexes (see audio/engine.asm) |