mirror of
https://github.com/FireEmblemUniverse/fireemblem8u.git
synced 2024-11-23 21:29:41 +00:00
54 lines
1.7 KiB
C
54 lines
1.7 KiB
C
#ifndef GUARD_OP_INFO_H
|
|
#define GUARD_OP_INFO_H
|
|
|
|
// ??? ClassReel_Init(???);
|
|
// ??? ClassReel_ButtonPress_GoToTitle(???);
|
|
// ??? sub_80B2904(???);
|
|
// ??? sub_80B2988(???);
|
|
// ??? SetClassReelMode(???);
|
|
// ??? ClassReel_FadeOutBGM(???);
|
|
// ??? ClassReel_OnEnd(???);
|
|
void StartClassReel(u8 classSet, ProcPtr parent);
|
|
// ??? sub_80B2A14(???);
|
|
// ??? ClassIntro_Init(???);
|
|
// ??? sub_80B2DF0(???);
|
|
// ??? ClassIntro_LoopIn(???);
|
|
// ??? ClassIntro_LoopOut(???);
|
|
// ??? ClassIntro_DisableAllExceptBg1(???);
|
|
// ??? ClassIntro_OnEnd(???);
|
|
// ??? StartClassNameIntro(???);
|
|
// ??? ClassIntroLetter_Init(???);
|
|
// ??? ClassIntroLetter_LoopFadeIn(???);
|
|
// ??? ClassIntroLetter_LoopDisplay(???);
|
|
// ??? ClassIntroLetter_LoopFadeOut(???);
|
|
// ??? StartClassNameIntroLetter(???);
|
|
// ??? sub_80B307C(???);
|
|
// ??? ClassIntroIcon_Init(???);
|
|
// ??? sub_80B30FC(???);
|
|
// ??? ClassIntroIcon_LoopFadeIn(???);
|
|
// ??? ClassIntroIcon_LoopDisplay(???);
|
|
// ??? ClassIntroIcon_LoopFadeOut(???);
|
|
// ??? StartClassNameIntroIcon(???);
|
|
// ??? ClassIntroFlare_Init(???);
|
|
// ??? ClassIntroFlare_Loop(???);
|
|
// ??? ClassIntroBurst_Init(???);
|
|
// ??? PutClassIntroBurstSprites(???);
|
|
// ??? ClassIntroBurst_Loop(???);
|
|
// ??? sub_80B369C(???);
|
|
// ??? sub_80B36E0(???);
|
|
// ??? sub_80B3740(???);
|
|
// ??? ClassInfoDisplay_Init(???);
|
|
// ??? sub_80B3C14(???);
|
|
// ??? ClassInfoDisplay_LoopWindowIn(???);
|
|
// ??? ClassInfoDisplay_ExecScript(???);
|
|
// ??? ClassInfoDisplay_LoopScript(???);
|
|
// ??? ClassInfoDisplay_OnEnd(???);
|
|
// ??? StartClassAnimDisplay(???);
|
|
// ??? ClassStatsDisplay_Init(???);
|
|
// ??? ClassStatsDisplay_Loop(???);
|
|
// ??? StartClassStatsDisplay(???);
|
|
// ??? sub_80B40E4(???);
|
|
// ??? GetClassReelEntry(???);
|
|
|
|
#endif // GUARD_OP_INFO_H
|