mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 04:04:19 +13:00
Update audio_macros.asm
This commit is contained in:
parent
8a8cbf12ab
commit
7266657010
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue