summaryrefslogtreecommitdiff
path: root/maps
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-10-23 13:36:54 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-10-23 13:36:54 -0400
commit7991db972b5892c36a7b004404c16f28f6b65bad (patch)
tree7af3bf584be7e664dcd883c186f0b93c783c832c /maps
parent8a73bb9ab2ed8dd7ee7d5583efd5a7488687c29c (diff)
Identify some more link.asm labels (syncing to pokegold)
Diffstat (limited to 'maps')
-rw-r--r--maps/Pokecenter2F.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/Pokecenter2F.asm b/maps/Pokecenter2F.asm
index f7a65b4d9..744691971 100644
--- a/maps/Pokecenter2F.asm
+++ b/maps/Pokecenter2F.asm
@@ -91,7 +91,7 @@ LinkReceptionistScript_Trade:
special TryQuickSave
iffalse .DidNotSave
writetext Text_PleaseWait
- special CheckLinkTimeout
+ special CheckLinkTimeout_Receptionist
iffalse .LinkTimedOut
readmem wOtherPlayerLinkMode
iffalse .LinkedToFirstGen
@@ -193,7 +193,7 @@ LinkReceptionistScript_Battle:
special TryQuickSave
iffalse .DidNotSave
writetext Text_PleaseWait
- special CheckLinkTimeout
+ special CheckLinkTimeout_Receptionist
iffalse .LinkTimedOut
readmem wOtherPlayerLinkMode
iffalse .LinkedToFirstGen
@@ -320,7 +320,7 @@ LinkReceptionistScript_TimeCapsule:
special TryQuickSave
iffalse .DidNotSave
writetext Text_PleaseWait
- special CheckLinkTimeout
+ special CheckLinkTimeout_Receptionist
iffalse .LinkTimedOut
readmem wOtherPlayerLinkMode
iffalse .OK