diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-12-04 11:20:07 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-04 11:20:07 -0700 |
| commit | c774537ad36116909a0b43ecd28609df4ef386a8 (patch) | |
| tree | 7be65a36bffc55d43c0931c1b25d3194461ef329 /src/code_80057C60.c | |
| parent | d830492da94f44369dac17db88461c0e9524ccd4 (diff) | |
| parent | eb158e2abd86579d3fa3c69436c3322cffd28d59 (diff) | |
Merge branch 'modding' into modding+modding+
Diffstat (limited to 'src/code_80057C60.c')
| -rw-r--r-- | src/code_80057C60.c | 2 |
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: |
