Rename EVENTCHKINF_69 (#2330)

* Rename EVENTCHKINF_69

* Rename CS flag
This commit is contained in:
Jordan Longstaff
2024-12-11 05:51:51 -05:00
committed by GitHub
parent b01b20697e
commit c780c4e147
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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;
}