1#ifndef _COMMON_STRUCTS_H_
2#define _COMMON_STRUCTS_H_
24#define COURSE_NULL 0xFF
228#define FRONT_LEFT_TYRE 0
229#define FRONT_RIGHT_TYRE 1
230#define BACK_LEFT_TYRE 2
231#define BACK_RIGHT_TYRE 3
389 u8 pad_43[0x7F-0x43];
416 u32 lapCompletionTimes[3];
453 s16 lapCompletionTimeXs[3];
500#define HUD_PLAYERS_SIZE 4
s16 Vec4s[4]
Definition common_structs.h:13
f32 Vec3f[3]
Definition common_structs.h:6
SURFACE_TYPE
The different types of surface in the game.
Definition common_structs.h:74
@ STONE
Definition common_structs.h:80
@ RAMP
Definition common_structs.h:97
@ WOOD_BRIDGE
Definition common_structs.h:93
@ WET_SAND
Definition common_structs.h:86
@ BRIDGE
Definition common_structs.h:82
@ ICE
Definition common_structs.h:85
@ ASPHALT
Definition common_structs.h:77
@ ROPE_BRIDGE
Definition common_structs.h:92
@ SAND_OFFROAD
Definition common_structs.h:83
@ BOOST_RAMP_WOOD
Definition common_structs.h:94
@ DIRT_OFFROAD
Definition common_structs.h:89
@ CAVE
Definition common_structs.h:91
@ SNOW
Definition common_structs.h:81
@ SNOW_OFFROAD
Definition common_structs.h:87
@ BOOST_RAMP_ASPHALT
Definition common_structs.h:96
@ OUT_OF_BOUNDS
Definition common_structs.h:95
@ SAND
Definition common_structs.h:79
@ SURFACE_DEFAULT
Definition common_structs.h:75
@ AIRBORNE
Definition common_structs.h:76
@ TRAIN_TRACK
Definition common_structs.h:90
@ CLIFF
Definition common_structs.h:88
@ DIRT
Definition common_structs.h:78
@ GRASS
Definition common_structs.h:84
GhostController
Definition common_structs.h:102
@ R
Definition common_structs.h:106
@ B
Definition common_structs.h:104
@ A
Definition common_structs.h:103
@ Z
Definition common_structs.h:105
u16 Vec3su[3]
Definition common_structs.h:12
s16 Vec3s[3]
Definition common_structs.h:11
f32 Vec4f[4]
Definition common_structs.h:7
f32 Mat4[4][4]
Definition common_structs.h:16
s32 Vec3iu[3]
Definition common_structs.h:9
COURSES
Definition common_structs.h:26
@ COURSE_WARIO_STADIUM
Definition common_structs.h:41
@ COURSE_MARIO_RACEWAY
Definition common_structs.h:27
@ COURSE_BANSHEE_BOARDWALK
Definition common_structs.h:30
@ COURSE_KALAMARI_DESERT
Definition common_structs.h:38
@ COURSE_BIG_DONUT
Definition common_structs.h:46
@ COURSE_ROYAL_RACEWAY
Definition common_structs.h:34
@ COURSE_BLOCK_FORT
Definition common_structs.h:42
@ COURSE_FRAPPE_SNOWLAND
Definition common_structs.h:32
@ COURSE_LUIGI_RACEWAY
Definition common_structs.h:35
@ COURSE_RAINBOW_ROAD
Definition common_structs.h:40
@ COURSE_YOSHI_VALLEY
Definition common_structs.h:31
@ COURSE_CHOCO_MOUNTAIN
Definition common_structs.h:28
@ COURSE_TOADS_TURNPIKE
Definition common_structs.h:37
@ COURSE_SKYSCRAPER
Definition common_structs.h:43
@ COURSE_DOUBLE_DECK
Definition common_structs.h:44
@ COURSE_BOWSER_CASTLE
Definition common_structs.h:29
@ COURSE_KOOPA_BEACH
Definition common_structs.h:33
@ NUM_COURSES
Definition common_structs.h:48
@ COURSE_MOO_MOO_FARM
Definition common_structs.h:36
@ COURSE_DK_JUNGLE
Definition common_structs.h:45
@ COURSE_SHERBET_LAND
Definition common_structs.h:39
@ COURSE_AWARD_CEREMONY
Definition common_structs.h:47
f32 Mat3[3][3]
Definition common_structs.h:15
TIME_TRIAL_DATA_INDEX
Definition common_structs.h:51
@ TIME_TRIAL_DATA_BANSHEE_BOARDWALK
Definition common_structs.h:66
@ TIME_TRIAL_DATA_ROYAL_RACEWAY
Definition common_structs.h:62
@ TIME_TRIAL_DATA_SHERBET_LAND
Definition common_structs.h:61
@ TIME_TRIAL_DATA_KOOPA_BEACH
Definition common_structs.h:54
@ TIME_TRIAL_DATA_YOSHI_VALLEY
Definition common_structs.h:65
@ TIME_TRIAL_DATA_KALAMARI_DESERT
Definition common_structs.h:55
@ TIME_TRIAL_DATA_WARIO_STADIUM
Definition common_structs.h:60
@ TIME_TRIAL_DATA_BOWSER_CASTLE
Definition common_structs.h:63
@ TIME_TRIAL_DATA_CHOCO_MOUNTAIN
Definition common_structs.h:58
@ TIME_TRIAL_DATA_FRAPPE_SNOWLAND
Definition common_structs.h:57
@ NUM_TIME_TRIAL_DATA
Definition common_structs.h:68
@ TIME_TRIAL_DATA_RAINBOW_ROAD
Definition common_structs.h:67
@ TIME_TRIAL_DATA_TOADS_TURNPIKE
Definition common_structs.h:56
@ TIME_TRIAL_DATA_MARIO_RACEWAY
Definition common_structs.h:59
@ TIME_TRIAL_DATA_LUIGI_RACEWAY
Definition common_structs.h:52
@ TIME_TRIAL_DATA_DK_JUNGLE
Definition common_structs.h:64
@ TIME_TRIAL_DATA_MOO_MOO_FARM
Definition common_structs.h:53
Definition common_structs.h:117
u16 unk32
Definition common_structs.h:119
Vec3f unk3C
Definition common_structs.h:125
u16 unk30
Definition common_structs.h:118
u16 unk3A
Definition common_structs.h:124
Vec3f orientationVector
Definition common_structs.h:128
u16 unk38
Definition common_structs.h:122
Vec3f unk54
Definition common_structs.h:127
u16 unk36
Definition common_structs.h:121
f32 unk6C
Definition common_structs.h:129
u16 unk34
Definition common_structs.h:120
Vec3f unk48
Definition common_structs.h:126
Definition common_structs.h:163
Definition common_structs.h:211
u8 surfaceType
Definition common_structs.h:214
f32 cornerGroundY
Definition common_structs.h:222
Vec3f cornerPos
Definition common_structs.h:212
u16 surfaceMapIndex
Definition common_structs.h:219
u8 surfaceFlags
Definition common_structs.h:216
s32 unk_14
Definition common_structs.h:225
Definition common_structs.h:248
s16 unk_07A
Definition common_structs.h:278
f32 unk_104
Definition common_structs.h:321
f32 unk_DA0
Definition common_structs.h:361
f32 copy_rotation_y
Definition common_structs.h:260
s16 unk_042
Definition common_structs.h:266
s16 unk_D9A
Definition common_structs.h:359
s16 lapCount
Definition common_structs.h:253
f32 kartFriction
Definition common_structs.h:319
s16 unk_0C0
Definition common_structs.h:300
Collision unk_110
Definition common_structs.h:325
u16 unk_0DE
Definition common_structs.h:309
f32 kartHopAcceleration
Definition common_structs.h:316
f32 unk_210
Definition common_structs.h:336
f32 unk_098
Definition common_structs.h:286
f32 unk_D9C
Definition common_structs.h:360
f32 kartGravity
Definition common_structs.h:320
f32 size
Definition common_structs.h:342
f32 currentSpeed
Definition common_structs.h:287
s16 unk_238
Definition common_structs.h:349
f32 unk_DAC
Definition common_structs.h:365
u16 unk_046
Definition common_structs.h:268
f32 unk_0A4
Definition common_structs.h:289
f32 unk_094
Definition common_structs.h:285
u16 surfaceType
Definition common_structs.h:317
Mat3 orientationMatrix
Definition common_structs.h:327
u16 unk_002
Definition common_structs.h:250
f32 copy_rotation_z
Definition common_structs.h:261
s16 unk_228
Definition common_structs.h:343
s16 unk_044
Definition common_structs.h:267
s32 unk_07C
Definition common_structs.h:279
u16 characterId
Definition common_structs.h:355
s16 unk_0CA
Definition common_structs.h:305
Vec4s unk_0CC
Definition common_structs.h:306
u16 unk_0B4
Definition common_structs.h:296
f32 unk_08C
Definition common_structs.h:283
s16 unk_0FA
Definition common_structs.h:318
s16 unk_078
Definition common_structs.h:277
u32 effects
Definition common_structs.h:299
f32 unk_23C
Definition common_structs.h:351
f32 unk_05C
Definition common_structs.h:272
f32 unk_DB0
Definition common_structs.h:366
Mat3 unk_150
Definition common_structs.h:326
f32 unk_0E8
Definition common_structs.h:313
f32 unk_090
Definition common_structs.h:284
Vec3s rotation
Definition common_structs.h:262
Vec4s unk_050
Definition common_structs.h:270
s16 slopeAccel
Definition common_structs.h:302
f32 boostPower
Definition common_structs.h:280
s16 unk_222
Definition common_structs.h:341
s16 unk_040
Definition common_structs.h:265
s16 unk_D98
Definition common_structs.h:358
f32 unk_20C
Definition common_structs.h:335
f32 unk_230
Definition common_structs.h:346
f32 boundingBoxSize
Definition common_structs.h:275
f32 unk_0A0
Definition common_structs.h:288
u16 type
Definition common_structs.h:249
f32 unk_108
Definition common_structs.h:322
f32 unk_DA8
Definition common_structs.h:364
s16 unk_0AE
Definition common_structs.h:293
f32 kartHopJerk
Definition common_structs.h:315
f32 topSpeed
Definition common_structs.h:337
f32 unk_0E4
Definition common_structs.h:312
s16 unk_0A8
Definition common_structs.h:290
s16 unk_234
Definition common_structs.h:347
Vec3f velocity
Definition common_structs.h:264
f32 kartHopVelocity
Definition common_structs.h:314
Vec4s unk_0D4
Definition common_structs.h:307
s16 unk_DA4
Definition common_structs.h:362
s32 unk_240
Definition common_structs.h:352
s16 unk_23A
Definition common_structs.h:350
u16 unk_0B6
Definition common_structs.h:297
f32 unk_22C
Definition common_structs.h:345
Vec3f unk_064
Definition common_structs.h:274
Vec4s unk_048
Definition common_structs.h:269
s16 unk_0C2
Definition common_structs.h:301
u16 unk_256
Definition common_structs.h:356
f32 unk_084
Definition common_structs.h:281
f32 unk_1FC
Definition common_structs.h:330
s16 unk_DA6
Definition common_structs.h:363
s16 boostTimer
Definition common_structs.h:308
s16 currentItemCopy
Definition common_structs.h:256
s16 unk_0E2
Definition common_structs.h:311
u16 unk_006
Definition common_structs.h:252
s16 unk_0B0
Definition common_structs.h:294
s16 unk_0C8
Definition common_structs.h:304
s16 unk_0B2
Definition common_structs.h:295
s16 unk_204
Definition common_structs.h:332
s16 unk_236
Definition common_structs.h:348
f32 unk_088
Definition common_structs.h:282
s16 unk_206
Definition common_structs.h:333
f32 unk_060
Definition common_structs.h:273
s32 soundEffects
Definition common_structs.h:255
f32 unk_218
Definition common_structs.h:338
f32 unk_208
Definition common_structs.h:334
f32 unk_058
Definition common_structs.h:271
s16 nearestWaypointId
Definition common_structs.h:340
s16 unk_0E0
Definition common_structs.h:310
s16 unk_012
Definition common_structs.h:257
f32 unk_0B8
Definition common_structs.h:298
s16 unk_0C6
Definition common_structs.h:303
u32 unk_200
Definition common_structs.h:331
f32 unk_1F8
Definition common_structs.h:329
s16 currentRank
Definition common_structs.h:251
s16 unk_0AC
Definition common_structs.h:292
s16 unk_22A
Definition common_structs.h:344
f32 unk_074
Definition common_structs.h:276
s16 unk_10C
Definition common_structs.h:323
f32 unk_21C
Definition common_structs.h:339
s16 unk_0AA
Definition common_structs.h:291
f32 copy_rotation_x
Definition common_structs.h:259
Vec3f pos
Definition common_structs.h:258
Definition common_structs.h:393
u16 alpha
Definition common_structs.h:397
u16 red
Definition common_structs.h:394
u16 blue
Definition common_structs.h:396
u16 green
Definition common_structs.h:395
Definition common_structs.h:109
s8 stickX
Definition common_structs.h:113
s8 frameDuration
Definition common_structs.h:111
u8 button
Definition common_structs.h:110
s8 stickY
Definition common_structs.h:112
Definition common_structs.h:233
s16 unk1C
Definition common_structs.h:243
f32 unkC
Definition common_structs.h:238
f32 unk10
Definition common_structs.h:239
s16 unk0
Definition common_structs.h:234
s16 unk2
Definition common_structs.h:235
f32 unk4
Definition common_structs.h:236
f32 unk14
Definition common_structs.h:240
s16 unk20
Definition common_structs.h:245
f32 unk8
Definition common_structs.h:237
s16 unk1E
Definition common_structs.h:244
s16 unk1A
Definition common_structs.h:242
s16 unk18
Definition common_structs.h:241
Definition common_structs.h:132
s16 unk_040
Definition common_structs.h:155
s16 unk_036
Definition common_structs.h:150
s16 unk_032
Definition common_structs.h:148
s16 unk_02E
Definition common_structs.h:146
u16 unk_010
Definition common_structs.h:135
s16 unk_020
Definition common_structs.h:141
f32 unk_00C
Definition common_structs.h:134
s16 unk_030
Definition common_structs.h:147
s16 unk_034
Definition common_structs.h:149
s16 unk_038
Definition common_structs.h:151
Vec3f unk_000
Definition common_structs.h:133
s16 unk_03A
Definition common_structs.h:152
s16 unk_03C
Definition common_structs.h:153
s16 unk_02C
Definition common_structs.h:145
s16 unk_01E
Definition common_structs.h:140
s16 unk_042
Definition common_structs.h:156
f32 unk_024
Definition common_structs.h:143
f32 unk_018
Definition common_structs.h:138
s16 unk_044
Definition common_structs.h:157
s16 unk_046
Definition common_structs.h:158
f32 unk_028
Definition common_structs.h:144
s16 unk_03E
Definition common_structs.h:154
s16 unk_022
Definition common_structs.h:142
s16 unk_01C
Definition common_structs.h:139
u16 unk_012
Definition common_structs.h:136
f32 unk_014
Definition common_structs.h:137
Definition common_structs.h:20
f32 x
Definition common_structs.h:21
Definition common_structs.h:402
u32 lap2CompletionTime
Definition common_structs.h:413
s8 raceCompleteBool
Definition common_structs.h:471
s16 lapAfterImage1X
Definition common_structs.h:459
s32 posXInt
Definition common_structs.h:428
u8 unk_7A
Definition common_structs.h:488
s16 lap3CompletionTimeX
Definition common_structs.h:451
u32 lap1Duration
Definition common_structs.h:421
s16 slideRankX
Definition common_structs.h:464
s32 posZInt
Definition common_structs.h:430
s16 slideItemBoxX
Definition common_structs.h:440
s8 alsoLapCount
Definition common_structs.h:473
u8 unk_7D
Definition common_structs.h:491
s8 unk_74
Definition common_structs.h:480
s16 rankX
Definition common_structs.h:462
s8 unk_75
Definition common_structs.h:481
s16 timerX
Definition common_structs.h:445
u32 lap3Duration
Definition common_structs.h:423
s8 blinkState
Definition common_structs.h:479
s16 lap1CompletionTimeX
Definition common_structs.h:449
u8 unk_7B
Definition common_structs.h:489
s16 rankY
Definition common_structs.h:463
u8 unk_81
Definition common_structs.h:495
s32 unk_38
Definition common_structs.h:431
s16 slideRankY
Definition common_structs.h:465
s16 speedometerX
Definition common_structs.h:436
u32 lap1CompletionTime
Definition common_structs.h:412
f32 unknownScaling
Definition common_structs.h:403
u32 lap3CompletionTime
Definition common_structs.h:414
s16 lapAfterImage2X
Definition common_structs.h:460
s16 lapX
Definition common_structs.h:457
s8 unk_77
Definition common_structs.h:483
u8 unk_7C
Definition common_structs.h:490
s16 totalTimeX
Definition common_structs.h:455
s16 lapY
Definition common_structs.h:461
s8 unk_82
Definition common_structs.h:496
u8 unk_7F
Definition common_structs.h:493
s16 slideItemBoxY
Definition common_structs.h:441
s16 timerY
Definition common_structs.h:456
s8 lapCount
Definition common_structs.h:472
u8 unk_80
Definition common_structs.h:494
u8 unk_7E
Definition common_structs.h:492
s16 unk_6C
Definition common_structs.h:469
s16 itemBoxY
Definition common_structs.h:439
s16 unk_6E
Definition common_structs.h:470
u8 itemOverride
Definition common_structs.h:482
s16 unk_4A
Definition common_structs.h:443
s32 posYInt
Definition common_structs.h:429
f32 rankScaling
Definition common_structs.h:404
u8 unk_78
Definition common_structs.h:486
s8 unk_83
Definition common_structs.h:497
s16 speedometerY
Definition common_structs.h:437
u32 someTimer
Definition common_structs.h:406
s16 blinkTimer
Definition common_structs.h:435
u8 unk_79
Definition common_structs.h:487
s16 stagingPosition
Definition common_structs.h:466
u32 timeLastTouchedFinishLine
Definition common_structs.h:408
s16 itemBoxX
Definition common_structs.h:438
s16 unk_4C
Definition common_structs.h:444
u32 someTimer1
Definition common_structs.h:407
u32 lap2Duration
Definition common_structs.h:422
s16 lap2CompletionTimeX
Definition common_structs.h:450
Definition common_structs.h:176
s16 vtx21
Definition common_structs.h:188
u16 surfaceType
Definition common_structs.h:184
s16 vtx23
Definition common_structs.h:190
Vtx * vtxPoly3
Definition common_structs.h:193
Vtx * vtxPoly2
Definition common_structs.h:192
s16 vtx31
Definition common_structs.h:185
f32 height2
Definition common_structs.h:207
u16 flags
Definition common_structs.h:177
s16 vtx22
Definition common_structs.h:189
s16 vtx33
Definition common_structs.h:187
f32 rotation
Definition common_structs.h:206
Vtx * vtxPoly1
Definition common_structs.h:191
f32 gravity
Definition common_structs.h:199
f32 height
Definition common_structs.h:196
s16 vtx32
Definition common_structs.h:186
Definition common_structs.h:382
u8 ghostDataSaved
Definition common_structs.h:385
u8 checksum
Definition common_structs.h:390
s32 unk_00
Definition common_structs.h:384
u8 characterId
Definition common_structs.h:387
s8 courseIndex
Definition common_structs.h:386
signed int s32
Definition ultratypes.h:15
unsigned int u32
Definition ultratypes.h:16
signed char s8
Definition ultratypes.h:11
signed short int s16
Definition ultratypes.h:13
float f32
Definition ultratypes.h:33
unsigned short int u16
Definition ultratypes.h:14
unsigned char u8
Definition ultratypes.h:12