Decompile `func_8009C7C0`

This commit is contained in:
gijs 2023-10-19 18:57:02 +02:00
parent 39db969fd9
commit a6217e604c
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
#include "common.h" #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); INCLUDE_ASM(const s32, "_ob_saucy_channel", func_8009C7CC);