From 76405fbdc239f3aeb727ccda356001be07b5a71d Mon Sep 17 00:00:00 2001 From: Drew T <50529377+Druthulu@users.noreply.github.com> Date: Thu, 13 Aug 2026 10:58:46 -0600 Subject: [PATCH] =?UTF-8?q?feat(decomp):=20worker=20gate=20=E2=80=94=20+1?= =?UTF-8?q?=20fns=20x0=20propagated=20(fleet=2095.2%)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/md_MAIN_044/md_MAIN_044.c | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/md_MAIN_044/md_MAIN_044.c b/src/md_MAIN_044/md_MAIN_044.c index d198003df..0c69411fa 100644 --- a/src/md_MAIN_044/md_MAIN_044.c +++ b/src/md_MAIN_044/md_MAIN_044.c @@ -29,7 +29,20 @@ INCLUDE_ASM("asm/md_MAIN_044/nonmatchings/md_MAIN_044", func_800CCF58); INCLUDE_ASM("asm/md_MAIN_044/nonmatchings/md_MAIN_044", func_800CCF68); -INCLUDE_ASM("asm/md_MAIN_044/nonmatchings/md_MAIN_044", func_800CCFC8); +extern void (*D_800CE204[])(void); +extern s32 func_801619D0(s32 a0); +extern void func_800CD178(void); + +void func_800CCFC8(s32 param_1) +{ + s32 iVar1; + iVar1 = *(s32 *)(param_1 + 0x4C); + D_800CE204[*(u16 *)(param_1 + 2)](); + if (func_801619D0(iVar1) == 0) { + ((void (*)(s32))func_800CD178)(param_1); + } +} +