Update audio_macros.asm

This commit is contained in:
Eggy0 2018-03-16 20:07:57 +01:00 committed by GitHub
parent 8a8cbf12ab
commit 7266657010
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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