summaryrefslogtreecommitdiff
path: root/src/code_80057C60.c
diff options
context:
space:
mode:
authorMegaMech <7255464+MegaMech@users.noreply.github.com>2024-12-04 11:18:57 -0700
committerMegaMech <7255464+MegaMech@users.noreply.github.com>2024-12-04 11:18:57 -0700
commitb0d7f98ff4a3ad3072b7119c63f5c1472b496d8a (patch)
treea3a086af5a318faf9aaf1f7f967686850b2eadce /src/code_80057C60.c
parent635556027af81c252cbf4a5cf8ea4b0b2f2e1581 (diff)
Reimplement penguins
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: