Skip to content

Commit

Permalink
Weeds and Pests strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Bassoonian committed Dec 5, 2023
1 parent 6da03e6 commit ddcd0db
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/scripts/berry_tree.inc
Original file line number Diff line number Diff line change
Expand Up @@ -371,3 +371,17 @@ BerryTree_Text_ScatteredMulch:
.string "{PLAYER} scattered the {STR_VAR_1}\n"
.string "on the soft, loamy soil.$"
.endif

.if OW_BERRY_WEEDS == TRUE
BerryTree_Text_WeedIsGrowing:
.string "A weed is growing here.\n"
.string "Do you want to pull it out?$"

BerryTree_Text_PulledOutTheWeed:
.string "{PLAYER} pulled out the weed!$"
.endif

.if OW_BERRY_PESTS == TRUE
BerryTree_Text_APokemonAppeared:
.string "A Pokémon appeared!$"
.endif

0 comments on commit ddcd0db

Please sign in to comment.