diff options
| author | dannye <33dannye@gmail.com> | 2018-06-02 05:55:31 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2018-06-02 05:56:11 -0500 |
| commit | d3654bcbbe71149eb8741790a894baa7e0c4d73e (patch) | |
| tree | cf157eec955a6285b2a9aabfc04c56dafd8ad085 /constants | |
| parent | 56ecc42c12b73c23e7e0e8fbcfc0fc293cc63dde (diff) | |
Dump all songs
uses a slightly modified red sound engine
only added feature is drumsets, which still need documenting
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/audio_constants.asm | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/constants/audio_constants.asm b/constants/audio_constants.asm index c341e90..8d25540 100644 --- a/constants/audio_constants.asm +++ b/constants/audio_constants.asm @@ -1,21 +1,3 @@ - - -; pitch - const_def - const __ - const C_ - const C# - const D_ - const D# - const E_ - const F_ - const F# - const G_ - const G# - const A_ - const A# - const B_ - ; channel const_def const CHAN1 |
