diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2025-05-23 16:53:14 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-23 16:53:14 -0600 |
| commit | 2a0c0939c780babc45c8c22dfd6f94563485bae5 (patch) | |
| tree | 0a8f7d6a5a99452645260d53e778204327275deb /src/ending/code_80281780.c | |
| parent | 9363e3d77631b1028a765c075a00293bd20c9ba7 (diff) | |
Refactor World::Courses to unique_ptr (#211)
* wip course unique ptr
* Track unique_ptr : This probably compiles
* Finish impl Courses as unique_ptr
* Fix error
* Fixes
* More fixes
* Cleanup
* Remove old vars
---------
Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/ending/code_80281780.c')
| -rw-r--r-- | src/ending/code_80281780.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ending/code_80281780.c b/src/ending/code_80281780.c index 1085fb30c..83d75a63d 100644 --- a/src/ending/code_80281780.c +++ b/src/ending/code_80281780.c @@ -93,7 +93,7 @@ void setup_podium_ceremony(void) { Camera* camera = &cameras[0]; gCurrentCourseId = COURSE_ROYAL_RACEWAY; - SetCourseByClass(GetPodiumCeremony()); + SelectPodiumCeremony(); D_800DC5B4 = (u16) 1; gIsMirrorMode = 0; gGotoMenu = 0xFFFF; |
