Label TryRecordMixLinkup

This commit is contained in:
GriffinR 2020-01-08 15:46:49 -05:00 committed by huderlem
parent e736c2d2fd
commit 10220d3b76
3 changed files with 3 additions and 3 deletions

View File

@ -525,7 +525,7 @@ CableClub_EventScript_RecordCorner:: @ 82771DB
goto_if_eq CableClub_EventScript_AbortLink
message gText_PleaseWaitForLink
waitmessage
special sub_80B2E74
special TryRecordMixLinkup
waitstate
special sub_80B2EA8
waitstate

View File

@ -38,7 +38,7 @@ gSpecials:: @ 81DBA64
def_special RecordMixingPlayerSpotTriggered
def_special TryBattleLinkup
def_special TryTradeLinkup
def_special sub_80B2E74
def_special TryRecordMixLinkup
def_special sub_80B2EA8
def_special CloseLink
def_special ColosseumPlayerSpotTriggered

View File

@ -592,7 +592,7 @@ void TryTradeLinkup(void)
sub_80B236C(2, 2);
}
void sub_80B2E74(void)
void TryRecordMixLinkup(void)
{
gSpecialVar_Result = 0;
gLinkType = LINKTYPE_0x3311;