Document old man batttle controller

This commit is contained in:
PikalaxALT
2021-03-15 14:27:50 -04:00
parent 67cdab24f8
commit 2f4f63afdb
44 changed files with 672 additions and 646 deletions
+2 -2
View File
@@ -163,7 +163,7 @@ void CB2_UnionRoomBattle(void)
}
else
{
Link_TryStartSend5FFF();
SetCloseLinkCallback();
if (gBlockRecvBuffer[GetMultiplayerId()][0] == (ACTIVITY_DECLINE | 0x40))
{
gMain.state = 6;
@@ -179,7 +179,7 @@ void CB2_UnionRoomBattle(void)
case 50:
if (!UpdatePaletteFade())
{
PrepareSendLinkCmd2FFE_or_RfuCmd6600();
SetLinkStandbyCallback();
gMain.state++;
}
break;