mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-09 16:30:19 +00:00
ZAPD Update (#1605)
* git subrepo pull --force tools/ZAPD subrepo: subdir: "tools/ZAPD" merged: "2b6f459b9" upstream: origin: "https://github.com/zeldaret/ZAPD.git" branch: "master" commit: "2b6f459b9" git-subrepo: version: "0.4.6" origin: "???" commit: "???" * Update ZAPD Co-authored-by: Yanis42 <35189056+Yanis42@users.noreply.github.com> --------- Co-authored-by: Yanis42 <35189056+Yanis42@users.noreply.github.com>
This commit is contained in:
parent
dcab429bf2
commit
c1a499c3ae
7 changed files with 270 additions and 61 deletions
|
@ -31,10 +31,13 @@ public:
|
|||
std::map<uint16_t, std::string> fadeOutSeqPlayer;
|
||||
std::map<uint16_t, std::string> transitionType;
|
||||
std::map<uint16_t, std::string> naviQuestHintType;
|
||||
std::map<uint16_t, std::string> ocarinaSongActionId;
|
||||
std::map<uint16_t, std::string> seqId;
|
||||
|
||||
// OoT
|
||||
std::map<uint16_t, std::string> textType;
|
||||
std::map<uint16_t, std::string> destination;
|
||||
std::map<uint16_t, std::string> playerCueId;
|
||||
|
||||
// MM
|
||||
std::map<uint16_t, std::string> modifySeqType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue