More Interp Fixes (#673)

* Update render_player.c

* Update render.inc.c

* Update render.inc.c

* Fix kart interp

* Remove feature

* Fix error
This commit is contained in:
MegaMech
2026-03-06 01:14:44 -07:00
committed by GitHub
parent 89cd738955
commit 25d49df90f
11 changed files with 139 additions and 283 deletions
-12
View File
@@ -7930,18 +7930,6 @@ void func_8001C14C(void) {
}
}
void render_bomb_karts_wrap(s32 cameraId) {
if (IsPodiumCeremony()) {
if (gBombKarts[0].waypointIndex >= 16) {
render_bomb_karts(PLAYER_FOUR);
}
} else {
if (gModeSelection == VERSUS) {
render_bomb_karts(cameraId);
}
}
}
UNUSED void func_8001C42C(void) {
if (D_800DDB20 == 0) {
if ((gControllerThree->buttonPressed & 0x20) != 0) {