1 to true
This commit is contained in:
+2
-2
@@ -132,7 +132,7 @@ void AgbMain()
|
|||||||
DoSoftReset();
|
DoSoftReset();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Overworld_SendKeysToLinkIsRunning() == 1)
|
if (Overworld_SendKeysToLinkIsRunning() == TRUE)
|
||||||
{
|
{
|
||||||
gLinkTransferringData = TRUE;
|
gLinkTransferringData = TRUE;
|
||||||
UpdateLinkAndCallCallbacks();
|
UpdateLinkAndCallCallbacks();
|
||||||
@@ -143,7 +143,7 @@ void AgbMain()
|
|||||||
gLinkTransferringData = FALSE;
|
gLinkTransferringData = FALSE;
|
||||||
UpdateLinkAndCallCallbacks();
|
UpdateLinkAndCallCallbacks();
|
||||||
|
|
||||||
if (Overworld_RecvKeysFromLinkIsRunning() == 1)
|
if (Overworld_RecvKeysFromLinkIsRunning() == TRUE)
|
||||||
{
|
{
|
||||||
gMain.newKeys = 0;
|
gMain.newKeys = 0;
|
||||||
ClearSpriteCopyRequests();
|
ClearSpriteCopyRequests();
|
||||||
|
|||||||
Reference in New Issue
Block a user