diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2023-11-07 20:17:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-07 20:17:28 -0700 |
| commit | f75460cb8bb193f76ae2d99afa93e1ea0b26aa2c (patch) | |
| tree | d6f3c84a36a48751c44606b6149a456cad97aa24 /include/vehicles.h | |
| parent | b6abd829d20f8791714c0ae87ddf9e9199a2b758 (diff) | |
Matches in code_80005D0 (#487)
* Variety of matches
Diffstat (limited to 'include/vehicles.h')
| -rw-r--r-- | include/vehicles.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vehicles.h b/include/vehicles.h index 398624bc9..394ffc01f 100644 --- a/include/vehicles.h +++ b/include/vehicles.h @@ -47,10 +47,10 @@ typedef struct { /* 0x02 */ // s16 compilerPadding; /* 0x04 */ Vec3f position; // /* 0x10 */ Vec3f velocity; // - /* 0x1C */ s16 waypointIndex; // + /* 0x1C */ u16 waypointIndex; // /* 0x1E */ s16 actorIndex; // /* 0x20 */ f32 someMultiplier; // - /* 0x24 */ s16 yRotation; // Only Y rotation is tracked in this struct + /* 0x24 */ s16 rotY; // Only Y rotation is tracked in this struct /* 0x26 */ // s16 compilerPadding2; /** * Bit field that tracks whether a given human player is within a certain distance of the boat @@ -83,7 +83,7 @@ typedef struct { extern TrainStuff sTrains[]; // This is an array, maybe they intended to have multiple boats at some point in development? -extern PaddleWheelBoatStuff D_801637C0[]; +extern PaddleWheelBoatStuff gFerries[]; // Lists for different vehicles in Toad's Turnpike extern VehicleStuff gBoxTruckList[]; |
