From ec1cf45dfa59ccd628779ce926ecf2720f0b9534 Mon Sep 17 00:00:00 2001 From: Drew T <50529377+Druthulu@users.noreply.github.com> Date: Tue, 25 Aug 2026 08:18:46 -0600 Subject: [PATCH] =?UTF-8?q?feat(decomp):=20main=20lane=20m24a=20=E2=80=94?= =?UTF-8?q?=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_80028D78 --- src/800.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/800.c b/src/800.c index 51194343e..027ccd0ab 100644 --- a/src/800.c +++ b/src/800.c @@ -12660,7 +12660,11 @@ void func_80028C50(void) { INCLUDE_ASM("asm/nonmatchings/800", func_80028D58); -INCLUDE_ASM("asm/nonmatchings/800", func_80028D78); +extern void func_80029124(s32, s32); + +void func_80028D78(s32 a0) { + func_80029124(0xB, a0 & 0xFF); +} INCLUDE_ASM("asm/nonmatchings/800", func_80028D9C);