diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-23 16:04:53 -0500 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-23 16:04:53 -0500 |
| commit | d972564175bcee324877f1e016fafd349c50e7d3 (patch) | |
| tree | 7a4368ba654bd78ec2fd0b4456afa9fb2a88fead /maps | |
| parent | 0dc5ae04b82143b1cbff50a9d25ebe21326305ae (diff) | |
link and seer labels
Diffstat (limited to 'maps')
| -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 |
