Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing grammar of Berry Tree strings #6355

Merged
merged 1 commit into from
Feb 27, 2025

Conversation

surskitty
Copy link

When a Berry Tree is growing, all of the strings expect a singular berry. Previously, it had taken the number of berries from the final berry tree, so every in-progress string was grammatically wrong unless it was going to result only in one Berry.

Description

This checks the status of the berry tree it's grabbing the item string for. If it is not at the final Berry stage, it will return the singular form of the item, which is what all the calls in data/scripts/berry_tree.inc actually wanted.

Images

Before:
pokeemerald-75
After:
pokeemerald-76

Things to note in the release changelog:

Berry trees berries are no longer erroneously plural.

Discord contact info

wildvenonat

…he number of berries the final tree would produce.
@Bassoonian Bassoonian merged commit 5bd50e1 into rh-hideout:master Feb 27, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants