summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-03Consistency in bad item liststom-overton
- Soul Dew is now considered a bad item in Gens 3-4 (was already considered bad in 5-7) - Quick Powder is now considered a bad item in Gen 4 (was already considered bad in 5-7) - Weakness reducing berries (e.g. Occa Berry) and some other battle berries are now considerd non-bad items in Gen 4 (was already considered non-bad in 5-7)
2022-04-03Gen 4: Add support for randomizing egg movestom-overton
2022-03-31Gen 5: Add support for randomizing egg movestom-overton
2022-03-31Gen 6: Add support for randomizing egg movestom-overton
2022-03-31Gen 7: Add support for randomizing egg movestom-overton
2022-03-24Bump version for releasetom-overton
2022-03-24Add v4.4.0 changelogtom-overton
2022-03-14Gen 2: Fix an issue using a custom name with 9 in it broke trainerstom-overton
2022-03-10Fix issue where file paths with + in them would break the randomizer (fixes ↵tom-overton
#400)
2022-03-08HGSS: Name all shopstom-overton
2022-03-07DPPt: Name all shopstom-overton
2022-03-05BW2: Make Force Challenge Mode actually work (fixes #401)tom-overton
2022-03-04Gen 5: Fix Storm Throw's BP when updating moves to future gens (fixes #403)tom-overton
2022-02-16Bump version numbertom-overton
2022-02-16Enforce Dual Type Option (#379)Aric Morrow
* Enforce Dual Type Option Adds a button to the type UI that enforces all randomized pokemon to be dual types
2022-01-31Don't throw exception for unexpected game update version (fixes #382)tom-overton
As shown in the associated issue, this user has a completely valid version of Ultra Moon Ver 1.2 that happens to have an incorrect internal version. With this commit, we will be less strict about the internal version; we still check to make sure that the CRCs are what we expect, so if the user happens to load an unsupported version, we will still tell them that, just via a different mechanism.
2022-01-28Add logging for when the game update is unsupportedtom-overton
2022-01-22Bump version for releasetom-overton
2022-01-22Fix inconsistency in v4.3.0 changelogtom-overton
2022-01-22Add v4.3.0 changelogtom-overton
2022-01-22XY: Fix issue where No Irregular Alt Formes would cause the rnadomizer to crashtom-overton
2022-01-22Fix issue where No Irregular Alt Forme checkbox does not get properly set ↵tom-overton
when settings are restored
2022-01-22BW1: Fix crash with No Irregular Alt Formestom-overton
2022-01-22Japanese Gen 3: Fix issue where Random Pickup items crash the randomizertom-overton
2022-01-19XY: Fix issue where the Sea Spirit's Den static encounter did not work properlytom-overton
2022-01-15Use keldo constant for something in Gen5RomHandlertom-overton
2022-01-02disable "force fully evolved" for Trainer Pokemon if "evolve every level" is ↵Ajarmar
enabled
2022-01-01FRLG: Fix starter text not being updated when lowercase Pokemon names are usedtom-overton
2021-12-30Add file name to ROM diagnosticstom-overton
2021-12-23Gen 1: Make Added Stats on Evolution preserve BSTtom-overton
2021-12-21NCCH: Add some loggingtom-overton
2021-12-21Launcher: increase Java's memory pool to 4.5 GBtom-overton
2021-12-21Update invalid ROM messagetom-overton
2021-12-213DS: When randomizing held items, don't put anything for the 1% itemtom-overton
Investigating Gen 7, it seems like this item is impossible to actually spawn.
2021-12-21Gen 4: saving ROM writes changes (#354)SilverstarStream
* Gen 4: saving ROM writes changes * Gen 4: other settings write changes
2021-12-21Include unsupported ROM message in error logs tootom-overton
2021-12-21Gen 7: Check that ROMs are clean and officialtom-overton
2021-12-17Gen 6: Check that ROMs are clean and officialtom-overton
2021-12-16Don't attempt to write config for game update unless it successfuly loadedtom-overton
2021-12-16Rename FileFunctions functions to call out big endian functionstom-overton
The little endian functions were used way more often, so they should have short names.
2021-12-16Only allow the latest update for a given 3DS game to be loadedtom-overton
2021-12-15Gen 5: Fix crashing issue when trainer held items are enabledtom-overton
2021-12-15Gen 5: Check that ROMs are clean and officialtom-overton
Also rename "parseRIILong" to "parseRILong"
2021-12-14GUI: When resetting to initial state, clear out gen restrictionstom-overton
2021-12-14Gen 4: Check that ROMs are clean and officialtom-overton
Also fix a shop item thing I broke in Gen 3/4 lol
2021-12-10More refactoring on shop itemstom-overton
2021-12-10Add option to randomize evolutions every leveltom-overton
2021-12-09Do some refactoring to shop item handlingtom-overton
2021-12-10Merge remote-tracking branch 'origin/master'Ajarmar
2021-12-10add option for banning irregular alt formesAjarmar