Matched board/roll

This commit is contained in:
mrshigure 2024-02-07 17:24:15 -08:00
parent a87aa31c6b
commit e6614c7eb5
7 changed files with 966 additions and 6 deletions

8
include/game/board/tutorial.h Executable file
View file

@ -0,0 +1,8 @@
#ifndef _BOARD_TUTORIAL_H
#define _BOARD_TUTORIAL_H
#include "dolphin/types.h"
extern s8 boardTutorialUseItem;
#endif