From e58f0d19b6cee61ec33f183bd3b6024e87f33ace Mon Sep 17 00:00:00 2001 From: Drew T <50529377+Druthulu@users.noreply.github.com> Date: Wed, 26 Aug 2026 03:41:57 -0600 Subject: [PATCH] =?UTF-8?q?feat(decomp):=20main=20lane=20m55bbba=20?= =?UTF-8?q?=E2=80=94=201=20banked?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit One clean whole-EXE rebuild verified the batch (gate_main), and main re-checked BYTE-IDENTICAL against config/check.us.sha before anything was credited. func_8003D630 --- src/sgap_3.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/sgap_3.c b/src/sgap_3.c index ce1413fa3..e85f120a0 100644 --- a/src/sgap_3.c +++ b/src/sgap_3.c @@ -1,3 +1,7 @@ #include "common.h" -INCLUDE_ASM("asm/nonmatchings/sgap_3", func_8003D630); +extern void SpuQuit(void); + +void func_8003D630(void) { + SpuQuit(); +}