Some parameter updates

This commit is contained in:
PikalaxALT
2020-01-15 21:14:09 -05:00
parent 7721504a57
commit 0727b0ffd3
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -234,8 +234,8 @@ bool8 IsWirelessAdapterConnected(void)
sub_800B1F4();
sub_80F86F4();
sub_80FB128(1);
if (sub_80FD3A4() == 0x8001)
sub_80FB128(TRUE);
if (sub_80FD3A4() == RFU_ID)
{
rfu_REQ_stopMode();
rfu_waitREQComplete();
+1 -1
View File
@@ -221,7 +221,7 @@ void sub_80F86F4(void)
if (!rfu_initializeAPI(&gRfuAPIBuffer, sizeof gRfuAPIBuffer, gIntrTable + 1, TRUE))
{
gLinkType = 0;
sub_80FB128(0);
sub_80FB128(FALSE);
sub_80F85F8();
rfu_setTimerInterrupt(3, gIntrTable + 2);
}