Rename TutorialExec
This commit is contained in:
parent
31ab3ea3cf
commit
6e972fb0d2
4 changed files with 4 additions and 4 deletions
|
|
@ -84,7 +84,7 @@ void BoardCreate(void)
|
|||
boardWork->scene = 0;
|
||||
boardWork->dice = 0;
|
||||
boardWork->msg = 0;
|
||||
BoardTutorialHookSet(&TutorialExec);
|
||||
BoardTutorialHookSet(TutorialHookExec);
|
||||
HostCreate();
|
||||
TutorialSprCreate();
|
||||
tutorialDoneF = 0;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue