From c20e8650dd9cc01ee1f787e4c45647b141aa18ce Mon Sep 17 00:00:00 2001 From: Jaizu Date: Fri, 20 Oct 2023 15:48:47 +0200 Subject: [PATCH] Changed the var that the check uses to avoid breaking Quiz Lady (and probably some other issues) --- Disabling-Union-Room-check-when-entering-Pokémon-Centers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Disabling-Union-Room-check-when-entering-Pokémon-Centers.md b/Disabling-Union-Room-check-when-entering-Pokémon-Centers.md index 61abb13..bed120f 100644 --- a/Disabling-Union-Room-check-when-entering-Pokémon-Centers.md +++ b/Disabling-Union-Room-check-when-entering-Pokémon-Centers.md @@ -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 +