From aacd0ab535c770c82b06d89555e3674cb43a020d Mon Sep 17 00:00:00 2001 From: timothy lamb Date: Mon, 11 Apr 2016 20:59:22 -0700 Subject: [PATCH] Fixed broken wav shape change. --- Source/mGBASMSynthFunctions.s | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/mGBASMSynthFunctions.s b/Source/mGBASMSynthFunctions.s index bd7720d..364bbb7 100644 --- a/Source/mGBASMSynthFunctions.s +++ b/Source/mGBASMSynthFunctions.s @@ -217,6 +217,7 @@ _asmUpdateWavData$:: ld A, #0x80 ld hl, #_pbWheelInLast + 2 ld (hl), A +pop bc ret _asmUpdateWavPbWheel$::