mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-27 13:53:52 +01:00
1 to true
This commit is contained in:
parent
0691632ac6
commit
79a8eb481f
@ -132,7 +132,7 @@ void AgbMain()
|
||||
DoSoftReset();
|
||||
}
|
||||
|
||||
if (Overworld_SendKeysToLinkIsRunning() == 1)
|
||||
if (Overworld_SendKeysToLinkIsRunning() == TRUE)
|
||||
{
|
||||
gLinkTransferringData = TRUE;
|
||||
UpdateLinkAndCallCallbacks();
|
||||
@ -143,7 +143,7 @@ void AgbMain()
|
||||
gLinkTransferringData = FALSE;
|
||||
UpdateLinkAndCallCallbacks();
|
||||
|
||||
if (Overworld_RecvKeysFromLinkIsRunning() == 1)
|
||||
if (Overworld_RecvKeysFromLinkIsRunning() == TRUE)
|
||||
{
|
||||
gMain.newKeys = 0;
|
||||
ClearSpriteCopyRequests();
|
||||
|
Loading…
x
Reference in New Issue
Block a user