diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-11-14 23:32:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-14 23:32:55 -0700 |
| commit | 475f167bb2803999c5116bc285601d1f9a05d7de (patch) | |
| tree | 859fec292c5c9807cc9690ebf4f0600f558b6063 /src/render_objects.h | |
| parent | 4fbb031dd95f2a84e73fbca269f517e98808d293 (diff) | |
[modding] Big Update PR (#118)
* Implement kart vehicle
* Fix menu CC
* Actors
* variable framerate
* Implement Actors vector
* Fix water & scrolling textures
* Finish ACoin
* Refactor finishline
* Refactor mtx to vector
* Fix refactored screen code bugs
* Fix playlist bug
* Switching courses working now
* Fix podium ceremony
* Mostly Fix Demo and Credits
* Credits Load Actors and Textures
* Fix credits
* Formatting
* Update lus and torch
* Fix water features
* Fix crabs
* Combine function
* Fix wheels
* Add Moon Jump Cheat
* Wheel Change
* Fix smoke due to wheel change
* Fix screens for wheels
* Fix transparency
* Fix staff ghost
* Fix lakitu transition widescreen
* Rename and export credits text
* Fixes
---------
Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/render_objects.h')
| -rw-r--r-- | src/render_objects.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/render_objects.h b/src/render_objects.h index 1c6ff370f..8dfcb12e3 100644 --- a/src/render_objects.h +++ b/src/render_objects.h @@ -9,7 +9,7 @@ extern "C" { #endif void func_80045738(u8*, u8*, s32, s32); -void func_80057114(s32); +void render_bomb_karts(s32); void func_800431B0(Vec3f, Vec3su, f32, Vtx*); void func_80043220(Vec3f, Vec3su, f32, Gfx*); void func_80043328(Vec3f, Vec3su, f32, Gfx*); @@ -350,7 +350,7 @@ void func_800534E8(s32); void render_object_thwomps_model(s32); void render_object_thwomps(s32); void func_80053D74(s32, s32, s32); -void func_80053E6C(s32); +void render_balloons_grand_prix(s32); void render_object_train_smoke_particle(s32, s32); void render_object_trains_smoke_particles(s32); @@ -396,11 +396,11 @@ void func_8005669C(s32, s32, s32); void func_800569F4(s32); void func_80056A40(s32, s32); void func_80056A94(s32); -void render_object_bomb_kart(s32); +void render_battle_bomb_karts(s32); void func_80056E24(s32, Vec3f); void func_80056FCC(s32); -void func_80057114(s32); +void render_bomb_karts(s32); void func_8005762C(s32*, s32*, s32, u32); void func_80057330(void); void func_80057338(void); |
