Small change to debug script for clarity

This commit is contained in:
Bassoonian 2023-12-07 11:46:44 +01:00
parent 8e43b7d696
commit 6ba4ec744b

View File

@ -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);
}
}