Rename TutorialExec

This commit is contained in:
gamemasterplc 2024-03-14 16:49:04 -05:00
parent 31ab3ea3cf
commit 6e972fb0d2
4 changed files with 4 additions and 4 deletions

View file

@ -84,7 +84,7 @@ void BoardCreate(void)
boardWork->scene = 0;
boardWork->dice = 0;
boardWork->msg = 0;
BoardTutorialHookSet(&TutorialExec);
BoardTutorialHookSet(TutorialHookExec);
HostCreate();
TutorialSprCreate();
tutorialDoneF = 0;

View file

@ -99,7 +99,7 @@ static TutorialScene sceneTbl[42] = {
{-1, NULL },
};
int TutorialExec(s16 arg0, s32 arg1) {
int TutorialHookExec(s16 arg0, s32 arg1) {
if (arg0 == 30) {
CloseTutorial();
return;