Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-14 | OUR CODE ⚒ | rafa_99 | |
2021-04-19 | Add support to Gen 3+ to randomize held items for trainer's pokes | spaceonaut | |
This adds two list of items per Gen, one for all [1] consumable held items and one for all [1] held items. This adds the options to add items from either of these lists to boss trainers, important trainers, and/or regular trainers. There is a disabled UI element for future work on "sensible" items, which would use a smaller pool of items (e.g. include the Yache berry in the pool only if the Pokemon is weak to ice). There had been a smaller list of items used for the Totem pokemon in Gen 7; this has been combined with this new code. [1] We exclude held items that affect only things for the player (e.g. amulet coin, macho brace ), affect only one species of Pokemon (e.g. light ball, lucky punch), or affect only one move (e.g. douse drive, flying memory). | |||
2019-12-15 | main game trainer distribution fixes | cleartonic | |
2019-10-07 | python utility script for parsing narc files | Ajarmar | |
2019-09-22 | update logs | unknown | |
2016-04-26 | Refactor custom names system completely. | Dabomstew | |
This combines everything into one binary file (customnames.rncn for now). The GUI will now ask if you want to convert your old text files into a new file, if they exist. Still TODO: * Create a GUI editor for custom names, since they are no longer in plaintext files * Refactor ROM-side detection of doubles classes/trainers to no longer use the dumb string tests that only (barely) work for English language. Even constant value arrays of which classes are doubles classes will be better. This also fixes a minor bug with the new moveset randomization code. | |||
2016-02-16 | Random evolutions & fix for camel case names in Gen4 | Dabomstew | |
2016-02-10 | Add version/link to the main Randomizer GUI and remove About Dialog. | Dabomstew | |
2014-06-07 | Remove custom trainerclasses/names from git | Dabomstew | |
2014-06-04 | Update the UI to add the new TM/Move Tutor settings (also first use of | Dabomstew | |
NetBeans since GIT move, so gitignore its config appropriately) | |||
2014-06-04 | ignore .bin files (for testing etc) | Dabomstew | |
2014-05-17 | add log files to gitignore | Dabomstew | |
2014-05-16 | first git commit | Stewart Marshall | |