Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicdcer committed Aug 7, 2024
1 parent a1944ad commit 9cc373b
Showing 4 changed files with 7 additions and 10 deletions.
6 changes: 3 additions & 3 deletions config/symbols.us.ric.txt
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ D_80154E5C = 0x80154E5C;
D_8015519C = 0x8015519C;
D_80155368 = 0x80155368;
D_80155964 = 0x80155964;
UpdateEntityRichter = 0x80157BFC;
D_80155DDC = 0x80155DDC; // type:u16 size:0x60
D_80155D9C = 0x80155D9C; // type:s32 size:0x40
D_80155EFC = 0xD_80155EFC; // type:s16 size:0x180
D_80155DDC = 0x80155DDC; // type:u16 size:0x60
UpdateEntityRichter = 0x80157BFC;
D_80155EFC = 0xD_80155EFC; // type:s16 size:0x180
2 changes: 1 addition & 1 deletion src/ric/2A060.c
Original file line number Diff line number Diff line change
@@ -749,7 +749,7 @@ void func_80167A70(Entity* self) {
prim = &g_PrimBuf[self->primIndex];
posX = self->posX.i.hi;
posY = self->posY.i.hi;

for (i = 0; prim != NULL; i++, prim = prim->next) {
if (i < 8) {
fakeprim = (FakePrim*)prim;
7 changes: 2 additions & 5 deletions src/ric/d_00000.c
Original file line number Diff line number Diff line change
@@ -13,8 +13,5 @@ PlayerOvl RichterBelmont[] = {
};

s32* D_8013C010[4] = {
&D_8013C010[LEN(D_8013C010)],
&D_8013C010[LEN(D_8013C010)],
&D_8013C010[LEN(D_8013C010)],
&D_8013C010[LEN(D_8013C010)]
};
&D_8013C010[LEN(D_8013C010)], &D_8013C010[LEN(D_8013C010)],
&D_8013C010[LEN(D_8013C010)], &D_8013C010[LEN(D_8013C010)]};
2 changes: 1 addition & 1 deletion src/ric/ric.h
Original file line number Diff line number Diff line change
@@ -236,7 +236,7 @@ extern AnimationFrame D_80155E44[];
extern s16 D_80155E68[];
extern u8 D_80155E70[][4];
extern s16 D_80155E98[];
extern AnimationFrame D_80155EA8[];
extern AnimationFrame D_80155EA8[];
extern s32 D_80155EE0[];
extern s16 D_80155EF0[];
extern SVECTOR* D_8015607C[][4];

0 comments on commit 9cc373b

Please sign in to comment.