From 451f38604d3068ee775478f054ab5fa42e37bbfd Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Sun, 1 Aug 2021 20:45:57 +0100 Subject: [PATCH] Add an explicit .pool at the end of the mixer --- agb/src/sound/mixer/mixer.s | 1 + 1 file changed, 1 insertion(+) diff --git a/agb/src/sound/mixer/mixer.s b/agb/src/sound/mixer/mixer.s index 595885b7..c3cd29af 100644 --- a/agb/src/sound/mixer/mixer.s +++ b/agb/src/sound/mixer/mixer.s @@ -75,3 +75,4 @@ agb_rs__mixer_collapse: bne 1b @ loop if not 0 bx lr +.pool \ No newline at end of file