diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-06-08 00:45:06 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-06-08 15:24:25 -0400 |
commit | 35867f531bbcfaf360045160734a1ff09ce0f6d8 (patch) | |
tree | 91ab76846dd79dd2df56e49f309dcb56142ea767 /src/berry_blender.c | |
parent | c98342c9730175e57c0cf242292d5ccad61b471d (diff) |
Some link rfu cleanup / link.c documentation
Diffstat (limited to 'src/berry_blender.c')
-rw-r--r-- | src/berry_blender.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/berry_blender.c b/src/berry_blender.c index dfa378552..f999b750b 100644 --- a/src/berry_blender.c +++ b/src/berry_blender.c @@ -1246,7 +1246,7 @@ static void sub_8080018(void) if (++sBerryBlenderData->framesToWait > 20) { ClearDialogWindowAndFrameToTransparent(4, TRUE); - if (GetBlockReceivedStatus() == sub_800A9D8()) + if (GetBlockReceivedStatus() == GetLinkPlayerCountAsBitFlags()) { for (i = 0; i < GetLinkPlayerCount(); i++) { @@ -1664,7 +1664,7 @@ static void sub_80808D4(void) static void sub_8080DF8(void) { s32 i; - for (i = 0; i < 4; i++) + for (i = 0; i < CMD_LENGTH / 2; i++) { gSendCmd[0] = 0; gSendCmd[2] = 0; |