mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
Label TryRecordMixLinkup
This commit is contained in:
parent
e736c2d2fd
commit
10220d3b76
@ -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
|
||||
|
@ -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
|
||||
|
@ -592,7 +592,7 @@ void TryTradeLinkup(void)
|
||||
sub_80B236C(2, 2);
|
||||
}
|
||||
|
||||
void sub_80B2E74(void)
|
||||
void TryRecordMixLinkup(void)
|
||||
{
|
||||
gSpecialVar_Result = 0;
|
||||
gLinkType = LINKTYPE_0x3311;
|
||||
|
Loading…
Reference in New Issue
Block a user