diff options
author | Eggy0 <kristinica.cop@gmail.com> | 2018-03-16 22:02:14 +0100 |
---|---|---|
committer | Eggy0 <kristinica.cop@gmail.com> | 2018-03-16 22:02:14 +0100 |
commit | 5826f25bef74508e4017281c6bc3badd2c57d3fa (patch) | |
tree | af57d4f108dd909e7c7e4992e25d87069325a8f7 /macros/audio_macros.asm | |
parent | 7266657010c4a4dad7d48cb0b04dd7406d6d5e10 (diff) |
Made some changes
Diffstat (limited to 'macros/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 6b318952..c81e2181 100755 --- a/macros/audio_macros.asm +++ b/macros/audio_macros.asm @@ -30,19 +30,19 @@ audio: MACRO ENDC ENDM -eSquarePitchEnvelope: MACRO ; this was originally unknownsfx0x10 +pitchenvelope: MACRO ; this was originally unknownsfx0x10 db $10 db \1 ENDM -SquareSound: MACRO ; this was originally unknownsfx0x20 +squarenote: MACRO ; this was originally unknownsfx0x20 db $20 | \1 db \2 db \3 db \4 ENDM -NoiseSound: MACRO ; this was originally unknownnoise0x20 +noisenote: MACRO ; this was originally unknownnoise0x20 db $20 | \1 db \2 db \3 |