diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-08-15 22:20:08 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-15 22:20:08 -0600 |
| commit | bd6e3d18e0b26f708defd1833bc063001703bba3 (patch) | |
| tree | a9e39dfa6104bac0d5f06ceb32cb38ef70abbf50 /src/code_80057C60.c | |
| parent | a4f53b018b00e598c44baebb1b63b543740f9217 (diff) | |
Courses (#54)
* valley
* beach
* sherbet & rainbow
* fix ceremony
* Fix parser for course displaylists
* Fix crash near end of ceremony
* Clean rock
---------
Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/code_80057C60.c')
| -rw-r--r-- | src/code_80057C60.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/code_80057C60.c b/src/code_80057C60.c index cb8649fc2..036689bf3 100644 --- a/src/code_80057C60.c +++ b/src/code_80057C60.c @@ -740,10 +740,10 @@ void render_object_for_player(s32 cameraId) { if (gGamestate != CREDITS_SEQUENCE) { if ((gPlayerCount == 1) || (gPlayerCount == 2)) { - render_object_seagulls(cameraId); + //render_object_seagulls(cameraId); } } else { - render_object_seagulls(cameraId); + //render_object_seagulls(cameraId); } break; case COURSE_ROYAL_RACEWAY: @@ -1637,12 +1637,12 @@ void update_object(void) { if (gGamestate != CREDITS_SEQUENCE) { func_800842C8(); } - update_penguins(); + //update_penguins(); break; case COURSE_RAINBOW_ROAD: if (gGamestate != CREDITS_SEQUENCE) { update_neon(); - update_chain_chomps(); + //update_chain_chomps(); } break; case COURSE_DK_JUNGLE: |
