summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2022-05-14OUR CODE ⚒rafa_99
2021-04-19Add support to Gen 3+ to randomize held items for trainer's pokesspaceonaut
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-15main game trainer distribution fixescleartonic
2019-10-07python utility script for parsing narc filesAjarmar
2019-09-22update logsunknown
2016-04-26Refactor 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-16Random evolutions & fix for camel case names in Gen4Dabomstew
2016-02-10Add version/link to the main Randomizer GUI and remove About Dialog.Dabomstew
2014-06-07Remove custom trainerclasses/names from gitDabomstew
2014-06-04Update the UI to add the new TM/Move Tutor settings (also first use ofDabomstew
NetBeans since GIT move, so gitignore its config appropriately)
2014-06-04ignore .bin files (for testing etc)Dabomstew
2014-05-17add log files to gitignoreDabomstew
2014-05-16first git commitStewart Marshall