fix: rando door of time enum usage (#2032)

This commit is contained in:
briaguya 2022-11-28 16:41:33 -05:00 committed by GitHub
parent 97e612b921
commit 0424c5aaf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 11 deletions

View file

@ -399,7 +399,7 @@ void Sram_InitSave(FileChooseContext* fileChooseCtx) {
int doorOfTime = Randomizer_GetSettingValue(RSK_DOOR_OF_TIME);
switch (doorOfTime) {
case 0: // open
case RO_DOOROFTIME_OPEN:
gSaveContext.eventChkInf[4] |= 0x800;
break;
}