forked from DizzyEggg/pokeemerald
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Adds OW_BERRY_IMMORTAL #5187
Merged
AsparagusEduardo
merged 9 commits into
rh-hideout:upcoming
from
PokemonSanFran:immortalBerries
Aug 20, 2024
Merged
Adds OW_BERRY_IMMORTAL #5187
AsparagusEduardo
merged 9 commits into
rh-hideout:upcoming
from
PokemonSanFran:immortalBerries
Aug 20, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added cases for OW_BERRY_IMMORTAL
Bassoonian
reviewed
Aug 17, 2024
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
Bassoonian
reviewed
Aug 17, 2024
Bassoonian
approved these changes
Aug 17, 2024
@pkmnsnfrn can you merge upcoming into this again? #5193 is needed to make this compile again |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category: items
Pertains to items
category: overworld
Pertains to out-of-battle mechanics
new-feature
Adds a feature
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
OW_BERRY_IMMORTAL
. If enabled, once a Berry tree has grown a berry, the tree will not disappear until picked by the player.Details
Usage
OW_BERRY_IMMORTAL
Developers must change this value to TRUE in
include/config/overworld.h
to enable.Testing
Clean Branch
You can recreate this branch by applying a patch or pulling the repo. From a clean version of expansion's upcoming, you can either:
Patch
wget https://files.catbox.moe/inkkw3.patch -O immortal.patch ; git apply immortal.patch ; rm immortal.patch
Repo
git remote add psf-expansion https://github.com/PokemonSanFran/pokeemerald-expansion/ ; git pull psf-expansion immortalBerries
Manual Tests
After replicating the branch, to recreate my testing environment, you can either directly download the debug script, or manually create the changes.
Download
OW_BERRY_IMMORTAL == TRUE
wget https://files.catbox.moe/2oij37.h -O include/config/overworld.h
OW_BERRY_IMMORTAL == FALSE
wget https://files.catbox.moe/fv3nbk.h -O include/config/overworld.h
Manual Testing
include/config/overworld.h
to the desired valuesVerified Scenarios
All videos show the steps described in "Manual Testing"
TRUE
true.mp4
FALSE
false.mp4
People who collaborated with me in this PR
This was originally written by by @BuffelSaft. Give them all the credit.
Discord Contact Info
I am
pkmnsnfrn
on Discord.