mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-05-28 00:16:30 -04:00
10ae9a7970
* Complete matches in ceremony_and_credits * struct_D_802876D0 is the real CinematicCamera * Replaced a bunch of Camera pointer args with CinematicCamera pointers instead. Only a couple functions use plain Camera pointers * Moved some type definitions into the header file Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
32 lines
619 B
C
32 lines
619 B
C
#ifndef CODE_80280000_H
|
|
#define CODE_80280000_H
|
|
|
|
#include "common_structs.h"
|
|
|
|
/* Function Prototypes */
|
|
|
|
void func_80280000();
|
|
void func_80280038();
|
|
void func_80280268(s32 arg0);
|
|
void credits_loop();
|
|
void load_credits();
|
|
|
|
extern Gfx *gDisplayListHead;
|
|
|
|
extern f32 D_80150148, D_8015014C, D_80150150;
|
|
extern f32 D_80150130[4];
|
|
extern s16 gCreditsCourseId;
|
|
extern u16 D_80150112;
|
|
extern s16 D_80164AF0;
|
|
|
|
extern u16 gIsInQuitToMenuTransition, gQuitToMenuTransitionCounter;
|
|
extern s32 D_802874A0;
|
|
|
|
extern u16 D_80164714, D_80164716, D_80164718;
|
|
extern u16 D_800DC5E4;
|
|
extern u32 D_802874FC;
|
|
|
|
extern u16 D_800DC518;
|
|
|
|
#endif
|