Skip to content

Commit c24851d

Browse files
KiritoDvgithub-actions[bot]
authored andcommitted
clang format
1 parent f56a084 commit c24851d

File tree

236 files changed

+27202
-37921
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

236 files changed

+27202
-37921
lines changed

courses/big_donut/course_offsets.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
#include <libultra/types.h>
22
#include "course_offsets.h"
3-
4-

courses/harbour/ghostship_model.c

Lines changed: 1304 additions & 1914 deletions
Large diffs are not rendered by default.

courses/harbour/ship2_model.c

Lines changed: 1607 additions & 2046 deletions
Large diffs are not rendered by default.

courses/harbour/ship3_model.c

Lines changed: 3061 additions & 3775 deletions
Large diffs are not rendered by default.

courses/harbour/ship_model.c

Lines changed: 3601 additions & 6045 deletions
Large diffs are not rendered by default.

courses/harbour/starship_model.c

Lines changed: 1297 additions & 2089 deletions
Large diffs are not rendered by default.

courses/harbour/track.c

Lines changed: 10400 additions & 15835 deletions
Large diffs are not rendered by default.

courses/harbour/track.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ extern Gfx mat_castle_fence[];
127127
extern Gfx mat_revert_castle_fence[];
128128
extern Gfx castle_map_002_mesh[];
129129

130-
131130
extern u8 statue_window_rgba16[];
132131
extern u8 statue_flowers1_rgba32[];
133132
extern u8 statue_marble1_ci8[];

courses/staff_ghost_data.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@ extern StaffGhost d_mario_raceway_staff_ghost[];
99
extern StaffGhost d_royal_raceway_staff_ghost[];
1010
extern StaffGhost d_luigi_raceway_staff_ghost[];
1111

12-
13-
14-
#endif // _STAFF_GHOST_DATA
12+
#endif // _STAFF_GHOST_DATA

courses/test_course/data.c

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -12,63 +12,63 @@ Gfx test_course_data_dl[] = {
1212
};
1313

1414
TrackWaypoint test_course_path[] = {
15-
{ 0, 0, 0, 0},
16-
{ 0, 0, -100, 1},
17-
{ 0, 0, -200, 1},
18-
{ 0, 0, -300, 1},
19-
{ 0, 0, -400, 1},
20-
{ 0, 0, -500, 1},
21-
{ 0, 0, -600, 1},
22-
{ 0, 0, -700, 1},
23-
{ 0, 0, -800, 1},
24-
{ 0, 0, -900, 1},
25-
{ 0, 0, -1000, 1},
26-
{ 0, 0, -1096, 1}, // Main point 1
27-
{ 100, 0, -1090, 2},
28-
{ 200, 0, -1085, 2},
29-
{ 300, 0, -1080, 2},
30-
{ 400, 0, -1075, 2},
31-
{ 500, 0, -1072, 2}, // Curve begins to smooth here
32-
{ 600, 0, -1068, 2},
33-
{ 700, 0, -1065, 2},
34-
{ 800, 0, -1063, 2},
35-
{ 900, 0, -1061, 2},
36-
{ 984, 0, -1060, 2}, // Main point 2
37-
{ 990, 0, -900, 3},
38-
{ 995, 0, -800, 3},
39-
{ 997, 0, -700, 3},
40-
{ 998, 0, -600, 3},
41-
{ 999, 0, -500, 3},
42-
{ 999, 0, -400, 3},
43-
{ 999, 0, -300, 3},
44-
{ 999, 0, -200, 3},
45-
{ 999, 0, -100, 3},
46-
{ 999, 0, 0,3},
47-
{ 999, 0, 100, 3},
48-
{ 999, 0, 200, 3},
49-
{ 999, 0, 300, 3},
50-
{ 999, 0, 400, 3},
51-
{ 999, 0, 500, 3},
52-
{ 999, 0, 600, 3},
53-
{ 999, 0, 700, 3},
54-
{ 999, 0, 800, 3},
55-
{ 999, 0, 900, 3},
56-
{ 999, 0, 940, 3}, // Main point 3
57-
{ 900, 0, 945, 4},
58-
{ 800, 0, 945, 4},
59-
{ 700, 0, 947, 4},
60-
{ 600, 0, 948, 4},
61-
{ 500, 0, 949, 4},
62-
{ 400, 0, 949, 4},
63-
{ 300, 0, 949, 4},
64-
{ 200, 0, 950, 4},
65-
{ 100, 0, 950, 4},
15+
{ 0, 0, 0, 0 },
16+
{ 0, 0, -100, 1 },
17+
{ 0, 0, -200, 1 },
18+
{ 0, 0, -300, 1 },
19+
{ 0, 0, -400, 1 },
20+
{ 0, 0, -500, 1 },
21+
{ 0, 0, -600, 1 },
22+
{ 0, 0, -700, 1 },
23+
{ 0, 0, -800, 1 },
24+
{ 0, 0, -900, 1 },
25+
{ 0, 0, -1000, 1 },
26+
{ 0, 0, -1096, 1 }, // Main point 1
27+
{ 100, 0, -1090, 2 },
28+
{ 200, 0, -1085, 2 },
29+
{ 300, 0, -1080, 2 },
30+
{ 400, 0, -1075, 2 },
31+
{ 500, 0, -1072, 2 }, // Curve begins to smooth here
32+
{ 600, 0, -1068, 2 },
33+
{ 700, 0, -1065, 2 },
34+
{ 800, 0, -1063, 2 },
35+
{ 900, 0, -1061, 2 },
36+
{ 984, 0, -1060, 2 }, // Main point 2
37+
{ 990, 0, -900, 3 },
38+
{ 995, 0, -800, 3 },
39+
{ 997, 0, -700, 3 },
40+
{ 998, 0, -600, 3 },
41+
{ 999, 0, -500, 3 },
42+
{ 999, 0, -400, 3 },
43+
{ 999, 0, -300, 3 },
44+
{ 999, 0, -200, 3 },
45+
{ 999, 0, -100, 3 },
46+
{ 999, 0, 0, 3 },
47+
{ 999, 0, 100, 3 },
48+
{ 999, 0, 200, 3 },
49+
{ 999, 0, 300, 3 },
50+
{ 999, 0, 400, 3 },
51+
{ 999, 0, 500, 3 },
52+
{ 999, 0, 600, 3 },
53+
{ 999, 0, 700, 3 },
54+
{ 999, 0, 800, 3 },
55+
{ 999, 0, 900, 3 },
56+
{ 999, 0, 940, 3 }, // Main point 3
57+
{ 900, 0, 945, 4 },
58+
{ 800, 0, 945, 4 },
59+
{ 700, 0, 947, 4 },
60+
{ 600, 0, 948, 4 },
61+
{ 500, 0, 949, 4 },
62+
{ 400, 0, 949, 4 },
63+
{ 300, 0, 949, 4 },
64+
{ 200, 0, 950, 4 },
65+
{ 100, 0, 950, 4 },
6666

6767
// End of path
6868
{ -32768, -32768, -32768, 0 } // Terminator
6969
};
7070

7171
TrackSections test_course_addr[] = {
72-
{ mario_Plane_001_mesh, 255, 255, 0x0000 },
72+
{ mario_Plane_001_mesh, 255, 255, 0x0000 },
7373
{ 0x00000000, 0, 0, 0x00000 },
7474
};

0 commit comments

Comments
 (0)