Label TryRecordMixLinkup
This commit is contained in:
@@ -525,7 +525,7 @@ CableClub_EventScript_RecordCorner:: @ 82771DB
|
|||||||
goto_if_eq CableClub_EventScript_AbortLink
|
goto_if_eq CableClub_EventScript_AbortLink
|
||||||
message gText_PleaseWaitForLink
|
message gText_PleaseWaitForLink
|
||||||
waitmessage
|
waitmessage
|
||||||
special sub_80B2E74
|
special TryRecordMixLinkup
|
||||||
waitstate
|
waitstate
|
||||||
special sub_80B2EA8
|
special sub_80B2EA8
|
||||||
waitstate
|
waitstate
|
||||||
|
|||||||
+1
-1
@@ -38,7 +38,7 @@ gSpecials:: @ 81DBA64
|
|||||||
def_special RecordMixingPlayerSpotTriggered
|
def_special RecordMixingPlayerSpotTriggered
|
||||||
def_special TryBattleLinkup
|
def_special TryBattleLinkup
|
||||||
def_special TryTradeLinkup
|
def_special TryTradeLinkup
|
||||||
def_special sub_80B2E74
|
def_special TryRecordMixLinkup
|
||||||
def_special sub_80B2EA8
|
def_special sub_80B2EA8
|
||||||
def_special CloseLink
|
def_special CloseLink
|
||||||
def_special ColosseumPlayerSpotTriggered
|
def_special ColosseumPlayerSpotTriggered
|
||||||
|
|||||||
+1
-1
@@ -592,7 +592,7 @@ void TryTradeLinkup(void)
|
|||||||
sub_80B236C(2, 2);
|
sub_80B236C(2, 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
void sub_80B2E74(void)
|
void TryRecordMixLinkup(void)
|
||||||
{
|
{
|
||||||
gSpecialVar_Result = 0;
|
gSpecialVar_Result = 0;
|
||||||
gLinkType = LINKTYPE_0x3311;
|
gLinkType = LINKTYPE_0x3311;
|
||||||
|
|||||||
Reference in New Issue
Block a user