diff options
author | mid-kid <esteve.varela@gmail.com> | 2019-09-23 15:09:49 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2019-10-21 00:42:36 +0200 |
commit | 7111ae8e582996f2b6ef36427cf54e0c168593ae (patch) | |
tree | 4cff533a94f6936680aaf73b8c91f7b4d92aadc9 /audio/engine.asm | |
parent | 29deef86f810c00cc28b3afd9821b26febcde1d5 (diff) |
Fix some mobile script and map sign things
Diffstat (limited to 'audio/engine.asm')
-rw-r--r-- | audio/engine.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/engine.asm b/audio/engine.asm index 6b0fe1a63..748e17361 100644 --- a/audio/engine.asm +++ b/audio/engine.asm @@ -1364,7 +1364,7 @@ ParseMusicCommand: jp hl MusicCommands: -; entries correspond to macros/sound.asm enumeration +; entries correspond to macros/scripts/audio.asm enumeration dw Music_Octave8 ; octave 8 dw Music_Octave7 ; octave 7 dw Music_Octave6 ; octave 6 |