diff --git a/src/debug.c b/src/debug.c index 7eb4d41eba..4599d64a72 100644 --- a/src/debug.c +++ b/src/debug.c @@ -4694,7 +4694,7 @@ static void DebugAction_BerryFunctions_Ready(u8 taskId) tree = &gSaveBlock1Ptr->berryTrees[GetObjectEventBerryTreeId(i)]; if (tree->stage != BERRY_STAGE_NO_BERRY) { - tree->stage = BERRY_STAGE_FLOWERING; + tree->stage = BERRY_STAGE_BERRIES - 1; BerryTreeGrow(tree); } }