11 arg0->wheelRot -= 0x666;
13 if (
arg0->unk_08 != 0.0f) {
37 arg0->wheelRot -= 0x666;
s16 gCourseMaxZ
Definition code_800029B0.c:92
void func_800C9D80(Vec3f position, Vec3f velocity, u32 soundBits)
Definition external.c:3407
#define SOUND_ARG_LOAD(sound_bank, byte2, byte3, sound_id)
Definition sounds.h:14
Definition actor_types.h:144
s16 wheelRot
Definition actor_types.h:148
void update_actor_train_engine(struct TrainCar *arg0)
Updates the train engine actor. Used in Kalimari Desert. Update wheels and make sound,...
Definition update.inc.c:10
void update_actor_train_tender(struct TrainCar *tender)
Updates the train tender actor. Used in Kalimari Desert. Update wheels, for his update position it's ...
Definition update.inc.c:25
void update_actor_train_passenger_car(struct TrainCar *arg0)
Updates the train passenger car actor. Used in Kalimari Desert. Update wheels, for his update positio...
Definition update.inc.c:36