Skip to content

Commit

Permalink
func_80099B84
Browse files Browse the repository at this point in the history
  • Loading branch information
HoxhaEndri committed Apr 13, 2024
1 parent 881a0f4 commit e49f391
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions include/game.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ extern void (*D_800EE1BC)();
extern void func_80048214();
extern void func_800A3BE0();
extern void func_800A42B4(s32);
extern void func_800A0CB4();
extern void func_800B3430();

typedef struct {
/* 0x00 */ char pad_0[0x18];
Expand All @@ -80,3 +82,8 @@ typedef struct {
/* 0x6C */ s16 unk6C;
/* 0x6E */ s16 unk6E;
} unkStruct_800A0748;

typedef struct {
/* 0x00 */ char pad_0[0x8];
/* 0x08 */ s32 unk8;
} unkStruct_80099B84;
8 changes: 7 additions & 1 deletion src/game/800.c
Original file line number Diff line number Diff line change
Expand Up @@ -2404,7 +2404,13 @@ INCLUDE_ASM("asm/game/nonmatchings/800", func_80099B6C);

INCLUDE_ASM("asm/game/nonmatchings/800", func_80099B78);

INCLUDE_ASM("asm/game/nonmatchings/800", func_80099B84);
void func_80099B84(unkStruct_80099B84* arg0) {
if (arg0->unk8 & 8) {
func_800A0CB4();
return;
}
func_800B3430();
}

INCLUDE_ASM("asm/game/nonmatchings/800", func_80099BC8);

Expand Down

0 comments on commit e49f391

Please sign in to comment.