diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-05 13:03:39 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-05 13:03:39 -0400 |
commit | ee6b3c1acf4805d6df72b291b8c0f79635e6341a (patch) | |
tree | f5fe722560069ddd64c78a13980a003889e56680 /src/pokemon_jump_2.c | |
parent | 9ed87063f1682488a809f95dd578dec37d916aad (diff) |
Sync berry crush from Emerald
Diffstat (limited to 'src/pokemon_jump_2.c')
-rw-r--r-- | src/pokemon_jump_2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokemon_jump_2.c b/src/pokemon_jump_2.c index a219459c1..2fe066da1 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++; |