diff options
Diffstat (limited to 'maps/PokeCenter2F.asm')
-rw-r--r-- | maps/PokeCenter2F.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/PokeCenter2F.asm b/maps/PokeCenter2F.asm index 1684dce98..b5596bb9c 100644 --- a/maps/PokeCenter2F.asm +++ b/maps/PokeCenter2F.asm @@ -91,7 +91,7 @@ LinkReceptionistScript_Trade: writetext Text_PleaseWait special Special_CheckLinkTimeout iffalse .LinkTimedOut - copybytetovar wcf51 + copybytetovar wOtherPlayerLinkMode iffalse .LinkedToFirstGen special Special_CheckBothSelectedSameRoom iffalse .IncompatibleRooms @@ -193,7 +193,7 @@ LinkReceptionistScript_Battle: writetext Text_PleaseWait special Special_CheckLinkTimeout iffalse .LinkTimedOut - copybytetovar wcf51 + copybytetovar wOtherPlayerLinkMode iffalse .LinkedToFirstGen special Special_CheckBothSelectedSameRoom iffalse .IncompatibleRooms @@ -320,7 +320,7 @@ LinkReceptionistScript_TimeCapsule: writetext Text_PleaseWait special Special_CheckLinkTimeout iffalse .LinkTimedOut - copybytetovar wcf51 + copybytetovar wOtherPlayerLinkMode iffalse .OK special Special_CheckBothSelectedSameRoom writetext Text_IncompatibleRooms |