Skip to content

Commit

Permalink
Fix data types
Browse files Browse the repository at this point in the history
  • Loading branch information
KEKW555 committed Dec 1, 2023
1 parent 8197aa1 commit a17cdd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -794,10 +794,10 @@ void sub_0801E290(u32 param_1, u32 param_2, u32 count) {

ASM_FUNC("asm/non_matching/common/sub_0801E31C.inc", void sub_0801E31C(u32 a1, u32 a2, u32 a3, u32 a4));

void sub_0801E49C(s32 baseX, s32 baseY, s32 radius, s32 baseAngle) {
void sub_0801E49C(s32 baseX, s32 baseY, s32 radius, u32 baseAngle) {
u8* ptr2;
u32* ptr1;
s32 angle;
u32 angle;
s32 x1, x2, x3, y1, y2, y3;

MemFill16(0xffff, gUnk_02018EE0, 0x780);
Expand Down

0 comments on commit a17cdd3

Please sign in to comment.