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
Added MB_X_Y_STAIR_WARP metatile behaviors #5278
Merged
Merged
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
pkmnsnfrn
added
new-feature
Adds a feature
type: feature branch merge
Update from feature branches
category: overworld
Pertains to out-of-battle mechanics
labels
Aug 28, 2024
I assume this is the same pr as #4836? |
incorrect, they are different. |
Please solve conflicts |
Bassoonian
reviewed
Sep 27, 2024
Bassoonian
reviewed
Sep 28, 2024
Bassoonian
approved these changes
Sep 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category: overworld
Pertains to out-of-battle mechanics
new-feature
Adds a feature
type: feature branch merge
Update from feature branches
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.
INCORPORATES A FEATURE BRANCH - DO NOT SQUASH!
Description
stair_warps
branch to expansionUsage
Metatile Behaviors
No tilesets within vanilla Emerald have been modified. Users will need to manually add the new metatile behaviors to the relevent metatiles.
Functionality
When player is standing on a metatile with
MB_X_Y_STAIR_WARP
behavior and walks towards a warp, they player's x and y position changes to simulate the player going up and down the stairs.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/3o61ki.patch -O stair_warps.patch ; git apply stair_warps.patch ; rm stair_warps.patch
Repo
git remote add psf-expansion https://github.com/PokemonSanFran/pokeemerald-expansion/ ; git pull psf-expansion stair_warps
Manual Tests
After replicating the branch, to recreate my testing environment, you can either directly download the debug script and config file, or manually create the changes.
Download
wget https://github.com/rh-hideout/pokeemerald-expansion/commit/6ea73bb8b41615deaab776b0ffac11061228a5b6.patch -O stair_warps_testing.patch ; git apply stair_warps_testing.patch ; rm stair_warps_testing.patch ; wget https://github.com/rh-hideout/pokeemerald-expansion/commit/e44beb77fd2b34f0b4db4789b5d0ecbfcf156cf8.patch -O stair_warps_testing2.patch ; git apply stair_warps_testing2.patch ; rm stair_warps_testing2.patch
Manual Testing
Verified Scenarios
The video shows all the Manual Testing.
test.mp4
People who collaborated with me in this PR
This was originally written by by @ghoulslash.
Discord Contact Info
I am
pkmnsnfrn
on Discord.