Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
HoxhaEndri committed May 4, 2024
1 parent 75356e8 commit c337316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/game/800.c
Original file line number Diff line number Diff line change
Expand Up @@ -2848,8 +2848,8 @@ INCLUDE_ASM("asm/game/nonmatchings/800", func_800A6458);
INCLUDE_ASM("asm/game/nonmatchings/800", func_800A648C);

bool func_800A64C4(unkStruct_800A64C4* arg0) {
arg0->unkC = (u16) (arg0->unkC | 0x200);
arg0->unk1C = (u16) (arg0->unk1C + 1);
arg0->unkC = (u16)(arg0->unkC | 0x200);
arg0->unk1C = (u16)(arg0->unk1C + 1);
return true;
}

Expand Down

0 comments on commit c337316

Please sign in to comment.