mirror of
https://github.com/pret/pokered.git
synced 2026-08-26 11:24:50 -05:00
sfxnote parameter 1 is length, not duty
also bumb submodule
This commit is contained in:
2
extras
2
extras
Submodule extras updated: 0e1798937a...be6d6c9ce9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user