forked from Dabomstew/universal-pokemon-randomizer
-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Changes | ||
|
||
--- | ||
## General | ||
|
||
- ADDED SUPPORT: Ethan/Lyra's Big Pokemon | ||
- Ethan/Lyra's Pokemon in HG/SS can now be randomized into Pokemon with big sprites (Steelix, Wailord, etc.) | ||
--- | ||
## Pokemon Traits | ||
|
||
### Pokemon Abilities | ||
|
||
- FIX: Combine Duplicate Abilities | ||
- Fixed an issue where this setting would rarely result in duplicate abilities. | ||
|
||
--- | ||
## Starters, Statics & Trades | ||
|
||
### Starter Pokemon | ||
|
||
- FIX: Randomize Starter Held Items | ||
- Fixed an issue where this setting would not be set properly when loading settings for Gen 4+ games. | ||
|
||
### Static Pokemon | ||
|
||
- FIX: Fix Music | ||
- B2/W2: Fixed an issue where this setting would crash the game when entering a wild Pokemon encounter if evolutions were randomized. | ||
|
||
--- | ||
## Moves & Movesets | ||
|
||
### Move Data | ||
|
||
- CHANGED: Update Moves to Generation | ||
- When updating moves to Gen 9, this setting will now include move changes introduced in later patches. | ||
- The moves affected by this change are Luster Purge and Mist Ball. |