mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-08-19 22:22:07 -04:00
[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>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user