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
|
```diff
|
||||||
CableClub_OnResume:
|
CableClub_OnResume:
|
||||||
+ specialvar VAR_RESULT, IsWirelessAdapterConnected
|
+ specialvar VAR_0x8001, IsWirelessAdapterConnected
|
||||||
+ goto_if_eq VAR_RESULT, FALSE, CableClub_OnResume_DisableUnionRoomNurseText
|
+ goto_if_eq VAR_0x8001, FALSE, CableClub_OnResume_DisableUnionRoomNurseText
|
||||||
special InitUnionRoom
|
special InitUnionRoom
|
||||||
end
|
end
|
||||||
+
|
+
|
||||||
|
|
Loading…
Reference in New Issue