diff options
author | Kurausukun <lord.uber1@gmail.com> | 2021-03-18 20:35:39 -0400 |
---|---|---|
committer | Kurausukun <lord.uber1@gmail.com> | 2021-03-18 20:35:39 -0400 |
commit | 5b910a11b4f6d548b6643455ccb806c0e60f48a2 (patch) | |
tree | bea547b268a02c5645583ec28dd3601fe8f1ea50 /src/main.c | |
parent | 8eafe1fd4ed98ff0ff2256a36487ccc283ac5136 (diff) |
port miscellaneous fr documentation
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c index 278b93542..75861a3ac 100644 --- a/src/main.c +++ b/src/main.c @@ -132,7 +132,7 @@ void AgbMain() DoSoftReset(); } - if (sub_8087634() == 1) + if (Overworld_SendKeysToLinkIsRunning() == 1) { gLinkTransferringData = TRUE; UpdateLinkAndCallCallbacks(); @@ -143,7 +143,7 @@ void AgbMain() gLinkTransferringData = FALSE; UpdateLinkAndCallCallbacks(); - if (sub_80875C8() == 1) + if (Overworld_RecvKeysFromLinkIsRunning() == 1) { gMain.newKeys = 0; ClearSpriteCopyRequests(); |