Mario Kart 64
ceremony_data.inc.h
Go to the documentation of this file.
1 #ifndef CEREMONY_DATA_H
2 #define CEREMONY_DATA_H
3 
4 #include <types.h>
5 #include "waypoints.h"
6 
7 extern Vtx silver_trophy_model[];
8 extern Gfx silver_trophy_dl[];
9 extern Gfx silver_trophy_dl2[];
10 extern Gfx silver_trophy_dl3[];
11 extern Gfx silver_trophy_dl4[];
12 extern Gfx silver_trophy_dl5[];
13 extern Gfx silver_trophy_dl6[];
14 extern Vtx gold_trophy_model[];
15 extern u8 reflection_map_brass[];
16 extern u8 reflection_map_silver[];
17 extern u8 reflection_map_gold[];
18 extern Gfx gold_trophy_dl[];
19 extern Gfx gold_trophy_dl2[];
20 extern Gfx gold_trophy_dl3[];
21 extern Gfx gold_trophy_dl4[];
22 extern Gfx gold_trophy_dl5[];
23 extern Gfx gold_trophy_dl6[];
24 extern Gfx gold_trophy_dl7[];
25 extern Gfx gold_trophy_dl8[];
26 extern Gfx gold_trophy_dl9[];
27 extern Gfx gold_trophy_dl10[];
28 extern Gfx gold_trophy_dl11[];
29 extern Gfx gold_trophy_dl12[];
30 extern Gfx gold_trophy_dl13[];
31 extern Gfx gold_trophy_dl14[];
32 extern Gfx gold_trophy_dl15[];
33 extern Lights1 light1;
34 extern u8 texture_podium1[];
35 extern Vtx tall_podium_model[];
36 extern Gfx podium_dl[];
37 extern Gfx podium_dl2[];
38 extern Gfx podium_dl3[];
39 extern Vtx short_podium_model[];
40 extern Lights1 light2;
41 extern u8 texture_podium2[];
42 extern Gfx podium2_dl[];
43 extern Gfx podium2_dl2[];
44 extern Gfx podium2_dl3[];
45 extern Lights1 light3;
46 extern u8 texture_podium3[];
47 extern Vtx short_podium_model2[];
48 extern Gfx podium3_dl[];
49 extern Gfx podium3_dl2[];
50 extern Gfx podium3_dl3[];
55 
56 #endif
Gfx gold_trophy_dl6[]
Definition: ceremony_data.inc.c:1506
Lights1 light1
Definition: ceremony_data.inc.c:1726
TrackWaypoint ending_sequence4[]
Definition: ceremony_data.inc.c:2037
Lights1 light3
Definition: ceremony_data.inc.c:1878
u8 reflection_map_gold[]
Definition: startup_logo.inc.c:2747
u8 reflection_map_brass[]
Definition: ceremony_data.inc.c:1256
Gfx gold_trophy_dl15[]
Definition: ceremony_data.inc.c:1717
Gfx gold_trophy_dl4[]
Definition: ceremony_data.inc.c:1401
u8 texture_podium2[]
Definition: ceremony_data.inc.c:1834
Gfx gold_trophy_dl3[]
Definition: ceremony_data.inc.c:1323
Gfx silver_trophy_dl3[]
Definition: ceremony_data.inc.c:322
Gfx gold_trophy_dl5[]
Definition: ceremony_data.inc.c:1427
Gfx silver_trophy_dl4[]
Definition: ceremony_data.inc.c:353
Vtx short_podium_model2[]
Definition: ceremony_data.inc.c:1888
Gfx gold_trophy_dl12[]
Definition: ceremony_data.inc.c:1690
Gfx gold_trophy_dl8[]
Definition: ceremony_data.inc.c:1626
Vtx short_podium_model[]
Definition: ceremony_data.inc.c:1804
Gfx gold_trophy_dl13[]
Definition: ceremony_data.inc.c:1699
Gfx silver_trophy_dl6[]
Definition: ceremony_data.inc.c:441
Gfx podium_dl3[]
Definition: ceremony_data.inc.c:1796
u8 texture_podium1[]
Definition: ceremony_data.inc.c:1731
Gfx podium2_dl2[]
Definition: ceremony_data.inc.c:1867
Gfx podium2_dl[]
Definition: ceremony_data.inc.c:1838
Gfx silver_trophy_dl[]
Definition: ceremony_data.inc.c:262
Gfx gold_trophy_dl10[]
Definition: ceremony_data.inc.c:1673
Gfx gold_trophy_dl11[]
Definition: ceremony_data.inc.c:1682
TrackWaypoint ending_sequence3[]
Definition: ceremony_data.inc.c:2010
Vtx silver_trophy_model[]
Definition: ceremony_data.inc.c:3
u8 texture_podium3[]
Definition: ceremony_data.inc.c:1883
Gfx gold_trophy_dl2[]
Definition: ceremony_data.inc.c:1295
Gfx gold_trophy_dl14[]
Definition: ceremony_data.inc.c:1708
Gfx podium_dl2[]
Definition: ceremony_data.inc.c:1789
Gfx podium_dl[]
Definition: ceremony_data.inc.c:1760
Gfx silver_trophy_dl5[]
Definition: ceremony_data.inc.c:413
Gfx gold_trophy_dl7[]
Definition: ceremony_data.inc.c:1576
Gfx podium3_dl3[]
Definition: ceremony_data.inc.c:1949
u8 reflection_map_silver[]
Definition: ceremony_data.inc.c:1260
Gfx silver_trophy_dl2[]
Definition: ceremony_data.inc.c:293
Gfx gold_trophy_dl[]
Definition: ceremony_data.inc.c:1268
TrackWaypoint ending_sequence2[]
Definition: ceremony_data.inc.c:1984
Vtx gold_trophy_model[]
Definition: ceremony_data.inc.c:468
Gfx gold_trophy_dl9[]
Definition: ceremony_data.inc.c:1650
Gfx podium3_dl[]
Definition: ceremony_data.inc.c:1913
Lights1 light2
Definition: ceremony_data.inc.c:1829
TrackWaypoint ending_sequence[]
Definition: ceremony_data.inc.c:1957
Gfx podium2_dl3[]
Definition: ceremony_data.inc.c:1872
Vtx tall_podium_model[]
Definition: ceremony_data.inc.c:1735
Gfx podium3_dl2[]
Definition: ceremony_data.inc.c:1942
Definition: waypoints.h:4
unsigned char u8
Definition: ultratypes.h:12