summaryrefslogtreecommitdiff
path: root/src/code_80057C60.c
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2024-12-04 11:20:07 -0700
committerGitHub <noreply@github.com>2024-12-04 11:20:07 -0700
commitc774537ad36116909a0b43ecd28609df4ef386a8 (patch)
tree7be65a36bffc55d43c0931c1b25d3194461ef329 /src/code_80057C60.c
parentd830492da94f44369dac17db88461c0e9524ccd4 (diff)
parenteb158e2abd86579d3fa3c69436c3322cffd28d59 (diff)
Merge branch 'modding' into modding+modding+
Diffstat (limited to 'src/code_80057C60.c')
-rw-r--r--src/code_80057C60.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/code_80057C60.c b/src/code_80057C60.c
index bc0000bd6..96cf3e171 100644
--- a/src/code_80057C60.c
+++ b/src/code_80057C60.c
@@ -703,6 +703,7 @@ void render_object_for_player(s32 cameraId) {
CourseManager_RenderCourseObjects(cameraId);
CourseManager_TrainSmokeDraw(cameraId);
CourseManager_DrawThwomps(cameraId);
+ CourseManager_DrawPenguins(cameraId);
// switch (gCurrentCourseId) {
// case COURSE_MARIO_RACEWAY:
@@ -1580,6 +1581,7 @@ void update_object(void) {
CourseManager_UpdateCourseObjects();
CourseManager_TrainSmokeTick();
+ CourseManager_TickPenguins();
// switch (gCurrentCourseId) {
// case COURSE_MARIO_RACEWAY: