From 5826f25bef74508e4017281c6bc3badd2c57d3fa Mon Sep 17 00:00:00 2001 From: Eggy0 Date: Fri, 16 Mar 2018 22:02:14 +0100 Subject: Made some changes --- macros/audio_macros.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'macros') 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 -- cgit v1.3.1-sl0p