data/link_rfu.s --> data/easy_chat_2.s

This commit is contained in:
PikalaxALT
2020-01-14 12:50:49 -05:00
parent 0d5f88f496
commit 5ef7bf7bf4
10 changed files with 681 additions and 1175 deletions
+1 -1
View File
@@ -984,7 +984,7 @@ u8 GetMultiplayerId(void)
{
if (gWirelessCommType == 1)
{
return rfu_get_multiplayer_id();
return LinkRfu_GetMultiplayerId();
}
return SIO_MULTI_CNT->id;
}