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
Version 1.2.0 #2381
Merged
Merged
Version 1.2.0 #2381
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
Also took the chance to correct the syntax inside its switch case.
-Moved it to src/pokemon.c -Made a battle specific variant called GetBattlerFriendshipScore. -Made that variant return 0 for Mega Evolved 'mons and if called on link battles.
Sizes: - GEN_3 15.690.076 bytes - GEN_4 17.480.816 bytes - GEN_5 19.544.944 bytes - GEN_6 20.907.332 bytes - GEN_7 22.233.288 bytes - GEN_8 23.605.744 bytes
…r Pikachu and Eevee)
Fixed berserk not activating if mon falls to exactly half HP.
Removed unused functions in item header
Add DISPLAY_TILE_* constants
Clean up shop.c
Subsprite Tables Documentation
I don't have any Sunday memes (pret merge 2022-09-25)
Added missing Bide exception to Battle Arena Mind Points
Special handling for Mew's Teachable moveset
Changed ballMultiplier to account for future Hisuian ball multipliers
4 new species flags
…nConfig # Conflicts: # src/data/pokemon/base_stats.h
Toggles for Pokémon species by generation
…1007 # Conflicts: # include/constants/items.h # src/battle_interface.c
Triple kick power calc rework
Config for Battle text pause times
One for the go! (pret merge 2022/10/07)
Fixed Mega Evolved Pokémon being able to get Friendship effects in battle
ghoulslash
approved these changes
Oct 7, 2022
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.
Tentative changelog
Added
SPECIES_FLAG_ALL_PERFECT_IVS
SPECIES_FLAG_SHINY_LOCKED
SPECIES_FLAG_CANNOT_BE_TRADED
SPECIES_FLAG_MEGA_EVOLUTION
Changed
B_UPDATED_MOVE_DATA
- by @AsparagusEduardo in Separate config for updated move types #2361P_NEW_POKEMON
is now split by Generation - by @AsparagusEduardo in Toggles for Pokémon species by generation #2283HasAllMons
now accounts for all mon except mythicals.Fixed
Pret merges
Cleanup
ITEM_EXPANSION
after Legends arceus pokemon expansion #2177 - by @AsparagusEduardo in 4 new species flags #2293Discord contact info
AsparagusEduardo#6051