summaryrefslogtreecommitdiff
path: root/ZAPD/GameConfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ZAPD/GameConfig.cpp')
-rw-r--r--ZAPD/GameConfig.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/ZAPD/GameConfig.cpp b/ZAPD/GameConfig.cpp
index 6c7dbd7..7990a60 100644
--- a/ZAPD/GameConfig.cpp
+++ b/ZAPD/GameConfig.cpp
@@ -214,6 +214,12 @@ void GameConfig::ConfigFunc_EnumData(const tinyxml2::XMLElement& element)
else if (enumKey == "naviQuestHintType")
enumData.naviQuestHintType[itemIndex] = itemID;
+ else if (enumKey == "ocarinaSongActionId")
+ enumData.ocarinaSongActionId[itemIndex] = itemID;
+
+ else if (enumKey == "seqId")
+ enumData.seqId[itemIndex] = itemID;
+
else if (enumKey == "playerCueId")
enumData.playerCueId[itemIndex] = itemID;