summaryrefslogtreecommitdiff
path: root/src/pokemon_jump.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-11-13 23:19:57 -0500
committerGitHub <noreply@github.com>2021-11-13 23:19:57 -0500
commit159bb37bbe9d960f0d2a3da9736e1be5eefb8290 (patch)
tree44e6d447e57941a77623253884304c3174b72886 /src/pokemon_jump.c
parent9d3345a6d69c38bf31014df69c52583c877eed24 (diff)
parent9a932cd9c3089c03adada30ace4c79a84bf73cf0 (diff)
Merge branch 'master' into fix_saveblock_reorder
Diffstat (limited to 'src/pokemon_jump.c')
-rwxr-xr-xsrc/pokemon_jump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokemon_jump.c b/src/pokemon_jump.c
index 85acb2fee..f6aa82391 100755
--- a/src/pokemon_jump.c
+++ b/src/pokemon_jump.c
@@ -1282,12 +1282,12 @@ static bool32 SavePokeJump(void)
case 2:
if (AreLinkQueuesEmpty())
{
- CreateTask(Task_LinkSave, 6);
+ CreateTask(Task_LinkFullSave, 6);
sPokemonJump->mainState++;
}
break;
case 3:
- if (!FuncIsActiveTask(Task_LinkSave))
+ if (!FuncIsActiveTask(Task_LinkFullSave))
{
ClearMessageWindow();
sPokemonJump->mainState++;