- 1
- Posts
- 4
- Years
- Seen Dec 5, 2022
Faster berry interactions (Emerald)
This is a tiny mod that makes dealing with berries (planting, watering, picking) quicker by removing some unnecessary dialogs.
Demonstration: streamable.com/fsn46f (sorry for the cheesy playername)
Diff: github.com/dunsparce9/pokeemerald-tweaks/commit/40685e
In short: Only berry_tree.inc is edited. WantToPlant is replaced with ChooseBerryToPlant, BerryGrowthStage messages are edited to include the "want to water?" question (I couldn't find a way to add more text without displaying another message so I had to copypaste the same wailmer check for all 4 labels, sorry :D), CheckBerryFullyGrown is edited to skip to PickBerry, and messages that are now unused are removed.
Had to remove the https because this is a new account 🙃
I built and tested these changes with my old save, but feel free to test them yourself, this is my first mod so please tell me if it doesn't work.
This is a tiny mod that makes dealing with berries (planting, watering, picking) quicker by removing some unnecessary dialogs.
Demonstration: streamable.com/fsn46f (sorry for the cheesy playername)
- Removes these messages:
"[Player] put away the [berry] in the Berries pocket."
"The soil returned to its soft and loamy state."
"[Player] watered the [berry]."
"The plant seems to be delighted." - If you have berries, skips the "It's soft soil" message and opens your bag immediately
- Merges the "Want to water[...]?" question with the growth stage message (e.g. ORAN has sprouted. Want to water[...]?)
Diff: github.com/dunsparce9/pokeemerald-tweaks/commit/40685e
In short: Only berry_tree.inc is edited. WantToPlant is replaced with ChooseBerryToPlant, BerryGrowthStage messages are edited to include the "want to water?" question (I couldn't find a way to add more text without displaying another message so I had to copypaste the same wailmer check for all 4 labels, sorry :D), CheckBerryFullyGrown is edited to skip to PickBerry, and messages that are now unused are removed.
Had to remove the https because this is a new account 🙃
I built and tested these changes with my old save, but feel free to test them yourself, this is my first mod so please tell me if it doesn't work.
Last edited: