summaryrefslogtreecommitdiff
path: root/src/pokemon_jump_2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pokemon_jump_2.c')
-rw-r--r--src/pokemon_jump_2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pokemon_jump_2.c b/src/pokemon_jump_2.c
index a219459c1..a771b8fcc 100644
--- a/src/pokemon_jump_2.c
+++ b/src/pokemon_jump_2.c
@@ -1002,12 +1002,12 @@ static bool32 sub_814881C(void)
case 2:
if (sub_8149804())
{
- CreateTask(Task_SaveGame_UpdatedLinkRecords, 6);
+ CreateTask(Task_LinkSave, 6);
gUnknown_203F3D4->unk8++;
}
break;
case 3:
- if (!FuncIsActiveTask(Task_SaveGame_UpdatedLinkRecords))
+ if (!FuncIsActiveTask(Task_LinkSave))
{
sub_814A6CC();
gUnknown_203F3D4->unk8++;
@@ -1882,7 +1882,7 @@ static int sub_81497A8(void)
static bool32 sub_8149804(void)
{
- return !Rfu.unk_124.count && !Rfu.sendQueue.count;
+ return !Rfu.recvQueue.count && !Rfu.sendQueue.count;
}
static int sub_8149834(u8 *arg0)