diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2024-03-04 17:02:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-04 09:02:45 -0700 |
| commit | f99e242d97602a67ddcb107627f56effc4afd065 (patch) | |
| tree | 0859f2747159d82cc57f79495d6df30198819715 /src/code_80005FD0.h | |
| parent | 1aa6824d3340fc6fb6eca917f8c3ed7c9259af06 (diff) | |
Document render/update objects (#565)
* Document objects related code.
* Including render/update objects code
* Various renamings
Diffstat (limited to 'src/code_80005FD0.h')
| -rw-r--r-- | src/code_80005FD0.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/code_80005FD0.h b/src/code_80005FD0.h index 228b0e6c8..15b6db5d1 100644 --- a/src/code_80005FD0.h +++ b/src/code_80005FD0.h @@ -83,7 +83,7 @@ void func_80009000(s32); void func_800090F0(s32, Player*); f32 func_80009258(s32, f32, f32); void func_8000929C(s32, Player*); -void func_800097E0(void); +void update_vehicles(void); void func_800098FC(s32, Player*); void func_800099EC(s32, Player*); void func_80009B60(s32); @@ -123,7 +123,7 @@ s32 func_8000EDC8(s32); s32 func_8000EE10(s32); void func_8000EE58(s32); void func_8000EEDC(void); -void func_8000EF20(void); +void generate_player_smoke(void); void func_8000F0E0(void); void func_8000F124(void); @@ -159,13 +159,13 @@ void init_course_vehicles(void); void func_80012780(TrainCarStuff*, s16*, u16); void func_800127E0(void); void func_80012A48(TrainCarStuff*, s16); -void func_80012AC0(void); +void update_vehicle_trains(void); void func_80012DC0(s32, Player*); void func_80013054(void); void func_800131DC(s32); void func_800132F4(void); -void func_800133C4(void); +void update_vehicle_paddle_boats(void); void func_80013854(Player*); void func_800139E4(f32, f32, s32, s32, VehicleStuff*, TrackWaypoint*); f32 func_80013C74(s16, s16); |
