From 32c371b1d3bf5650fa77ada4bc15be6bcce9ea59 Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Mon, 19 Mar 2018 00:18:50 -0500 Subject: sfxnote parameter 1 is length, not duty also bumb submodule --- macros/audio_macros.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macros') diff --git a/macros/audio_macros.asm b/macros/audio_macros.asm index 6d7b45c8..d4914002 100755 --- a/macros/audio_macros.asm +++ b/macros/audio_macros.asm @@ -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 -- cgit v1.2.3