Skip to content

Commit

Permalink
func_800514CC (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
HoxhaEndri authored Jun 12, 2024
1 parent 03e9a73 commit 3414ef3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions include/game.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ extern void func_8006CF74(s32, s32);
extern void func_8006DA8C(s32);
extern void func_80062204(s32, u32);
extern u8 D_800EEE48;
extern s32 D_800EEDC0;
extern void func_8007A0C0();

typedef struct {
/* 0x00 */ char pad_0[0x18];
Expand Down
5 changes: 4 additions & 1 deletion src/game/800.c
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,10 @@ INCLUDE_ASM("asm/game/nonmatchings/800", func_80051030);

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

INCLUDE_ASM("asm/game/nonmatchings/800", func_800514CC);
void func_800514CC(void) {
func_800A42B4(D_800EEDC0);
func_8007A0C0();
}

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

Expand Down

0 comments on commit 3414ef3

Please sign in to comment.