From a6217e604c97877691a7de5b5d57ef4f201655e7 Mon Sep 17 00:00:00 2001 From: gijs Date: Thu, 19 Oct 2023 18:57:02 +0200 Subject: [PATCH] Decompile `func_8009C7C0` --- src/_ob_saucy_channel.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/_ob_saucy_channel.c b/src/_ob_saucy_channel.c index 9f32ca8..3c99040 100644 --- a/src/_ob_saucy_channel.c +++ b/src/_ob_saucy_channel.c @@ -1,5 +1,10 @@ #include "common.h" -INCLUDE_ASM(const s32, "_ob_saucy_channel", func_8009C7C0); +extern s32 D_800C47D0; + +/* 2CBC0 8009C7C0 */ +void func_8009C7C0(s32 arg0) { + D_800C47D0 = arg0; +} INCLUDE_ASM(const s32, "_ob_saucy_channel", func_8009C7CC);