Implement & link ac_quest_talk_island

This commit is contained in:
Cuyler36
2024-11-09 12:37:37 -05:00
parent 28dda101e3
commit ab629d5659
4 changed files with 1920 additions and 1 deletions
+2
View File
@@ -31,6 +31,8 @@ enum {
mISL_ISLAND_BLOCK_NUM
};
#define mISL_PLAYER_ACTION_NUM 32
#define mISL_PLAYER_ACTION_DIG_SCOOP (1 << 0)
#define mISL_PLAYER_ACTION_PLANT_FLOWER (1 << 1)
#define mISL_PLAYER_ACTION_CHANGE_FLAG (1 << 2)