forked from DizzyEggg/pokeemerald
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Community PR] Integrate merrp's followers branch #4022
Merged
Bassoonian
merged 341 commits into
rh-hideout:upcoming
from
AsparagusEduardo:_RHH/pr/upcoming/merrpFollowers
Jun 2, 2024
Merged
[Community PR] Integrate merrp's followers branch #4022
Bassoonian
merged 341 commits into
rh-hideout:upcoming
from
AsparagusEduardo:_RHH/pr/upcoming/merrpFollowers
Jun 2, 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
…Exchange Corner shop.
Was caused by quick `applymovements` not giving enough time to move the follower on top of the player.
Fixed minor graphical bug in LoadWhiteFlashPalette.
… palette. Credit: Jaizu
…nused "emote" macro
Fixes follower pokeball gfx showing garbage for 1 frame when emerging
# Conflicts: # src/data/graphics/pokemon.h # src/data/pokemon/species_info.h # src/data/pokemon/species_info/gen_1_families.h # src/data/pokemon/species_info/gen_2_families.h # src/data/pokemon/species_info/gen_4_families.h # src/data/pokemon/species_info/gen_5_families.h # src/data/pokemon/species_info/gen_8_families.h
Bassoonian
reviewed
May 28, 2024
Bassoonian
reviewed
May 29, 2024
Sneed69
reviewed
May 31, 2024
…to _RHH/pr/upcoming/merrpFollowers # Conflicts: # src/event_object_movement.c # src/scrcmd.c
This reverts commit 24913f5. # Conflicts: # src/data/pokemon/species_info/gen_4_families.h # src/data/pokemon/species_info/gen_5_families.h # src/data/pokemon/species_info/gen_8_families.h
Bassoonian
approved these changes
Jun 2, 2024
@ghoulslash asked me to put this here, so I am |
NicoSwag
pushed a commit
to NicoSwag/pokeemerald-expansion
that referenced
this pull request
Nov 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
This PR integrates @aarant's
followers-expanded-id
branch.It includes Dynamic Overworld Palettes and Expanded Overworld IDs.
Details here: https://github.com/aarant/pokeemerald
Sprites taken from HGSS, with exception of onces that exceed 32x32 dimensions.
New custom 32x32 sprites by LarryTurbo on DeviantArt
TODO list:
gSpeciesInfo
and graphics tosrc/data/pokemon/graphics
.Being worked on by @aarant
Being worked on by Gerben BSc on Discord
Non-blocking:
Images
Feature(s) this PR does NOT handle:
lighting-expanded-id
oricons
branches.lighting-expanded-id
will be handled in a separate PR after this one is merged.callfunc
as a sorta-duplicate of our currentcallnative
. Main difference is thatcallfunc
can return a value. In a follow up PR, we need to updatecallnative
to also have this and removecallfunc
.Done,ScrFunc_
functions should be renamed as well.callfunc
functions were converted tocallnative
sDiscord contact info
AsparagusEduardo