summaryrefslogtreecommitdiff
path: root/src/code_80057C60.c
diff options
context:
space:
mode:
authorMegaMech <inkstudios1@hotmail.com>2024-12-16 16:42:17 -0700
committerMegaMech <inkstudios1@hotmail.com>2024-12-16 16:42:17 -0700
commit60014ec46695fb964a685d6a17d5fc63e02ab7b8 (patch)
tree7b7f58cb395ce42008c5e08d30d43eff2de0743d /src/code_80057C60.c
parent7f22f75db7fa7a1b2149bc953d2a159c52bc5e8b (diff)
More changes
Diffstat (limited to 'src/code_80057C60.c')
-rw-r--r--src/code_80057C60.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/code_80057C60.c b/src/code_80057C60.c
index ee82cd511..cab096140 100644
--- a/src/code_80057C60.c
+++ b/src/code_80057C60.c
@@ -561,10 +561,10 @@ void render_object_p1(void) {
CourseManager_DrawBombKarts(PLAYER_ONE);
//render_bomb_karts_wrap(PLAYER_ONE);
if (gGamestate == ENDING) {
- func_80055F48(PLAYER_ONE);
- func_80056160(PLAYER_ONE);
- func_8005217C(PLAYER_ONE);
- func_80054BE8(PLAYER_ONE);
+ //func_80055F48(PLAYER_ONE);
+ //func_80056160(PLAYER_ONE);
+ //func_8005217C(PLAYER_ONE);
+ //func_80054BE8(PLAYER_ONE);
return;
}
if (!gDemoMode) {
@@ -1424,9 +1424,9 @@ void func_8005A070(void) {
if (gIsGamePaused == false) {
func_8005C728();
if (gGamestate == ENDING) {
- func_80086604();
- func_80086D80();
- update_cheep_cheep(1);
+ //func_80086604();
+ //func_80086D80();
+ //update_cheep_cheep(1);
func_80077640();
} else if (gGamestate == CREDITS_SEQUENCE) {
func_80059820(PLAYER_ONE);