mirror of https://github.com/pret/pokeemerald.git
Changed the var that the check uses to avoid breaking Quiz Lady (and probably some other issues)
parent
f9906685e1
commit
c20e8650dd
|
@ -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
|
||||
+
|
||||
|
|
Loading…
Reference in New Issue