Skip to content

Commit

Permalink
func_8008E45C
Browse files Browse the repository at this point in the history
  • Loading branch information
HoxhaEndri committed Apr 18, 2024
1 parent 0031c92 commit 41f29c8
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -100,3 +100,10 @@ typedef struct {
/* 0x121 */ s8 unk121;
/* 0x122 */ s8 unk122;
} unkStruct_800A0724;

typedef struct unkStruct_8008E45C {
/* 0x00 */ char pad_0[0xE];
/* 0x0E */ s16 unkE;
/* 0x10 */ char pad_10[0x9];
/* 0x19 */ u8 unk19;
} unkStruct_8008E45C;
4 changes: 3 additions & 1 deletion src/game/800.c
Original file line number Diff line number Diff line change
Expand Up @@ -2160,7 +2160,9 @@ INCLUDE_ASM("asm/game/nonmatchings/800", func_8008D5B8);

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

INCLUDE_ASM("asm/game/nonmatchings/800", func_8008E45C);
void func_8008E45C(unkStruct_8008E45C* arg0) {
arg0->unkE = arg0->unk19;
}

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

Expand Down

0 comments on commit 41f29c8

Please sign in to comment.