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
Species Refactor #2363
Closed
AsparagusEduardo
wants to merge
298
commits into
rh-hideout:upcoming
from
AsparagusEduardo:RHH/pr/speciesReorder
Closed
Species Refactor #2363
AsparagusEduardo
wants to merge
298
commits into
rh-hideout:upcoming
from
AsparagusEduardo:RHH/pr/speciesReorder
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
AsparagusEduardo
added
category: pokemon
Pertains to Pokémon data and functionality
type: BREAKING
Not to be merged lightly, needs to be reviewed
labels
Sep 30, 2022
# Conflicts: # include/constants/pokemon_config.h # src/data/pokemon_graphics/back_pic_table.h # src/data/pokemon_graphics/palette_table.h # src/data/pokemon_graphics/shiny_palette_table.h # src/pokemon_icon.c
# Conflicts: # src/data/pokemon_graphics/front_pic_anims.h # src/pokemon.c
This reverts commit c528200. # Conflicts: # include/pokemon_icon.h # src/data/pokemon/species_info.h # src/pokemon_icon.c
This reverts commit 33f1df4. # Conflicts: # src/data/pokemon/species_info.h # src/data/pokemon_graphics/front_pic_anims.h
This reverts commit f65de53. # Conflicts: # src/data/pokemon/species_info.h # src/data/pokemon_graphics/back_pic_coordinates.h # src/data/pokemon_graphics/front_pic_coordinates.h # src/trade.c
This reverts commit 84e6ee2. # Conflicts: # src/data/pokemon_graphics/enemy_mon_elevation.h
This reverts commit ecd2291. # Conflicts: # src/data/pokemon_graphics/shiny_palette_table.h
This reverts commit bef27c1. # Conflicts: # src/data/pokemon/species_info.h # src/data/pokemon_graphics/palette_table.h
This reverts commit 7b9bafa. # Conflicts: # src/data/pokemon/species_info.h # src/data/pokemon_graphics/back_pic_table.h
This reverts commit 15aa139. # Conflicts: # src/data/pokemon/species_info.h # src/data/pokemon_graphics/front_pic_table.h
…oryMap compatibility" This reverts commit eb907c8. # Conflicts: # src/data/pokemon/species_info.h # src/pokemon_icon.c
# Conflicts: # gflib/string_util.c # graphics/pokemon/alcremie/lemon_cream/back.png # graphics/pokemon/alcremie/lemon_cream/front.png # graphics/pokemon/alcremie/matcha_cream/back.png # graphics/pokemon/alcremie/matcha_cream/front.png # graphics/pokemon/alcremie/mint_cream/back.png # graphics/pokemon/alcremie/mint_cream/front.png # graphics/pokemon/alcremie/ruby_cream/back.png # graphics/pokemon/alcremie/ruby_cream/front.png # graphics/pokemon/alcremie/ruby_swirl/back.png # graphics/pokemon/alcremie/ruby_swirl/front.png # graphics/pokemon/alcremie/salted_cream/back.png # graphics/pokemon/alcremie/salted_cream/front.png # graphics/pokemon/arcanine/hisuian/back.png # graphics/pokemon/arcanine/hisuian/front.png # graphics/pokemon/avalugg/hisuian/back.png # graphics/pokemon/avalugg/hisuian/front.png # graphics/pokemon/basculegion/back.png # graphics/pokemon/basculegion/female/back.png # graphics/pokemon/basculegion/female/front.png # graphics/pokemon/basculegion/front.png # graphics/pokemon/enamorus/front.png # graphics/pokemon/goodra/hisuian/back.png # graphics/pokemon/goodra/hisuian/front.png # graphics/pokemon/growlithe/hisuian/back.png # graphics/pokemon/growlithe/hisuian/front.png # graphics/pokemon/qwilfish/hisuian/back.png # graphics/pokemon/qwilfish/hisuian/front.png # graphics/pokemon/samurott/hisuian/back.png # graphics/pokemon/sliggoo/hisuian/back.png # graphics/pokemon/sliggoo/hisuian/front.png # graphics/pokemon/sneasel/hisuian/back.png # graphics/pokemon/sneasel/hisuian/front.png # include/union_room_chat.h # src/data/pokemon/evolution.h # src/pokemon.c # src/union_room_chat.c # test/form_change.c # test/test_runner_battle.c
This PR is a mess. Keeping this open for so long has given people the impression that it's in a usable state, when it isn't. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category: pokemon
Pertains to Pokémon data and functionality
type: BREAKING
Not to be merged lightly, needs to be reviewed
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.
Due to the sheer size of this PR, I decided to slowly port features from it into their own individuals PRs (plus the help of other people):
Description
#if defined SPECIES_
instances.gSpeciesInfo
and grouped them all next to the cases used.u32 *const
instead ofCompressedSpriteSheet
mega_x.aif
tox_mega.aif
for consistency.gSpeciesInfo
.Discord contact info
AsparagusEduardo#6051