Skip to content

Commit

Permalink
func_8007C640 OK
Browse files Browse the repository at this point in the history
  • Loading branch information
hensldm committed Jul 19, 2024
1 parent c316163 commit b3d6f73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -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*);

Expand Down
4 changes: 3 additions & 1 deletion src/main/7D140.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit b3d6f73

Please sign in to comment.