diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2024-03-04 17:02:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-04 09:02:45 -0700 |
| commit | f99e242d97602a67ddcb107627f56effc4afd065 (patch) | |
| tree | 0859f2747159d82cc57f79495d6df30198819715 /src/ending/code_80281C40.c | |
| parent | 1aa6824d3340fc6fb6eca917f8c3ed7c9259af06 (diff) | |
Document render/update objects (#565)
* Document objects related code.
* Including render/update objects code
* Various renamings
Diffstat (limited to 'src/ending/code_80281C40.c')
| -rw-r--r-- | src/ending/code_80281C40.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ending/code_80281C40.c b/src/ending/code_80281C40.c index 19312c7ad..aa36464f1 100644 --- a/src/ending/code_80281C40.c +++ b/src/ending/code_80281C40.c @@ -6,13 +6,14 @@ #include "main.h" #include "math_util.h" #include "skybox_and_splitscreen.h" -#include "hud_renderer.h" +#include "render_objects.h" #include "code_80057C60.h" #include "code_80091750.h" #include "podium_ceremony_actors.h" #include "ceremony_and_credits.h" #include "podium_ceremony_actors.h" #include "render_player.h" +#include "defines.h" struct UnkStruct80287560 { s16 unk0; @@ -79,7 +80,7 @@ void func_80281D00(void) { render_players_on_screen_one(); gSPDisplayList(gDisplayListHead++, VIRTUAL_TO_PHYSICAL2(&D_80284EE0)); update_actors_loop(); - func_80058090(0); + render_object(PLAYER_ONE+SCREEN_MODE_1P); func_80021B0C(); gSPDisplayList(gDisplayListHead++, VIRTUAL_TO_PHYSICAL2(&D_80284EE0)); func_80093F10(); |
