diff options
| author | Yanis42 <35189056+Yanis42@users.noreply.github.com> | 2023-10-08 21:27:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-08 15:27:57 -0400 |
| commit | 338e35f89afc905399ad90c952d154ae7b20bf75 (patch) | |
| tree | 46bdbf3fc8f41b42454e3f68c38f281824b552f9 /ZAPD/ZRoom/ZRoom.cpp | |
| parent | c7dd81e67783a93e728e5662dfe0c8732d79ce59 (diff) | |
Update OoT and MM's cutscene names (#303)
* progress
* fixed non-matching issues
* moved the enums to their own file & improvements
* format
* split MM and OoT
* more cleanup
* initial MM update
* MM improvements
* format
* class/function name update
* reduce the amount of zeroes (match)
* enum rename
* format
* removed hardcoded enums for OoT
* review 1
* remove mm hardcoded enums
* format
* ActorCutscene -> CutsceneEntry
CutsceneEntry -> CutsceneScriptEntry
* format
* some changes in (actor) cutsceneentry
* config "CutsceneEnumData" -> "EnumData"
* add ``else if``s inside ``ConfigFunc_EnumData``
* more ``else if``s
* removed reference in ``~CutsceneCommand``
Diffstat (limited to 'ZAPD/ZRoom/ZRoom.cpp')
| -rw-r--r-- | ZAPD/ZRoom/ZRoom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/ZRoom/ZRoom.cpp b/ZAPD/ZRoom/ZRoom.cpp index a28ea7b..f38c4d4 100644 --- a/ZAPD/ZRoom/ZRoom.cpp +++ b/ZAPD/ZRoom/ZRoom.cpp @@ -6,7 +6,7 @@ #include <string_view> #include "Commands/EndMarker.h" -#include "Commands/SetActorCutsceneList.h" +#include "Commands/SetCutsceneEntryList.h" #include "Commands/SetActorList.h" #include "Commands/SetAlternateHeaders.h" #include "Commands/SetAnimatedMaterialList.h" |
