summaryrefslogtreecommitdiff
path: root/src/code_80057C60.c
diff options
context:
space:
mode:
authorcoco875 <59367621+coco875@users.noreply.github.com>2024-08-23 01:53:05 +0200
committerGitHub <noreply@github.com>2024-08-22 17:53:05 -0600
commit3781ce2830a143df855003b65fe069d2e26215d9 (patch)
tree61ce31de6afb86fdb1722ceba15c2fa68b70d3c8 /src/code_80057C60.c
parent80549609488498423c93500227e5b58dfca89731 (diff)
fix animation (#60)
* fix animation * Update update_objects.c
Diffstat (limited to 'src/code_80057C60.c')
-rw-r--r--src/code_80057C60.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/code_80057C60.c b/src/code_80057C60.c
index 036689bf3..cb8649fc2 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: