diff options
| author | Yanis <35189056+Yanis002@users.noreply.github.com> | 2024-12-16 13:12:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-16 07:12:44 -0500 |
| commit | 34c1b41780e3190dd4993e95a5450281e67cc04f (patch) | |
| tree | 26cf55c8b55dde8540c5e41c34aa4b504b694a93 /src/code | |
| parent | 15ed6585477ab909f18e038639b6488536f67eb6 (diff) | |
Name cutscenes from the Master Sword and Deku Tree Mouth actors (#2364)
* name cs from master sword & deku tree actors
* review 1
* review 2
* choice declined/accepted renames
* review 3
* updated comment about the ms reveal flag
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/z_demo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_demo.c b/src/code/z_demo.c index 60c81ed83..6e35b8255 100644 --- a/src/code/z_demo.c +++ b/src/code/z_demo.c @@ -734,7 +734,7 @@ void CutsceneCmd_Destination(PlayState* play, CutsceneContext* csCtx, CsCmdDesti case CS_DEST_TEMPLE_OF_TIME_AFTER_LIGHT_MEDALLION: #if DEBUG_FEATURES - SET_EVENTCHKINF(EVENTCHKINF_WATCHED_SHEIK_AFTER_MASTER_SWORD_CS); + SET_EVENTCHKINF(EVENTCHKINF_REVEALED_MASTER_SWORD); #endif play->nextEntranceIndex = ENTR_TEMPLE_OF_TIME_4; play->transitionTrigger = TRANS_TRIGGER_START; @@ -905,7 +905,7 @@ void CutsceneCmd_Destination(PlayState* play, CutsceneContext* csCtx, CsCmdDesti case CS_DEST_TEMPLE_OF_TIME_AFTER_LIGHT_MEDALLION_ALT: #if DEBUG_FEATURES - SET_EVENTCHKINF(EVENTCHKINF_WATCHED_SHEIK_AFTER_MASTER_SWORD_CS); + SET_EVENTCHKINF(EVENTCHKINF_REVEALED_MASTER_SWORD); #endif play->nextEntranceIndex = ENTR_TEMPLE_OF_TIME_4; play->transitionTrigger = TRANS_TRIGGER_START; |
