mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
* Tweaks to warp point * wait for console logo exit --------- Co-authored-by: Archez <Archez@users.noreply.github.com>
20 lines
405 B
C
20 lines
405 B
C
#ifndef CUTSCENES_H
|
|
#define CUTSCENES_H
|
|
|
|
void RegisterCutscenes();
|
|
|
|
// MiscInteractions
|
|
void RegisterSkipDekuSalesman();
|
|
void RegisterSkipScarecrowDance();
|
|
void RegisterSkipTatlInterrupts();
|
|
|
|
// StoryCutscenes
|
|
void RegisterSkipClockTowerOpen();
|
|
|
|
void RegisterHideTitleCards();
|
|
void RegisterSkipEntranceCutscenes();
|
|
void RegisterSkipIntroSequence();
|
|
void RegisterSkipToFileSelect();
|
|
|
|
#endif // CUTSCENES_H
|