diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2023-09-12 19:43:54 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-12 19:43:54 -0600 |
| commit | 4ee09e005ff4b1cdccfcbbc61da87ac9391e50c2 (patch) | |
| tree | 4ff0961e974acc0fd3fc60132b4289f4dfdbe2f1 /src/staff_ghosts.c | |
| parent | f20221fab6357123d10d62a0b5e19a0924c0aafe (diff) | |
Import bss for audio and elsewhere (#416)
Diffstat (limited to 'src/staff_ghosts.c')
| -rw-r--r-- | src/staff_ghosts.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/staff_ghosts.c b/src/staff_ghosts.c index 6d67e9336..e152d7fc8 100644 --- a/src/staff_ghosts.c +++ b/src/staff_ghosts.c @@ -4,6 +4,7 @@ #include <common_structs.h> #include <defines.h> #include <functions.h> +#include "main.h" #include "code_800029B0.h" #include "framebuffers.h" #include "code_800B45E0.h" @@ -60,21 +61,9 @@ u32 *D_800DC714 = (u32 *) &D_802BFB80[1][1][3]; extern u8 _kart_texturesSegmentRomStart; -extern s16 gCurrentCourseId; -extern s32 gModeSelection; -extern s32 gActiveScreenMode; extern s32 gLapCountByPlayerId[]; extern s32 D_8018CA78; -extern Player *gPlayerOne; -extern Player* gPlayerTwo; -extern Player *gPlayerThree; - -extern struct Controller *gControllerSix; -extern struct Controller *gControllerSeven; -extern struct Controller *gControllerEight; -extern struct Controller *gControllerOne; - extern StaffGhost *d_mario_raceway_staff_ghost; extern StaffGhost *d_royal_raceway_staff_ghost; extern StaffGhost *d_luigi_raceway_staff_ghost; |
