Skip to content

Commit

Permalink
func_800A64C4
Browse files Browse the repository at this point in the history
  • Loading branch information
HoxhaEndri committed May 4, 2024
1 parent 8ce38c6 commit 75356e8
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -134,3 +134,10 @@ typedef struct {
/* 0x00 */ char pad_0[0x1C0];
/* 0x1C0 */s32 unk1C0;
} unkStruct_80080E0C;

typedef struct{
/* 0x00 */ char pad_0[0x0C];
/* 0x0C */ s16 unkC;
/* 0x0E */ char pad_E[0x0E];
/* 0x1C */ s16 unk1C;
} unkStruct_800A64C4;
6 changes: 5 additions & 1 deletion src/game/800.c
Original file line number Diff line number Diff line change
Expand Up @@ -2847,7 +2847,11 @@ INCLUDE_ASM("asm/game/nonmatchings/800", func_800A6458);

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

INCLUDE_ASM("asm/game/nonmatchings/800", func_800A64C4);
bool func_800A64C4(unkStruct_800A64C4* arg0) {
arg0->unkC = (u16) (arg0->unkC | 0x200);
arg0->unk1C = (u16) (arg0->unk1C + 1);
return true;
}

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

Expand Down

0 comments on commit 75356e8

Please sign in to comment.