Skip to content

Commit

Permalink
Merge pull request HarbourMasters#182 from briaguya-ai/respect-closed…
Browse files Browse the repository at this point in the history
…-kak-gate

respect closed kak gate setting
  • Loading branch information
briaguya-ai authored Jun 24, 2022
2 parents e267838 + 580d3e3 commit 9ff445f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion soh/src/code/z_sram.c
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,6 @@ void Sram_InitSave(FileChooseContext* fileChooseCtx) {
// Set Cutscene flags to skip them
gSaveContext.eventChkInf[0xC] |= 0x10;
gSaveContext.eventChkInf[0xC] |= 0x20;
gSaveContext.eventChkInf[4] |= 0x20;
gSaveContext.eventChkInf[4] |= 0x8000;
gSaveContext.infTable[0] |= 1;
gSaveContext.cutsceneIndex = 0;
Expand Down

0 comments on commit 9ff445f

Please sign in to comment.