From 6ba4ec744b89455693b142e95b8f0509ffe432ba Mon Sep 17 00:00:00 2001 From: Bassoonian Date: Thu, 7 Dec 2023 11:46:44 +0100 Subject: [PATCH] Small change to debug script for clarity --- src/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }