summaryrefslogtreecommitdiff
path: root/src/com/dabomstew/pkrandom/romhandlers/AbstractDSRomHandler.java
AgeCommit message (Expand)Author
2021-12-16Rename FileFunctions functions to call out big endian functionstom-overton
2021-12-15Gen 5: Check that ROMs are clean and officialtom-overton
2021-12-14Gen 4: Check that ROMs are clean and officialtom-overton
2021-11-26Gen 1: Check that ROMs are clean and officialtom-overton
2021-03-29B/W: add support for fixing legendary musicAjarmar
2021-03-27add function for extending arm9 binary in nds gamesAjarmar
2021-02-22Add diagnostics for the loaded ROM to both spoiler logs and error logstom-overton
2020-08-28Update copyright headers on every Java filetom-overton
2020-08-26Read the version number from the game's text and display it when a game updat...tom-overton
2020-08-26Add functionality for removing game updatestom-overton
2020-08-26Remove now-unused RomHandler methodtom-overton
2020-08-26Disallow CXI output if game update is appliedtom-overton
2020-08-26Read in game update NCCH and use that to override base game filestom-overton
2020-06-30Change the description of the CXI when rebuilding to indicate the game and seedtom-overton
2020-06-16Add support for reading 3DS ROM images and writing out layeredfs (#6)Tom Overton
2020-05-28whole bunch of refactoringAjarmar
2018-09-06new option for gen 5: no free lucky eggAxel Jarmar
2016-04-17Refactor NARC code : now contained in the NARC class itself.Dabomstew
2016-02-24Make sure all data from streams/files is read, instead of assuming.Dabomstew
2016-02-22Exception handling overhaul.Dabomstew
2016-02-22Actually fix tabs in leading comments.Dabomstew
2016-02-22Reformat code en masse.Dabomstew
2016-02-11Refactor logging to not use a static field on RandomizerGUI.Dabomstew
2016-02-09Improve error reporting in general.Dabomstew
2016-02-04Add the RomHandler side implementation of move attribute randomization.Dabomstew
2015-06-01Refactor ROM detection to be independent of RomHandler instances.Dabomstew
2015-06-01Starting to implement some refactoring of the randomizer.Dabomstew
2014-05-16first git commitStewart Marshall