Implemented review changes from https://github.com/pret/pokefirered/pull/548
This commit is contained in:
@@ -315,7 +315,7 @@ static void Task_StaticCountdown_Run(u8 taskId)
|
||||
u16 packet[RFU_PACKET_SIZE];
|
||||
s16 *data = gTasks[taskId].data;
|
||||
|
||||
if (gReceivedRemoteLinkPlayers != 0)
|
||||
if (gReceivedRemoteLinkPlayers)
|
||||
{
|
||||
// Read link timer
|
||||
if (gRecvCmds[0][1] == LINKCMD_COUNTDOWN)
|
||||
|
||||
Reference in New Issue
Block a user