diff options
author | Eggy0 <37382715+Eggy0@users.noreply.github.com> | 2018-03-16 20:07:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-16 20:07:57 +0100 |
commit | 7266657010c4a4dad7d48cb0b04dd7406d6d5e10 (patch) | |
tree | 96a00f70a98260c68c756183a4a5a424c20b6970 | |
parent | 8a8cbf12abb32de067930fa0f754ee36b82aff60 (diff) |
Update audio_macros.asm
-rwxr-xr-x | macros/audio_macros.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/audio_macros.asm b/macros/audio_macros.asm index e8e36e01..6b318952 100755 --- a/macros/audio_macros.asm +++ b/macros/audio_macros.asm @@ -30,19 +30,19 @@ audio: MACRO ENDC ENDM -eSquarePitchEnvelope: MACRO +eSquarePitchEnvelope: MACRO ; this was originally unknownsfx0x10 db $10 db \1 ENDM -SquareSound: MACRO +SquareSound: MACRO ; this was originally unknownsfx0x20 db $20 | \1 db \2 db \3 db \4 ENDM -NoiseSound: MACRO +NoiseSound: MACRO ; this was originally unknownnoise0x20 db $20 | \1 db \2 db \3 |