shithub: pokered

Download patch

ref: 7266657010c4a4dad7d48cb0b04dd7406d6d5e10
parent: 8a8cbf12abb32de067930fa0f754ee36b82aff60
author: Eggy0 <37382715+Eggy0@users.noreply.github.com>
date: Fri Mar 16 16:07:57 EDT 2018

Update audio_macros.asm

--- a/macros/audio_macros.asm
+++ b/macros/audio_macros.asm
@@ -30,12 +30,12 @@
 	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
@@ -42,7 +42,7 @@
 	db \4
 ENDM
 
-NoiseSound: MACRO
+NoiseSound: MACRO ; this was originally unknownnoise0x20
 	db $20 | \1
 	db \2
 	db \3