diff options
| author | Jordan Longstaff <JordanLongstaff@users.noreply.github.com> | 2024-12-11 05:51:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-11 05:51:51 -0500 |
| commit | c780c4e147ddeb56c59fa44e2d9ccc7d9fbc00b8 (patch) | |
| tree | c76d9e85e77440b3c4f7301a443881090a943044 /src/code/z_scene_table.c | |
| parent | b01b20697e11c6b9c3b285ac045f1d7f49da3122 (diff) | |
Rename EVENTCHKINF_69 (#2330)
* Rename EVENTCHKINF_69
* Rename CS flag
Diffstat (limited to 'src/code/z_scene_table.c')
| -rw-r--r-- | src/code/z_scene_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_scene_table.c b/src/code/z_scene_table.c index a64932f42..a6a08ccd1 100644 --- a/src/code/z_scene_table.c +++ b/src/code/z_scene_table.c @@ -1226,7 +1226,7 @@ void Scene_DrawConfigLakeHylia(PlayState* play) { OPEN_DISPS(play->state.gfxCtx, "../z_scene_table.c", 7058); - if (IS_CUTSCENE_LAYER || (LINK_IS_ADULT && !GET_EVENTCHKINF(EVENTCHKINF_69))) { + if (IS_CUTSCENE_LAYER || (LINK_IS_ADULT && !GET_EVENTCHKINF(EVENTCHKINF_RESTORED_LAKE_HYLIA))) { play->roomCtx.drawParams[0] = 87; } |
