pokeheartgold/include/voltorb_flip/voltorb_flip_internal.h
2022-12-31 15:44:27 +00:00

51 lines
3.0 KiB
C

#ifndef POKEHEARTGOLD_VOLTORB_FLIP_INTERNAL_H
#define POKEHEARTGOLD_VOLTORB_FLIP_INTERNAL_H
#include "voltorb_flip/voltorb_flip_workflow.h"
#include "voltorb_flip/voltorb_flip_work.h"
BOOL ov122_021E5BA8(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL ov122_021E5BE4(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL GenerateBoardAndPrintNewLevel(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL PrintYouCanEarnEvenMoreCoins(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL ov122_021E5D24(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL PrintPlayNewRound(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL ov122_021E5DB4(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL AwaitMainMenuSelection(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL PrintWhichSetOfInfo(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL ov122_021E5E34(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL AwaitGameInfoSelection(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL OpenHowToPlayScreen(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL PrintHowToPlayMsg(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL CloseTutorialScreen(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL OpenHintScreen(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL PrintHintMsg(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL CloseTutorialScreen(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL OpenAboutMemoScreen(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL PrintAboutMemoMsg(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL CloseTutorialScreen(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL RenderBoard(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL AwaitBoardInteraction(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL ov122_021E6008(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL PlaySuspensefulFanfare(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL StartCardFlipEffect(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL AwaitCardFlipAndResult(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL ov122_021E6358(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL PlayWinRoundFanfare(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL AwardCoins(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL ov122_021E64E8(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL ov122_021E6594(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL ov122_021E65F4(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL ov122_021E65FC(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL ov122_021E67E0(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL ov122_021E66CC(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL ov122_021E66FC(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL ov122_021E6700(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL ov122_021E67DC(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL PrintAreYouSureYouWantToQuit(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL ov122_021E6900(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL AwaitQuitYesNoSelection(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
BOOL ov122_021E69DC(WorkflowEngine *a0, VoltorbFlipAppWork *a1);
#endif //POKEHEARTGOLD_VOLTORB_FLIP_INTERNAL_H