diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-12 13:22:19 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-12 13:22:19 -0500 |
commit | 5b13a7a13b9ebbb26a75b9ef19221e8e140c221b (patch) | |
tree | fc55cfb95e2e55efe71d43f074462717edad3e4f /audio/engine.asm | |
parent | c5675927feefc60a286de1725515d1475a30ca2c (diff) |
Identify more sprite-related constants
Start more documentation
Diffstat (limited to 'audio/engine.asm')
-rw-r--r-- | audio/engine.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/engine.asm b/audio/engine.asm index 768cbe98d..4fd618940 100644 --- a/audio/engine.asm +++ b/audio/engine.asm @@ -1394,8 +1394,7 @@ ParseMusicCommand: ; e870f ; e8720 MusicCommands: ; e8720 -; pointer to each command in order - ; octaves +; entries correspond to macros/sound.asm enumeration dw Music_Octave8 ; octave 8 dw Music_Octave7 ; octave 7 dw Music_Octave6 ; octave 6 |