mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-11 14:08:37 -04:00
Fix portal problem in Skedar Ruins and WAR
This commit is contained in:
+7
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user