sfxnote parameter 1 is length, not duty

also bumb submodule
This commit is contained in:
dannye
2018-03-19 00:18:50 -05:00
parent 4398dde1e4
commit 32c371b1d3
2 changed files with 3 additions and 3 deletions

2
extras

Submodule extras updated: 0e1798937a...be6d6c9ce9

View File

@@ -40,7 +40,7 @@ pitchenvelope: MACRO
ENDC
ENDM
;format: duty, volume, volume change, pitch
;format: length [0, 15], volume [0, 15], volume change [-7, 7], pitch
squarenote: MACRO
db $20 | \1
IF \3 < 0
@@ -51,7 +51,7 @@ squarenote: MACRO
dw \4
ENDM
;format: duty, volume, volume change, pitch
;format: length [0, 15], volume [0, 15], volume change [-7, 7], pitch
noisenote: MACRO
db $20 | \1
IF \3 < 0