diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-08 16:06:13 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-08 16:06:13 -0500 |
commit | 5b7fc7b0fabec8461c9931cc31a15bf0b28cfe86 (patch) | |
tree | 535a2270f8b01f98f5d00db0a5c8c5dd17d66b11 /macros | |
parent | 0549e3413f61e1166441f1630f4d5f2be25e9974 (diff) |
More battle tower shenanigans
Diffstat (limited to 'macros')
-rw-r--r-- | macros/sound.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/sound.asm b/macros/sound.asm index 0c12f4594..b5a33994b 100644 --- a/macros/sound.asm +++ b/macros/sound.asm @@ -135,9 +135,9 @@ unknownmusic0xe8: macro db \1 ; unknown endm - enum globaltempo_cmd -globaltempo: macro - db globaltempo_cmd + enum tempo_relative_cmd +tempo_relative: macro + db tempo_relative_cmd bigdw \1 ; value endm |