Skip to content

Commit

Permalink
Fix string with duplicate berry berry
Browse files Browse the repository at this point in the history
  • Loading branch information
Bassoonian committed Dec 24, 2023
1 parent 662939d commit 9be8fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/scripts/berry_tree.inc
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ BerryTree_Text_PlantedOneBerry:

BerryTree_Text_BerryGrowthStage1:
.if OW_BERRY_SIX_STAGES == TRUE
.string "This is where you planted the\n{STR_VAR_1} BERRY!$"
.string "This is where you planted the\n{STR_VAR_1}!$"
.else
.string "One {STR_VAR_1} was planted here.$"
.endif
Expand Down

0 comments on commit 9be8fed

Please sign in to comment.