mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-09 00:00:44 +00:00
Reduce overlay dependencies on global.h (7) (#2472)
* z64env_flags, z64quest_hint_commands * z64cutscene_spline, z64save.h moved from z64.h * bss * pr suggestion * bss * suggestions
This commit is contained in:
parent
137e178790
commit
652478c338
294 changed files with 688 additions and 197 deletions
|
@ -515,6 +515,14 @@ typedef struct CutsceneContext {
|
|||
/* 0x28 */ CsCmdActorCue* actorCues[10]; // "npcdemopnt"
|
||||
} CutsceneContext; // size = 0x50
|
||||
|
||||
extern u8 gUseCutsceneCam;
|
||||
extern u16 D_8015FCCC;
|
||||
extern char D_8015FCD0[20];
|
||||
extern u8 D_8015FCE4;
|
||||
extern u16 gCamAtSplinePointsAppliedFrame;
|
||||
extern u16 gCamEyePointAppliedFrame;
|
||||
extern u16 gCamAtPointAppliedFrame;
|
||||
|
||||
void Cutscene_InitContext(struct PlayState* play, CutsceneContext* csCtx);
|
||||
void Cutscene_StartManual(struct PlayState* play, CutsceneContext* csCtx);
|
||||
void Cutscene_StopManual(struct PlayState* play, CutsceneContext* csCtx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue