Changed the var that the check uses to avoid breaking Quiz Lady (and probably some other issues)

Jaizu 2023-10-20 15:48:47 +02:00
parent f9906685e1
commit c20e8650dd
1 changed files with 2 additions and 2 deletions

@ -8,8 +8,8 @@ Go to [data/scripts/cable_club.inc](../../blob/master/data/scripts/cable_club.in
```diff
CableClub_OnResume:
+ specialvar VAR_RESULT, IsWirelessAdapterConnected
+ goto_if_eq VAR_RESULT, FALSE, CableClub_OnResume_DisableUnionRoomNurseText
+ specialvar VAR_0x8001, IsWirelessAdapterConnected
+ goto_if_eq VAR_0x8001, FALSE, CableClub_OnResume_DisableUnionRoomNurseText
special InitUnionRoom
end
+