From b3d6f73151c9b44786ce1a6272a99fee40accac3 Mon Sep 17 00:00:00 2001 From: Derek Hensley Date: Fri, 19 Jul 2024 16:34:59 -0700 Subject: [PATCH] func_8007C640 OK --- include/global.h | 2 +- src/main/7D140.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/include/global.h b/include/global.h index 20f180b..34c6f5a 100644 --- a/include/global.h +++ b/include/global.h @@ -47,7 +47,7 @@ extern Y511F0UnkStruct D_800DA840[]; // 740F0 OSMesgQueue* func_800744B0(UNK_PTR arg0); -void func_8007451C(s32 arg0, OSMesgQueue* arg1); +void func_8007451C(UNK_PTR arg0, OSMesgQueue* arg1); void func_80074C88(UNK_PTR, struct Input*, s32); void func_80075020(UNK_PTR, OSMesgQueue*, UNK_PTR, s32, s32, void*); diff --git a/src/main/7D140.c b/src/main/7D140.c index 3c70774..0398c8d 100644 --- a/src/main/7D140.c +++ b/src/main/7D140.c @@ -26,4 +26,6 @@ void func_8007C61C(void) { func_800744B0(&D_8010DF40); } -#pragma GLOBAL_ASM("asm/us/nonmatchings/main/7D140/func_8007C640.s") +void func_8007C640(OSMesgQueue* arg0) { + func_8007451C(&D_8010DF40, arg0); +}