diff options
author | Elliot <50891022+libjet@users.noreply.github.com> | 2020-10-23 18:37:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-23 13:37:12 -0400 |
commit | 3c8bf3c01d3ecb3d253cbf4399f472c3a5ae4f99 (patch) | |
tree | 957266a37612bfdc17d98bfb9f4ef59905c28374 /data | |
parent | d234a5ee3d4772212296131dd392e1faf3db4250 (diff) |
Name symbols in link.asm (#63)
Identify remaining link.asm labels
Diffstat (limited to 'data')
-rw-r--r-- | data/events/special_pointers.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/events/special_pointers.asm b/data/events/special_pointers.asm index b7e4d213..c2a625fe 100644 --- a/data/events/special_pointers.asm +++ b/data/events/special_pointers.asm @@ -17,7 +17,7 @@ SpecialsPointers:: ; Communications add_special SetBitsForLinkTradeRequest add_special WaitForLinkedFriend - add_special CheckLinkTimeout + add_special CheckLinkTimeout_Receptionist add_special TryQuickSave add_special CheckBothSelectedSameRoom add_special FailedLinkToPast |