Fix portal problem in Skedar Ruins and WAR

This commit is contained in:
Ryan Dwyer
2022-10-30 13:25:23 +10:00
parent 301dfd8df6
commit a5b4d0017b
+7 -1
View File
@@ -7888,13 +7888,19 @@ void bgExecuteCommands(void)
bgCmdTryEnableRoom(0x48);
bgCmdTryEnableRoom(0x4e);
bgCmdDisableRoom(0x4f);
} else if (g_CamRoom == 0x49 || g_CamRoom == 0x4a) {
} else if (g_CamRoom == 0x49) {
bgCmdReset();
bgCmdTryEnableRoom(0x4c);
bgCmdTryEnableRoom(0x48);
bgCmdTryEnableRoom(0x4e);
bgCmdTryEnableRoom(0x4d);
bgCmdDisableRoom(0x4f);
} else if (g_CamRoom == 0x4a) {
bgCmdReset();
bgCmdTryEnableRoom(0x4c);
bgCmdTryEnableRoom(0x48);
bgCmdTryEnableRoom(0x4e);
bgCmdTryEnableRoom(0x4d);
} else if (g_CamRoom == 0x4f) {
bgCmdReset();
bgCmdTryEnableRoom(0x4e);