diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-03-29 18:53:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 18:53:26 -0400 |
commit | e8b6b4b65e3b53f5fcf83035b9f848c5ef6378bd (patch) | |
tree | f4b2b95ab5817efe5fda675741a6dfb9c40d1275 /src/main.c | |
parent | c40fb9288cf02f2cba1b72c7377d6272a0eef6f2 (diff) | |
parent | 102582a3dff87769379acca9d50fe29f6f41d337 (diff) |
Merge pull request #1383 from Kurausukun/fr_doc
Port Some Documentation from FR
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..3125716e2 100644 --- a/src/main.c +++ b/src/main.c @@ -132,7 +132,7 @@ void AgbMain() DoSoftReset(); } - if (sub_8087634() == 1) + if (Overworld_SendKeysToLinkIsRunning() == TRUE) { gLinkTransferringData = TRUE; UpdateLinkAndCallCallbacks(); @@ -143,7 +143,7 @@ void AgbMain() gLinkTransferringData = FALSE; UpdateLinkAndCallCallbacks(); - if (sub_80875C8() == 1) + if (Overworld_RecvKeysFromLinkIsRunning() == TRUE) { gMain.newKeys = 0; ClearSpriteCopyRequests(); |