diff options
author | rafa_99 <raroma09@gmail.com> | 2022-05-15 00:36:53 +0100 |
---|---|---|
committer | rafa_99 <raroma09@gmail.com> | 2022-05-15 00:36:53 +0100 |
commit | 5ec38028017d407c1062713d3eccc34986f25520 (patch) | |
tree | 1321d450500b58b67ad05207a339b5c1dc92552f /src/com | |
parent | d413ebc381e987f362753e3d7906a66025e40e72 (diff) |
WE ALL SNEED
Diffstat (limited to 'src/com')
-rw-r--r-- | src/com/sneed/pkrandom/CustomNamesSet.java (renamed from src/com/rafa_99/pkrandom/CustomNamesSet.java) | 4 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/FileFunctions.java (renamed from src/com/rafa_99/pkrandom/FileFunctions.java) | 10 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/GFXFunctions.java (renamed from src/com/rafa_99/pkrandom/GFXFunctions.java) | 4 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/MiscTweak.java (renamed from src/com/rafa_99/pkrandom/MiscTweak.java) | 6 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/RandomSource.java (renamed from src/com/rafa_99/pkrandom/RandomSource.java) | 4 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/Randomizer.java (renamed from src/com/rafa_99/pkrandom/Randomizer.java) | 10 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/RomFunctions.java (renamed from src/com/rafa_99/pkrandom/RomFunctions.java) | 12 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/Settings.java (renamed from src/com/rafa_99/pkrandom/Settings.java) | 20 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/SettingsUpdater.java (renamed from src/com/rafa_99/pkrandom/SettingsUpdater.java) | 4 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/SysConstants.java (renamed from src/com/rafa_99/pkrandom/SysConstants.java) | 8 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/Utils.java (renamed from src/com/rafa_99/pkrandom/Utils.java) | 8 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/Version.java (renamed from src/com/rafa_99/pkrandom/Version.java) | 4 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/cli/CliRandomizer.java (renamed from src/com/rafa_99/pkrandom/cli/CliRandomizer.java) | 16 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/config/Generation4.tbl (renamed from src/com/rafa_99/pkrandom/config/Generation4.tbl) | 0 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/config/Generation5.tbl (renamed from src/com/rafa_99/pkrandom/config/Generation5.tbl) | 0 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/config/customnames.rncn (renamed from src/com/rafa_99/pkrandom/config/customnames.rncn) | bin | 1709 -> 1709 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/config/gameboy_jpn.tbl (renamed from src/com/rafa_99/pkrandom/config/gameboy_jpn.tbl) | 0 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/config/gba_english.tbl (renamed from src/com/rafa_99/pkrandom/config/gba_english.tbl) | 0 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/config/gba_jpn.tbl (renamed from src/com/rafa_99/pkrandom/config/gba_jpn.tbl) | 0 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/config/gen1_offsets.ini (renamed from src/com/rafa_99/pkrandom/config/gen1_offsets.ini) | 0 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/config/gen2_offsets.ini (renamed from src/com/rafa_99/pkrandom/config/gen2_offsets.ini) | 0 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/config/gen3_offsets.ini (renamed from src/com/rafa_99/pkrandom/config/gen3_offsets.ini) | 0 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/config/gen4_offsets.ini (renamed from src/com/rafa_99/pkrandom/config/gen4_offsets.ini) | 0 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/config/gen5_offsets.ini (renamed from src/com/rafa_99/pkrandom/config/gen5_offsets.ini) | 0 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/config/gen6_offsets.ini (renamed from src/com/rafa_99/pkrandom/config/gen6_offsets.ini) | 0 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/config/gen7_offsets.ini (renamed from src/com/rafa_99/pkrandom/config/gen7_offsets.ini) | 0 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/config/green_translation.tbl (renamed from src/com/rafa_99/pkrandom/config/green_translation.tbl) | 0 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/config/gsc_english.tbl (renamed from src/com/rafa_99/pkrandom/config/gsc_english.tbl) | 0 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/config/gsc_espita.tbl (renamed from src/com/rafa_99/pkrandom/config/gsc_espita.tbl) | 0 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/config/gsc_freger.tbl (renamed from src/com/rafa_99/pkrandom/config/gsc_freger.tbl) | 0 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/config/rby_english.tbl (renamed from src/com/rafa_99/pkrandom/config/rby_english.tbl) | 0 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/config/rby_espita.tbl (renamed from src/com/rafa_99/pkrandom/config/rby_espita.tbl) | 0 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/config/rby_freger.tbl (renamed from src/com/rafa_99/pkrandom/config/rby_freger.tbl) | 0 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/config/realistic_gen1_english.tbl (renamed from src/com/rafa_99/pkrandom/config/realistic_gen1_english.tbl) | 0 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/config/vietcrystal.tbl (renamed from src/com/rafa_99/pkrandom/config/vietcrystal.tbl) | 0 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/constants/Abilities.java (renamed from src/com/rafa_99/pkrandom/constants/Abilities.java) | 2 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/constants/GBConstants.java (renamed from src/com/rafa_99/pkrandom/constants/GBConstants.java) | 6 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/constants/Gen1Constants.java (renamed from src/com/rafa_99/pkrandom/constants/Gen1Constants.java) | 10 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/constants/Gen1Items.java (renamed from src/com/rafa_99/pkrandom/constants/Gen1Items.java) | 2 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/constants/Gen2Constants.java (renamed from src/com/rafa_99/pkrandom/constants/Gen2Constants.java) | 10 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/constants/Gen2Items.java (renamed from src/com/rafa_99/pkrandom/constants/Gen2Items.java) | 2 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/constants/Gen3Constants.java (renamed from src/com/rafa_99/pkrandom/constants/Gen3Constants.java) | 10 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/constants/Gen3Items.java (renamed from src/com/rafa_99/pkrandom/constants/Gen3Items.java) | 2 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/constants/Gen4Constants.java (renamed from src/com/rafa_99/pkrandom/constants/Gen4Constants.java) | 6 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/constants/Gen5Constants.java (renamed from src/com/rafa_99/pkrandom/constants/Gen5Constants.java) | 12 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/constants/Gen6Constants.java (renamed from src/com/rafa_99/pkrandom/constants/Gen6Constants.java) | 4 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/constants/Gen7Constants.java (renamed from src/com/rafa_99/pkrandom/constants/Gen7Constants.java) | 10 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/constants/GlobalConstants.java (renamed from src/com/rafa_99/pkrandom/constants/GlobalConstants.java) | 8 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/constants/Items.java (renamed from src/com/rafa_99/pkrandom/constants/Items.java) | 2 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/constants/Moves.java (renamed from src/com/rafa_99/pkrandom/constants/Moves.java) | 2 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/constants/N3DSConstants.java (renamed from src/com/rafa_99/pkrandom/constants/N3DSConstants.java) | 2 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/constants/Species.java (renamed from src/com/rafa_99/pkrandom/constants/Species.java) | 2 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/ctr/AMX.java (renamed from src/com/rafa_99/pkrandom/ctr/AMX.java) | 6 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/ctr/BFLIM.java (renamed from src/com/rafa_99/pkrandom/ctr/BFLIM.java) | 4 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/ctr/GARCArchive.java (renamed from src/com/rafa_99/pkrandom/ctr/GARCArchive.java) | 2 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/ctr/Mini.java (renamed from src/com/rafa_99/pkrandom/ctr/Mini.java) | 4 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/ctr/NCCH.java (renamed from src/com/rafa_99/pkrandom/ctr/NCCH.java) | 10 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/ctr/RomfsFile.java (renamed from src/com/rafa_99/pkrandom/ctr/RomfsFile.java) | 4 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/ctr/SMDH.java (renamed from src/com/rafa_99/pkrandom/ctr/SMDH.java) | 4 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/exceptions/EncryptedROMException.java (renamed from src/com/rafa_99/pkrandom/exceptions/EncryptedROMException.java) | 2 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/exceptions/InvalidSupplementFilesException.java (renamed from src/com/rafa_99/pkrandom/exceptions/InvalidSupplementFilesException.java) | 4 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/exceptions/RandomizationException.java (renamed from src/com/rafa_99/pkrandom/exceptions/RandomizationException.java) | 4 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/exceptions/RandomizerIOException.java (renamed from src/com/rafa_99/pkrandom/exceptions/RandomizerIOException.java) | 4 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/newgui/Bundle.properties (renamed from src/com/rafa_99/pkrandom/newgui/Bundle.properties) | 4 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/newgui/CustomNamesEditorDialog.java (renamed from src/com/rafa_99/pkrandom/newgui/CustomNamesEditorDialog.java) | 12 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/newgui/GameUpdateFilter.java (renamed from src/com/rafa_99/pkrandom/newgui/GameUpdateFilter.java) | 2 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/newgui/NewGenerationLimitDialog.form (renamed from src/com/rafa_99/pkrandom/newgui/NewGenerationLimitDialog.form) | 4 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/newgui/NewGenerationLimitDialog.java (renamed from src/com/rafa_99/pkrandom/newgui/NewGenerationLimitDialog.java) | 8 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/newgui/NewRandomizerGUI.form (renamed from src/com/rafa_99/pkrandom/newgui/NewRandomizerGUI.form) | 876 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/newgui/NewRandomizerGUI.java (renamed from src/com/rafa_99/pkrandom/newgui/NewRandomizerGUI.java) | 28 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/newgui/OperationDialog.java (renamed from src/com/rafa_99/pkrandom/newgui/OperationDialog.java) | 8 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/newgui/PresetFileFilter.java (renamed from src/com/rafa_99/pkrandom/newgui/PresetFileFilter.java) | 4 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/newgui/PresetLoadDialog.java (renamed from src/com/rafa_99/pkrandom/newgui/PresetLoadDialog.java) | 16 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/newgui/PresetMakeDialog.java (renamed from src/com/rafa_99/pkrandom/newgui/PresetMakeDialog.java) | 14 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/newgui/QSFileFilter.java (renamed from src/com/rafa_99/pkrandom/newgui/QSFileFilter.java) | 4 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/newgui/ROMFilter.java (renamed from src/com/rafa_99/pkrandom/newgui/ROMFilter.java) | 4 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/newgui/emptyIcon.png (renamed from src/com/rafa_99/pkrandom/newgui/emptyIcon.png) | bin | 230 -> 230 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/newgui/loading.gif (renamed from src/com/rafa_99/pkrandom/newgui/loading.gif) | bin | 3208 -> 3208 bytes | |||
-rwxr-xr-x | src/com/sneed/pkrandom/newnds/CRC16.java (renamed from src/com/rafa_99/pkrandom/newnds/CRC16.java) | 4 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/newnds/NARCArchive.java (renamed from src/com/rafa_99/pkrandom/newnds/NARCArchive.java) | 4 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/newnds/NDSFile.java (renamed from src/com/rafa_99/pkrandom/newnds/NDSFile.java) | 6 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/newnds/NDSRom.java (renamed from src/com/rafa_99/pkrandom/newnds/NDSRom.java) | 12 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/newnds/NDSY9Entry.java (renamed from src/com/rafa_99/pkrandom/newnds/NDSY9Entry.java) | 6 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/patches/bwexp/crystal_en_bwxp.ips (renamed from src/com/rafa_99/pkrandom/patches/bwexp/crystal_en_bwxp.ips) | bin | 1519 -> 1519 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/bwexp/gs_en_bwxp.ips (renamed from src/com/rafa_99/pkrandom/patches/bwexp/gs_en_bwxp.ips) | bin | 1519 -> 1519 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/bwexp/rb_en_bwxp.ips (renamed from src/com/rafa_99/pkrandom/patches/bwexp/rb_en_bwxp.ips) | bin | 1265 -> 1265 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/bwexp/yellow_en_bwxp.ips (renamed from src/com/rafa_99/pkrandom/patches/bwexp/yellow_en_bwxp.ips) | bin | 1265 -> 1265 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/hardcoded_statics/em_firstbattle.ips (renamed from src/com/rafa_99/pkrandom/patches/hardcoded_statics/em_firstbattle.ips) | bin | 106 -> 106 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/hardcoded_statics/fr_marowak_10.ips (renamed from src/com/rafa_99/pkrandom/patches/hardcoded_statics/fr_marowak_10.ips) | bin | 76 -> 76 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/hardcoded_statics/fr_marowak_11.ips (renamed from src/com/rafa_99/pkrandom/patches/hardcoded_statics/fr_marowak_11.ips) | bin | 76 -> 76 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/hardcoded_statics/lg_marowak_10.ips (renamed from src/com/rafa_99/pkrandom/patches/hardcoded_statics/lg_marowak_10.ips) | bin | 76 -> 76 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/hardcoded_statics/lg_marowak_11.ips (renamed from src/com/rafa_99/pkrandom/patches/hardcoded_statics/lg_marowak_11.ips) | bin | 76 -> 76 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/hardcoded_statics/roamers/fr_roamers_10.ips (renamed from src/com/rafa_99/pkrandom/patches/hardcoded_statics/roamers/fr_roamers_10.ips) | bin | 75 -> 75 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/hardcoded_statics/roamers/fr_roamers_11.ips (renamed from src/com/rafa_99/pkrandom/patches/hardcoded_statics/roamers/fr_roamers_11.ips) | bin | 75 -> 75 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/hardcoded_statics/roamers/hgss_roamers.ips (renamed from src/com/rafa_99/pkrandom/patches/hardcoded_statics/roamers/hgss_roamers.ips) | bin | 179 -> 179 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/hardcoded_statics/roamers/lg_roamers_10.ips (renamed from src/com/rafa_99/pkrandom/patches/hardcoded_statics/roamers/lg_roamers_10.ips) | bin | 75 -> 75 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/hardcoded_statics/roamers/lg_roamers_11.ips (renamed from src/com/rafa_99/pkrandom/patches/hardcoded_statics/roamers/lg_roamers_11.ips) | bin | 75 -> 75 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/hardcoded_statics/roamers/plat_roamers.ips (renamed from src/com/rafa_99/pkrandom/patches/hardcoded_statics/roamers/plat_roamers.ips) | bin | 243 -> 243 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/hardcoded_statics/rs_firstbattle.ips (renamed from src/com/rafa_99/pkrandom/patches/hardcoded_statics/rs_firstbattle.ips) | bin | 104 -> 104 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/hgss_catching_tutorialfix.ips (renamed from src/com/rafa_99/pkrandom/patches/hgss_catching_tutorialfix.ips) | bin | 123 -> 123 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/instant_text/b1_instant_text.ips (renamed from src/com/rafa_99/pkrandom/patches/instant_text/b1_instant_text.ips) | bin | 103 -> 103 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/instant_text/b2_instant_text.ips (renamed from src/com/rafa_99/pkrandom/patches/instant_text/b2_instant_text.ips) | bin | 24 -> 24 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/instant_text/dp_instant_text.ips (renamed from src/com/rafa_99/pkrandom/patches/instant_text/dp_instant_text.ips) | bin | 48 -> 48 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/instant_text/em_instant_text.ips (renamed from src/com/rafa_99/pkrandom/patches/instant_text/em_instant_text.ips) | bin | 256 -> 256 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/instant_text/fr_10_instant_text.ips (renamed from src/com/rafa_99/pkrandom/patches/instant_text/fr_10_instant_text.ips) | bin | 241 -> 241 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/instant_text/fr_11_instant_text.ips (renamed from src/com/rafa_99/pkrandom/patches/instant_text/fr_11_instant_text.ips) | bin | 241 -> 241 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/instant_text/hgss_instant_text.ips (renamed from src/com/rafa_99/pkrandom/patches/instant_text/hgss_instant_text.ips) | bin | 49 -> 49 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/instant_text/lg_10_instant_text.ips (renamed from src/com/rafa_99/pkrandom/patches/instant_text/lg_10_instant_text.ips) | bin | 241 -> 241 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/instant_text/lg_11_instant_text.ips (renamed from src/com/rafa_99/pkrandom/patches/instant_text/lg_11_instant_text.ips) | bin | 241 -> 241 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/instant_text/plat_instant_text.ips (renamed from src/com/rafa_99/pkrandom/patches/instant_text/plat_instant_text.ips) | bin | 49 -> 49 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/instant_text/ruby_10_instant_text.ips (renamed from src/com/rafa_99/pkrandom/patches/instant_text/ruby_10_instant_text.ips) | bin | 270 -> 270 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/instant_text/ruby_11_instant_text.ips (renamed from src/com/rafa_99/pkrandom/patches/instant_text/ruby_11_instant_text.ips) | bin | 270 -> 270 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/instant_text/ruby_12_instant_text.ips (renamed from src/com/rafa_99/pkrandom/patches/instant_text/ruby_12_instant_text.ips) | bin | 270 -> 270 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/instant_text/sapphire_10_instant_text.ips (renamed from src/com/rafa_99/pkrandom/patches/instant_text/sapphire_10_instant_text.ips) | bin | 270 -> 270 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/instant_text/sapphire_11_instant_text.ips (renamed from src/com/rafa_99/pkrandom/patches/instant_text/sapphire_11_instant_text.ips) | bin | 270 -> 270 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/instant_text/sapphire_12_instant_text.ips (renamed from src/com/rafa_99/pkrandom/patches/instant_text/sapphire_12_instant_text.ips) | bin | 270 -> 270 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/instant_text/w1_instant_text.ips (renamed from src/com/rafa_99/pkrandom/patches/instant_text/w1_instant_text.ips) | bin | 103 -> 103 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/instant_text/w2_instant_text.ips (renamed from src/com/rafa_99/pkrandom/patches/instant_text/w2_instant_text.ips) | bin | 24 -> 24 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/musicfix/black2_musicfix.ips (renamed from src/com/rafa_99/pkrandom/patches/musicfix/black2_musicfix.ips) | bin | 460 -> 460 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/musicfix/black2_ovl36_musicfix.ips (renamed from src/com/rafa_99/pkrandom/patches/musicfix/black2_ovl36_musicfix.ips) | bin | 41 -> 41 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/musicfix/black_musicfix.ips (renamed from src/com/rafa_99/pkrandom/patches/musicfix/black_musicfix.ips) | bin | 264 -> 264 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/musicfix/black_ovl21_musicfix.ips (renamed from src/com/rafa_99/pkrandom/patches/musicfix/black_ovl21_musicfix.ips) | bin | 39 -> 39 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/musicfix/diamond_musicfix.ips (renamed from src/com/rafa_99/pkrandom/patches/musicfix/diamond_musicfix.ips) | bin | 202 -> 202 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/musicfix/em_musicfix.ips (renamed from src/com/rafa_99/pkrandom/patches/musicfix/em_musicfix.ips) | bin | 160 -> 160 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/musicfix/fr_musicfix_10.ips (renamed from src/com/rafa_99/pkrandom/patches/musicfix/fr_musicfix_10.ips) | bin | 137 -> 137 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/musicfix/fr_musicfix_11.ips (renamed from src/com/rafa_99/pkrandom/patches/musicfix/fr_musicfix_11.ips) | bin | 137 -> 137 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/musicfix/lg_musicfix_10.ips (renamed from src/com/rafa_99/pkrandom/patches/musicfix/lg_musicfix_10.ips) | bin | 137 -> 137 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/musicfix/lg_musicfix_11.ips (renamed from src/com/rafa_99/pkrandom/patches/musicfix/lg_musicfix_11.ips) | bin | 137 -> 137 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/musicfix/plat_musicfix.ips (renamed from src/com/rafa_99/pkrandom/patches/musicfix/plat_musicfix.ips) | bin | 277 -> 277 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/musicfix/white2_musicfix.ips (renamed from src/com/rafa_99/pkrandom/patches/musicfix/white2_musicfix.ips) | bin | 460 -> 460 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/musicfix/white2_ovl36_musicfix.ips (renamed from src/com/rafa_99/pkrandom/patches/musicfix/white2_ovl36_musicfix.ips) | bin | 41 -> 41 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/musicfix/white_musicfix.ips (renamed from src/com/rafa_99/pkrandom/patches/musicfix/white_musicfix.ips) | bin | 264 -> 264 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/musicfix/white_ovl21_musicfix.ips (renamed from src/com/rafa_99/pkrandom/patches/musicfix/white_ovl21_musicfix.ips) | bin | 39 -> 39 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/national_dex/bw1_national_dex.ips (renamed from src/com/rafa_99/pkrandom/patches/national_dex/bw1_national_dex.ips) | bin | 1753 -> 1753 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/national_dex/bw2_national_dex.ips (renamed from src/com/rafa_99/pkrandom/patches/national_dex/bw2_national_dex.ips) | bin | 6543 -> 6543 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/national_dex/dp_national_dex.ips (renamed from src/com/rafa_99/pkrandom/patches/national_dex/dp_national_dex.ips) | bin | 30 -> 30 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/national_dex/hgss_national_dex.ips (renamed from src/com/rafa_99/pkrandom/patches/national_dex/hgss_national_dex.ips) | bin | 404 -> 404 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/national_dex/plat_national_dex.ips (renamed from src/com/rafa_99/pkrandom/patches/national_dex/plat_national_dex.ips) | bin | 20 -> 20 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/patches/pt_fast_distortion_world.ips (renamed from src/com/rafa_99/pkrandom/patches/pt_fast_distortion_world.ips) | bin | 372 -> 372 bytes | |||
-rwxr-xr-x | src/com/sneed/pkrandom/patches/rb_en_critrate.ips (renamed from src/com/rafa_99/pkrandom/patches/rb_en_critrate.ips) | bin | 80 -> 80 bytes | |||
-rwxr-xr-x | src/com/sneed/pkrandom/patches/rb_en_xaccnerf.ips (renamed from src/com/rafa_99/pkrandom/patches/rb_en_xaccnerf.ips) | bin | 48 -> 48 bytes | |||
-rwxr-xr-x | src/com/sneed/pkrandom/patches/yellow_en_critrate.ips (renamed from src/com/rafa_99/pkrandom/patches/yellow_en_critrate.ips) | bin | 80 -> 80 bytes | |||
-rwxr-xr-x | src/com/sneed/pkrandom/patches/yellow_en_xaccnerf.ips (renamed from src/com/rafa_99/pkrandom/patches/yellow_en_xaccnerf.ips) | bin | 48 -> 48 bytes | |||
-rw-r--r-- | src/com/sneed/pkrandom/pokemon/Aura.java (renamed from src/com/rafa_99/pkrandom/pokemon/Aura.java) | 4 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/pokemon/Effectiveness.java (renamed from src/com/rafa_99/pkrandom/pokemon/Effectiveness.java) | 4 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/pokemon/Encounter.java (renamed from src/com/rafa_99/pkrandom/pokemon/Encounter.java) | 4 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/pokemon/EncounterSet.java (renamed from src/com/rafa_99/pkrandom/pokemon/EncounterSet.java) | 4 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/pokemon/Evolution.java (renamed from src/com/rafa_99/pkrandom/pokemon/Evolution.java) | 4 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/pokemon/EvolutionType.java (renamed from src/com/rafa_99/pkrandom/pokemon/EvolutionType.java) | 4 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/pokemon/EvolutionUpdate.java (renamed from src/com/rafa_99/pkrandom/pokemon/EvolutionUpdate.java) | 2 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/pokemon/ExpCurve.java (renamed from src/com/rafa_99/pkrandom/pokemon/ExpCurve.java) | 4 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/pokemon/FormeInfo.java (renamed from src/com/rafa_99/pkrandom/pokemon/FormeInfo.java) | 2 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/pokemon/Gen1Pokemon.java (renamed from src/com/rafa_99/pkrandom/pokemon/Gen1Pokemon.java) | 2 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/pokemon/GenRestrictions.java (renamed from src/com/rafa_99/pkrandom/pokemon/GenRestrictions.java) | 4 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/pokemon/IngameTrade.java (renamed from src/com/rafa_99/pkrandom/pokemon/IngameTrade.java) | 4 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/pokemon/ItemList.java (renamed from src/com/rafa_99/pkrandom/pokemon/ItemList.java) | 4 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/pokemon/MegaEvolution.java (renamed from src/com/rafa_99/pkrandom/pokemon/MegaEvolution.java) | 2 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/pokemon/Move.java (renamed from src/com/rafa_99/pkrandom/pokemon/Move.java) | 4 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/pokemon/MoveCategory.java (renamed from src/com/rafa_99/pkrandom/pokemon/MoveCategory.java) | 4 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/pokemon/MoveLearnt.java (renamed from src/com/rafa_99/pkrandom/pokemon/MoveLearnt.java) | 4 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/pokemon/PickupItem.java (renamed from src/com/rafa_99/pkrandom/pokemon/PickupItem.java) | 2 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/pokemon/Pokemon.java (renamed from src/com/rafa_99/pkrandom/pokemon/Pokemon.java) | 6 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/pokemon/SOSType.java (renamed from src/com/rafa_99/pkrandom/pokemon/SOSType.java) | 2 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/pokemon/Shop.java (renamed from src/com/rafa_99/pkrandom/pokemon/Shop.java) | 4 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/pokemon/Stat.java (renamed from src/com/rafa_99/pkrandom/pokemon/Stat.java) | 2 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/pokemon/StatChange.java (renamed from src/com/rafa_99/pkrandom/pokemon/StatChange.java) | 2 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/pokemon/StatChangeMoveType.java (renamed from src/com/rafa_99/pkrandom/pokemon/StatChangeMoveType.java) | 2 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/pokemon/StatChangeType.java (renamed from src/com/rafa_99/pkrandom/pokemon/StatChangeType.java) | 2 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/pokemon/StaticEncounter.java (renamed from src/com/rafa_99/pkrandom/pokemon/StaticEncounter.java) | 2 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/pokemon/StatusMoveType.java (renamed from src/com/rafa_99/pkrandom/pokemon/StatusMoveType.java) | 2 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/pokemon/StatusType.java (renamed from src/com/rafa_99/pkrandom/pokemon/StatusType.java) | 2 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/pokemon/TotemPokemon.java (renamed from src/com/rafa_99/pkrandom/pokemon/TotemPokemon.java) | 2 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/pokemon/Trainer.java (renamed from src/com/rafa_99/pkrandom/pokemon/Trainer.java) | 4 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/pokemon/TrainerPokemon.java (renamed from src/com/rafa_99/pkrandom/pokemon/TrainerPokemon.java) | 4 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/pokemon/Type.java (renamed from src/com/rafa_99/pkrandom/pokemon/Type.java) | 6 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/pokemon/TypeRelationship.java (renamed from src/com/rafa_99/pkrandom/pokemon/TypeRelationship.java) | 2 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/romhandlers/Abstract3DSRomHandler.java (renamed from src/com/rafa_99/pkrandom/romhandlers/Abstract3DSRomHandler.java) | 14 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/romhandlers/AbstractDSRomHandler.java (renamed from src/com/rafa_99/pkrandom/romhandlers/AbstractDSRomHandler.java) | 16 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/romhandlers/AbstractGBCRomHandler.java (renamed from src/com/rafa_99/pkrandom/romhandlers/AbstractGBCRomHandler.java) | 8 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/romhandlers/AbstractGBRomHandler.java (renamed from src/com/rafa_99/pkrandom/romhandlers/AbstractGBRomHandler.java) | 8 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/romhandlers/AbstractRomHandler.java (renamed from src/com/rafa_99/pkrandom/romhandlers/AbstractRomHandler.java) | 12 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/romhandlers/Gen1RomHandler.java (renamed from src/com/rafa_99/pkrandom/romhandlers/Gen1RomHandler.java) | 20 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/romhandlers/Gen2RomHandler.java (renamed from src/com/rafa_99/pkrandom/romhandlers/Gen2RomHandler.java) | 12 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/romhandlers/Gen3RomHandler.java (renamed from src/com/rafa_99/pkrandom/romhandlers/Gen3RomHandler.java) | 14 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/romhandlers/Gen4RomHandler.java (renamed from src/com/rafa_99/pkrandom/romhandlers/Gen4RomHandler.java) | 16 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/romhandlers/Gen5RomHandler.java (renamed from src/com/rafa_99/pkrandom/romhandlers/Gen5RomHandler.java) | 16 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/romhandlers/Gen6RomHandler.java (renamed from src/com/rafa_99/pkrandom/romhandlers/Gen6RomHandler.java) | 16 | ||||
-rw-r--r-- | src/com/sneed/pkrandom/romhandlers/Gen7RomHandler.java (renamed from src/com/rafa_99/pkrandom/romhandlers/Gen7RomHandler.java) | 24 | ||||
-rwxr-xr-x | src/com/sneed/pkrandom/romhandlers/RomHandler.java (renamed from src/com/rafa_99/pkrandom/romhandlers/RomHandler.java) | 10 |
189 files changed, 779 insertions, 779 deletions
diff --git a/src/com/rafa_99/pkrandom/CustomNamesSet.java b/src/com/sneed/pkrandom/CustomNamesSet.java index fd87bc5..45d373c 100644 --- a/src/com/rafa_99/pkrandom/CustomNamesSet.java +++ b/src/com/sneed/pkrandom/CustomNamesSet.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom; +package com.sneed.pkrandom; /*----------------------------------------------------------------------------*/ /*-- CustomNamesSet.java - handles functionality related to custom names. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/FileFunctions.java b/src/com/sneed/pkrandom/FileFunctions.java index 1d6eb92..d2c8d8f 100755 --- a/src/com/rafa_99/pkrandom/FileFunctions.java +++ b/src/com/sneed/pkrandom/FileFunctions.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom; +package com.sneed.pkrandom; /*----------------------------------------------------------------------------*/ /*-- FileFunctions.java - functions relating to file I/O. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ @@ -73,7 +73,7 @@ public class FileFunctions { return true; } } - return FileFunctions.class.getResource("/com/rafa_99/pkrandom/config/" + filename) != null; + return FileFunctions.class.getResource("/com/sneed/pkrandom/config/" + filename) != null; } public static InputStream openConfig(String filename) throws FileNotFoundException { @@ -87,7 +87,7 @@ public class FileFunctions { return new FileInputStream(fh); } } - return FileFunctions.class.getResourceAsStream("/com/rafa_99/pkrandom/config/" + filename); + return FileFunctions.class.getResourceAsStream("/com/sneed/pkrandom/config/" + filename); } public static CustomNamesSet getCustomNames() throws IOException { @@ -257,7 +257,7 @@ public class FileFunctions { } private static byte[] getCodeTweakFile(String filename) throws IOException { - InputStream is = FileFunctions.class.getResourceAsStream("/com/rafa_99/pkrandom/patches/" + filename); + InputStream is = FileFunctions.class.getResourceAsStream("/com/sneed/pkrandom/patches/" + filename); byte[] buf = readFullyIntoBuffer(is, is.available()); is.close(); return buf; diff --git a/src/com/rafa_99/pkrandom/GFXFunctions.java b/src/com/sneed/pkrandom/GFXFunctions.java index 0e197b9..644b349 100644 --- a/src/com/rafa_99/pkrandom/GFXFunctions.java +++ b/src/com/sneed/pkrandom/GFXFunctions.java @@ -1,11 +1,11 @@ -package com.rafa_99.pkrandom; +package com.sneed.pkrandom; /*----------------------------------------------------------------------------*/ /*-- GFXFunctions.java - functions relating to graphics rendering. --*/ /*-- Mainly used for rendering the sprites. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/MiscTweak.java b/src/com/sneed/pkrandom/MiscTweak.java index 7943d95..f61dd37 100755 --- a/src/com/rafa_99/pkrandom/MiscTweak.java +++ b/src/com/sneed/pkrandom/MiscTweak.java @@ -1,11 +1,11 @@ -package com.rafa_99.pkrandom; +package com.sneed.pkrandom; /*----------------------------------------------------------------------------*/ /*-- MiscTweak.java - represents a miscellaneous tweak that can be applied --*/ /*-- to some or all games that the randomizer supports. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ @@ -33,7 +33,7 @@ public class MiscTweak implements Comparable<MiscTweak> { public static final int NO_MISC_TWEAKS = 0; - private static final ResourceBundle bundle = ResourceBundle.getBundle("com/rafa_99/pkrandom/newgui/Bundle"); + private static final ResourceBundle bundle = ResourceBundle.getBundle("com/sneed/pkrandom/newgui/Bundle"); public static List<MiscTweak> allTweaks = new ArrayList<>(); diff --git a/src/com/rafa_99/pkrandom/RandomSource.java b/src/com/sneed/pkrandom/RandomSource.java index 0ea9071..97eef30 100755 --- a/src/com/rafa_99/pkrandom/RandomSource.java +++ b/src/com/sneed/pkrandom/RandomSource.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom; +package com.sneed.pkrandom; /*----------------------------------------------------------------------------*/ /*-- RandomSource.java - functions as a centralized source of randomness --*/ @@ -6,7 +6,7 @@ package com.rafa_99.pkrandom; /*-- ROM consistently. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/Randomizer.java b/src/com/sneed/pkrandom/Randomizer.java index 122600c..98ff249 100644 --- a/src/com/rafa_99/pkrandom/Randomizer.java +++ b/src/com/sneed/pkrandom/Randomizer.java @@ -1,11 +1,11 @@ -package com.rafa_99.pkrandom;
+package com.sneed.pkrandom;
/*----------------------------------------------------------------------------*/
/*-- Randomizer.java - Can randomize a file based on settings. --*/
/*-- Output varies by seed. --*/
/*-- --*/
/*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/
-/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/
+/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/
/*-- Pokemon and any associated names and the like are --*/
/*-- trademark and (C) Nintendo 1996-2020. --*/
/*-- --*/
@@ -29,9 +29,9 @@ import java.io.OutputStream; import java.io.PrintStream;
import java.util.*;
-import com.rafa_99.pkrandom.pokemon.*;
-import com.rafa_99.pkrandom.romhandlers.Gen1RomHandler;
-import com.rafa_99.pkrandom.romhandlers.RomHandler;
+import com.sneed.pkrandom.pokemon.*;
+import com.sneed.pkrandom.romhandlers.Gen1RomHandler;
+import com.sneed.pkrandom.romhandlers.RomHandler;
// Can randomize a file based on settings. Output varies by seed.
public class Randomizer {
diff --git a/src/com/rafa_99/pkrandom/RomFunctions.java b/src/com/sneed/pkrandom/RomFunctions.java index db28143..6ffc8f7 100755 --- a/src/com/rafa_99/pkrandom/RomFunctions.java +++ b/src/com/sneed/pkrandom/RomFunctions.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom; +package com.sneed.pkrandom; /*----------------------------------------------------------------------------*/ /*-- RomFunctions.java - contains functions useful throughout the program. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ @@ -31,10 +31,10 @@ import java.util.Map; import java.util.Set; import java.util.TreeSet; -import com.rafa_99.pkrandom.pokemon.Evolution; -import com.rafa_99.pkrandom.pokemon.MoveLearnt; -import com.rafa_99.pkrandom.pokemon.Pokemon; -import com.rafa_99.pkrandom.romhandlers.RomHandler; +import com.sneed.pkrandom.pokemon.Evolution; +import com.sneed.pkrandom.pokemon.MoveLearnt; +import com.sneed.pkrandom.pokemon.Pokemon; +import com.sneed.pkrandom.romhandlers.RomHandler; public class RomFunctions { diff --git a/src/com/rafa_99/pkrandom/Settings.java b/src/com/sneed/pkrandom/Settings.java index 711c07b..f6bf1c9 100644 --- a/src/com/rafa_99/pkrandom/Settings.java +++ b/src/com/sneed/pkrandom/Settings.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom;
+package com.sneed.pkrandom;
/*----------------------------------------------------------------------------*/
/*-- Settings.java - encapsulates a configuration of settings used by the --*/
@@ -6,7 +6,7 @@ package com.rafa_99.pkrandom; /*-- target game. --*/
/*-- --*/
/*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/
-/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/
+/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/
/*-- Pokemon and any associated names and the like are --*/
/*-- trademark and (C) Nintendo 1996-2020. --*/
/*-- --*/
@@ -36,14 +36,14 @@ import java.util.Base64; import java.util.List;
import java.util.zip.CRC32;
-import com.rafa_99.pkrandom.pokemon.ExpCurve;
-import com.rafa_99.pkrandom.pokemon.GenRestrictions;
-import com.rafa_99.pkrandom.pokemon.Pokemon;
-import com.rafa_99.pkrandom.romhandlers.Gen1RomHandler;
-import com.rafa_99.pkrandom.romhandlers.Gen2RomHandler;
-import com.rafa_99.pkrandom.romhandlers.Gen3RomHandler;
-import com.rafa_99.pkrandom.romhandlers.Gen5RomHandler;
-import com.rafa_99.pkrandom.romhandlers.RomHandler;
+import com.sneed.pkrandom.pokemon.ExpCurve;
+import com.sneed.pkrandom.pokemon.GenRestrictions;
+import com.sneed.pkrandom.pokemon.Pokemon;
+import com.sneed.pkrandom.romhandlers.Gen1RomHandler;
+import com.sneed.pkrandom.romhandlers.Gen2RomHandler;
+import com.sneed.pkrandom.romhandlers.Gen3RomHandler;
+import com.sneed.pkrandom.romhandlers.Gen5RomHandler;
+import com.sneed.pkrandom.romhandlers.RomHandler;
public class Settings {
diff --git a/src/com/rafa_99/pkrandom/SettingsUpdater.java b/src/com/sneed/pkrandom/SettingsUpdater.java index 35086d9..7825db0 100644 --- a/src/com/rafa_99/pkrandom/SettingsUpdater.java +++ b/src/com/sneed/pkrandom/SettingsUpdater.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom; +package com.sneed.pkrandom; /*----------------------------------------------------------------------------*/ /*-- SettingsUpdater.java - handles the process of updating a Settings file--*/ @@ -7,7 +7,7 @@ package com.rafa_99.pkrandom; /*-- the current version. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/SysConstants.java b/src/com/sneed/pkrandom/SysConstants.java index 519920b..9405404 100644 --- a/src/com/rafa_99/pkrandom/SysConstants.java +++ b/src/com/sneed/pkrandom/SysConstants.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom; +package com.sneed.pkrandom; /*----------------------------------------------------------------------------*/ /*-- SysConstants.java - contains constants not related to the --*/ @@ -6,7 +6,7 @@ package com.rafa_99.pkrandom; /*-- relating to file I/O and the updating system. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ @@ -30,8 +30,8 @@ import java.io.File; public class SysConstants { - public static final String AUTOUPDATE_URL = "http://pokehacks.rafa_99.com/randomizer/autoupdate/"; - public static final String WEBSITE_URL = "http://pokehacks.rafa_99.com/randomizer/"; + public static final String AUTOUPDATE_URL = "http://pokehacks.sneed.com/randomizer/autoupdate/"; + public static final String WEBSITE_URL = "http://pokehacks.sneed.com/randomizer/"; public static final String WEBSITE_URL_ZX = "https://github.com/Ajarmar/universal-pokemon-randomizer-zx/releases"; public static final String WIKI_URL_ZX = "https://github.com/Ajarmar/universal-pokemon-randomizer-zx/wiki"; public static final String API_URL_ZX = "https://api.github.com/repos/ajarmar/universal-pokemon-randomizer-zx/releases/latest"; diff --git a/src/com/rafa_99/pkrandom/Utils.java b/src/com/sneed/pkrandom/Utils.java index 90a8754..07d211a 100644 --- a/src/com/rafa_99/pkrandom/Utils.java +++ b/src/com/sneed/pkrandom/Utils.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom; +package com.sneed.pkrandom; /*----------------------------------------------------------------------------*/ /*-- Utils.java - contains functions related to specific parts of the --*/ @@ -7,7 +7,7 @@ package com.rafa_99.pkrandom; /*-- from GUI code. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ @@ -37,8 +37,8 @@ import java.nio.ByteBuffer; import java.util.Base64; import java.util.zip.CRC32; -import com.rafa_99.pkrandom.exceptions.InvalidSupplementFilesException; -import com.rafa_99.pkrandom.newgui.NewRandomizerGUI; +import com.sneed.pkrandom.exceptions.InvalidSupplementFilesException; +import com.sneed.pkrandom.newgui.NewRandomizerGUI; public class Utils { diff --git a/src/com/rafa_99/pkrandom/Version.java b/src/com/sneed/pkrandom/Version.java index 8614b49..49a1657 100644 --- a/src/com/rafa_99/pkrandom/Version.java +++ b/src/com/sneed/pkrandom/Version.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom; +package com.sneed.pkrandom; /*----------------------------------------------------------------------------*/ /*-- Version.java - contains information about the randomizer's versions --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/cli/CliRandomizer.java b/src/com/sneed/pkrandom/cli/CliRandomizer.java index d7af463..e9d300c 100644 --- a/src/com/rafa_99/pkrandom/cli/CliRandomizer.java +++ b/src/com/sneed/pkrandom/cli/CliRandomizer.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.cli; +package com.sneed.pkrandom.cli; -import com.rafa_99.pkrandom.FileFunctions; -import com.rafa_99.pkrandom.RandomSource; -import com.rafa_99.pkrandom.Randomizer; -import com.rafa_99.pkrandom.Settings; -import com.rafa_99.pkrandom.romhandlers.*; +import com.sneed.pkrandom.FileFunctions; +import com.sneed.pkrandom.RandomSource; +import com.sneed.pkrandom.Randomizer; +import com.sneed.pkrandom.Settings; +import com.sneed.pkrandom.romhandlers.*; import java.io.*; import java.util.ArrayList; @@ -14,7 +14,7 @@ import java.util.ResourceBundle; public class CliRandomizer { - private final static ResourceBundle bundle = java.util.ResourceBundle.getBundle("com/rafa_99/pkrandom/newgui/Bundle"); + private final static ResourceBundle bundle = java.util.ResourceBundle.getBundle("com/sneed/pkrandom/newgui/Bundle"); private static boolean performDirectRandomization(String settingsFilePath, String sourceRomFilePath, String destinationRomFilePath, boolean saveAsDirectory, @@ -35,7 +35,7 @@ public class CliRandomizer { File fh = new File(settingsFilePath); FileInputStream fis = new FileInputStream(fh); settings = Settings.read(fis); - // taken from com.rafa_99.pkrandom.newgui.NewRandomizerGUI.saveROM, set distinctly from all other settings + // taken from com.sneed.pkrandom.newgui.NewRandomizerGUI.saveROM, set distinctly from all other settings settings.setCustomNames(FileFunctions.getCustomNames()); fis.close(); } catch (UnsupportedOperationException | IllegalArgumentException | IOException ex) { diff --git a/src/com/rafa_99/pkrandom/config/Generation4.tbl b/src/com/sneed/pkrandom/config/Generation4.tbl index 1354430..1354430 100755 --- a/src/com/rafa_99/pkrandom/config/Generation4.tbl +++ b/src/com/sneed/pkrandom/config/Generation4.tbl diff --git a/src/com/rafa_99/pkrandom/config/Generation5.tbl b/src/com/sneed/pkrandom/config/Generation5.tbl index 8c38355..8c38355 100755 --- a/src/com/rafa_99/pkrandom/config/Generation5.tbl +++ b/src/com/sneed/pkrandom/config/Generation5.tbl diff --git a/src/com/rafa_99/pkrandom/config/customnames.rncn b/src/com/sneed/pkrandom/config/customnames.rncn Binary files differindex 7f1caff..7f1caff 100644 --- a/src/com/rafa_99/pkrandom/config/customnames.rncn +++ b/src/com/sneed/pkrandom/config/customnames.rncn diff --git a/src/com/rafa_99/pkrandom/config/gameboy_jpn.tbl b/src/com/sneed/pkrandom/config/gameboy_jpn.tbl index e419887..e419887 100644 --- a/src/com/rafa_99/pkrandom/config/gameboy_jpn.tbl +++ b/src/com/sneed/pkrandom/config/gameboy_jpn.tbl diff --git a/src/com/rafa_99/pkrandom/config/gba_english.tbl b/src/com/sneed/pkrandom/config/gba_english.tbl index 82f4e3a..82f4e3a 100755 --- a/src/com/rafa_99/pkrandom/config/gba_english.tbl +++ b/src/com/sneed/pkrandom/config/gba_english.tbl diff --git a/src/com/rafa_99/pkrandom/config/gba_jpn.tbl b/src/com/sneed/pkrandom/config/gba_jpn.tbl index 90d1b94..90d1b94 100644 --- a/src/com/rafa_99/pkrandom/config/gba_jpn.tbl +++ b/src/com/sneed/pkrandom/config/gba_jpn.tbl diff --git a/src/com/rafa_99/pkrandom/config/gen1_offsets.ini b/src/com/sneed/pkrandom/config/gen1_offsets.ini index 2598794..2598794 100755 --- a/src/com/rafa_99/pkrandom/config/gen1_offsets.ini +++ b/src/com/sneed/pkrandom/config/gen1_offsets.ini diff --git a/src/com/rafa_99/pkrandom/config/gen2_offsets.ini b/src/com/sneed/pkrandom/config/gen2_offsets.ini index daa3373..daa3373 100755 --- a/src/com/rafa_99/pkrandom/config/gen2_offsets.ini +++ b/src/com/sneed/pkrandom/config/gen2_offsets.ini diff --git a/src/com/rafa_99/pkrandom/config/gen3_offsets.ini b/src/com/sneed/pkrandom/config/gen3_offsets.ini index a02efda..a02efda 100755 --- a/src/com/rafa_99/pkrandom/config/gen3_offsets.ini +++ b/src/com/sneed/pkrandom/config/gen3_offsets.ini diff --git a/src/com/rafa_99/pkrandom/config/gen4_offsets.ini b/src/com/sneed/pkrandom/config/gen4_offsets.ini index f225d43..f225d43 100755 --- a/src/com/rafa_99/pkrandom/config/gen4_offsets.ini +++ b/src/com/sneed/pkrandom/config/gen4_offsets.ini diff --git a/src/com/rafa_99/pkrandom/config/gen5_offsets.ini b/src/com/sneed/pkrandom/config/gen5_offsets.ini index 5574c4b..5574c4b 100755 --- a/src/com/rafa_99/pkrandom/config/gen5_offsets.ini +++ b/src/com/sneed/pkrandom/config/gen5_offsets.ini diff --git a/src/com/rafa_99/pkrandom/config/gen6_offsets.ini b/src/com/sneed/pkrandom/config/gen6_offsets.ini index 3b96a9e..3b96a9e 100644 --- a/src/com/rafa_99/pkrandom/config/gen6_offsets.ini +++ b/src/com/sneed/pkrandom/config/gen6_offsets.ini diff --git a/src/com/rafa_99/pkrandom/config/gen7_offsets.ini b/src/com/sneed/pkrandom/config/gen7_offsets.ini index 85f6a29..85f6a29 100644 --- a/src/com/rafa_99/pkrandom/config/gen7_offsets.ini +++ b/src/com/sneed/pkrandom/config/gen7_offsets.ini diff --git a/src/com/rafa_99/pkrandom/config/green_translation.tbl b/src/com/sneed/pkrandom/config/green_translation.tbl index e01baf0..e01baf0 100755 --- a/src/com/rafa_99/pkrandom/config/green_translation.tbl +++ b/src/com/sneed/pkrandom/config/green_translation.tbl diff --git a/src/com/rafa_99/pkrandom/config/gsc_english.tbl b/src/com/sneed/pkrandom/config/gsc_english.tbl index e5fe32a..e5fe32a 100755 --- a/src/com/rafa_99/pkrandom/config/gsc_english.tbl +++ b/src/com/sneed/pkrandom/config/gsc_english.tbl diff --git a/src/com/rafa_99/pkrandom/config/gsc_espita.tbl b/src/com/sneed/pkrandom/config/gsc_espita.tbl index d9f603c..d9f603c 100755 --- a/src/com/rafa_99/pkrandom/config/gsc_espita.tbl +++ b/src/com/sneed/pkrandom/config/gsc_espita.tbl diff --git a/src/com/rafa_99/pkrandom/config/gsc_freger.tbl b/src/com/sneed/pkrandom/config/gsc_freger.tbl index b896459..b896459 100755 --- a/src/com/rafa_99/pkrandom/config/gsc_freger.tbl +++ b/src/com/sneed/pkrandom/config/gsc_freger.tbl diff --git a/src/com/rafa_99/pkrandom/config/rby_english.tbl b/src/com/sneed/pkrandom/config/rby_english.tbl index 88c21d6..88c21d6 100755 --- a/src/com/rafa_99/pkrandom/config/rby_english.tbl +++ b/src/com/sneed/pkrandom/config/rby_english.tbl diff --git a/src/com/rafa_99/pkrandom/config/rby_espita.tbl b/src/com/sneed/pkrandom/config/rby_espita.tbl index 3ca057c..3ca057c 100755 --- a/src/com/rafa_99/pkrandom/config/rby_espita.tbl +++ b/src/com/sneed/pkrandom/config/rby_espita.tbl diff --git a/src/com/rafa_99/pkrandom/config/rby_freger.tbl b/src/com/sneed/pkrandom/config/rby_freger.tbl index 93ad462..93ad462 100755 --- a/src/com/rafa_99/pkrandom/config/rby_freger.tbl +++ b/src/com/sneed/pkrandom/config/rby_freger.tbl diff --git a/src/com/rafa_99/pkrandom/config/realistic_gen1_english.tbl b/src/com/sneed/pkrandom/config/realistic_gen1_english.tbl index 403e1d0..403e1d0 100644 --- a/src/com/rafa_99/pkrandom/config/realistic_gen1_english.tbl +++ b/src/com/sneed/pkrandom/config/realistic_gen1_english.tbl diff --git a/src/com/rafa_99/pkrandom/config/vietcrystal.tbl b/src/com/sneed/pkrandom/config/vietcrystal.tbl index 71a06ce..71a06ce 100755 --- a/src/com/rafa_99/pkrandom/config/vietcrystal.tbl +++ b/src/com/sneed/pkrandom/config/vietcrystal.tbl diff --git a/src/com/rafa_99/pkrandom/constants/Abilities.java b/src/com/sneed/pkrandom/constants/Abilities.java index d453eff..f1b2eaa 100644 --- a/src/com/rafa_99/pkrandom/constants/Abilities.java +++ b/src/com/sneed/pkrandom/constants/Abilities.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.constants; +package com.sneed.pkrandom.constants; /*----------------------------------------------------------------------------*/ /*-- Abilities.java - defines an index number constant for every Ability. --*/ diff --git a/src/com/rafa_99/pkrandom/constants/GBConstants.java b/src/com/sneed/pkrandom/constants/GBConstants.java index b3815a0..d23bd21 100644 --- a/src/com/rafa_99/pkrandom/constants/GBConstants.java +++ b/src/com/sneed/pkrandom/constants/GBConstants.java @@ -1,11 +1,11 @@ -package com.rafa_99.pkrandom.constants; +package com.sneed.pkrandom.constants; /*----------------------------------------------------------------------------*/ /*-- GBConstants.java - constants that are relevant for all of the GB --*/ /*-- games --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ @@ -25,7 +25,7 @@ package com.rafa_99.pkrandom.constants; /*-- along with this program. If not, see <http://www.gnu.org/licenses/>. --*/ /*----------------------------------------------------------------------------*/ -import com.rafa_99.pkrandom.pokemon.Type; +import com.sneed.pkrandom.pokemon.Type; import java.util.Arrays; import java.util.Collections; diff --git a/src/com/rafa_99/pkrandom/constants/Gen1Constants.java b/src/com/sneed/pkrandom/constants/Gen1Constants.java index e21af8b..f0f8bd5 100644 --- a/src/com/rafa_99/pkrandom/constants/Gen1Constants.java +++ b/src/com/sneed/pkrandom/constants/Gen1Constants.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.constants; +package com.sneed.pkrandom.constants; /*----------------------------------------------------------------------------*/ /*-- Gen1Constants.java - Constants for Red/Green/Blue/Yellow --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ @@ -28,9 +28,9 @@ import java.util.Arrays; import java.util.Collections; import java.util.List; -import com.rafa_99.pkrandom.pokemon.ItemList; -import com.rafa_99.pkrandom.pokemon.Trainer; -import com.rafa_99.pkrandom.pokemon.Type; +import com.sneed.pkrandom.pokemon.ItemList; +import com.sneed.pkrandom.pokemon.Trainer; +import com.sneed.pkrandom.pokemon.Type; public class Gen1Constants { diff --git a/src/com/rafa_99/pkrandom/constants/Gen1Items.java b/src/com/sneed/pkrandom/constants/Gen1Items.java index 3dd970b..bffbe0d 100644 --- a/src/com/rafa_99/pkrandom/constants/Gen1Items.java +++ b/src/com/sneed/pkrandom/constants/Gen1Items.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.constants; +package com.sneed.pkrandom.constants; /*----------------------------------------------------------------------------*/ /*-- Gen1Items.java - defines an index number constant for every item in --*/ diff --git a/src/com/rafa_99/pkrandom/constants/Gen2Constants.java b/src/com/sneed/pkrandom/constants/Gen2Constants.java index ec9ff29..d06dc00 100644 --- a/src/com/rafa_99/pkrandom/constants/Gen2Constants.java +++ b/src/com/sneed/pkrandom/constants/Gen2Constants.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.constants; +package com.sneed.pkrandom.constants; /*----------------------------------------------------------------------------*/ /*-- Gen2Constants.java - Constants for Gold/Silver/Crystal --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ @@ -28,9 +28,9 @@ import java.util.Arrays; import java.util.Collections; import java.util.List; -import com.rafa_99.pkrandom.pokemon.ItemList; -import com.rafa_99.pkrandom.pokemon.Trainer; -import com.rafa_99.pkrandom.pokemon.Type; +import com.sneed.pkrandom.pokemon.ItemList; +import com.sneed.pkrandom.pokemon.Trainer; +import com.sneed.pkrandom.pokemon.Type; public class Gen2Constants { diff --git a/src/com/rafa_99/pkrandom/constants/Gen2Items.java b/src/com/sneed/pkrandom/constants/Gen2Items.java index 9ec3108..ed16f98 100644 --- a/src/com/rafa_99/pkrandom/constants/Gen2Items.java +++ b/src/com/sneed/pkrandom/constants/Gen2Items.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.constants; +package com.sneed.pkrandom.constants; /*----------------------------------------------------------------------------*/ /*-- Gen2Items.java - defines an index number constant for every item in --*/ diff --git a/src/com/rafa_99/pkrandom/constants/Gen3Constants.java b/src/com/sneed/pkrandom/constants/Gen3Constants.java index 0fa1f1d..e405330 100644 --- a/src/com/rafa_99/pkrandom/constants/Gen3Constants.java +++ b/src/com/sneed/pkrandom/constants/Gen3Constants.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.constants; +package com.sneed.pkrandom.constants; /*----------------------------------------------------------------------------*/ /*-- Gen3Constants.java - Constants for Ruby/Sapphire/FR/LG/Emerald --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ @@ -29,9 +29,9 @@ import java.util.stream.Collectors; import java.util.stream.IntStream; import java.util.stream.Stream; -import com.rafa_99.pkrandom.pokemon.ItemList; -import com.rafa_99.pkrandom.pokemon.Trainer; -import com.rafa_99.pkrandom.pokemon.Type; +import com.sneed.pkrandom.pokemon.ItemList; +import com.sneed.pkrandom.pokemon.Trainer; +import com.sneed.pkrandom.pokemon.Type; public class Gen3Constants { diff --git a/src/com/rafa_99/pkrandom/constants/Gen3Items.java b/src/com/sneed/pkrandom/constants/Gen3Items.java index 8fb11c7..0c9fd4d 100644 --- a/src/com/rafa_99/pkrandom/constants/Gen3Items.java +++ b/src/com/sneed/pkrandom/constants/Gen3Items.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.constants; +package com.sneed.pkrandom.constants; /*----------------------------------------------------------------------------*/ /*-- Gen3Items.java - defines an index number constant for every item in --*/ diff --git a/src/com/rafa_99/pkrandom/constants/Gen4Constants.java b/src/com/sneed/pkrandom/constants/Gen4Constants.java index 4126d3c..c45e2fa 100644 --- a/src/com/rafa_99/pkrandom/constants/Gen4Constants.java +++ b/src/com/sneed/pkrandom/constants/Gen4Constants.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.constants; +package com.sneed.pkrandom.constants; /*----------------------------------------------------------------------------*/ /*-- Gen4Constants.java - Constants for DPPt and HGSS --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ @@ -29,7 +29,7 @@ import java.util.stream.Collectors; import java.util.stream.IntStream; import java.util.stream.Stream; -import com.rafa_99.pkrandom.pokemon.*; +import com.sneed.pkrandom.pokemon.*; public class Gen4Constants { diff --git a/src/com/rafa_99/pkrandom/constants/Gen5Constants.java b/src/com/sneed/pkrandom/constants/Gen5Constants.java index b6b052d..d9feeea 100644 --- a/src/com/rafa_99/pkrandom/constants/Gen5Constants.java +++ b/src/com/sneed/pkrandom/constants/Gen5Constants.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.constants;
+package com.sneed.pkrandom.constants;
/*----------------------------------------------------------------------------*/
/*-- Gen5Constants.java - Constants for Black/White/Black 2/White 2 --*/
/*-- --*/
/*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/
-/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/
+/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/
/*-- Pokemon and any associated names and the like are --*/
/*-- trademark and (C) Nintendo 1996-2020. --*/
/*-- --*/
@@ -29,10 +29,10 @@ import java.util.stream.Collectors; import java.util.stream.IntStream;
import java.util.stream.Stream;
-import com.rafa_99.pkrandom.pokemon.ItemList;
-import com.rafa_99.pkrandom.pokemon.MoveCategory;
-import com.rafa_99.pkrandom.pokemon.Trainer;
-import com.rafa_99.pkrandom.pokemon.Type;
+import com.sneed.pkrandom.pokemon.ItemList;
+import com.sneed.pkrandom.pokemon.MoveCategory;
+import com.sneed.pkrandom.pokemon.Trainer;
+import com.sneed.pkrandom.pokemon.Type;
public class Gen5Constants {
diff --git a/src/com/rafa_99/pkrandom/constants/Gen6Constants.java b/src/com/sneed/pkrandom/constants/Gen6Constants.java index 6a2528b..f53e619 100644 --- a/src/com/rafa_99/pkrandom/constants/Gen6Constants.java +++ b/src/com/sneed/pkrandom/constants/Gen6Constants.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.constants; +package com.sneed.pkrandom.constants; /*----------------------------------------------------------------------------*/ /*-- Gen6Constants.java - Constants for X/Y/Omega Ruby/Alpha Sapphire --*/ @@ -23,7 +23,7 @@ package com.rafa_99.pkrandom.constants; /*-- along with this program. If not, see <http://www.gnu.org/licenses/>. --*/ /*----------------------------------------------------------------------------*/ -import com.rafa_99.pkrandom.pokemon.*; +import com.sneed.pkrandom.pokemon.*; import java.util.*; import java.util.stream.Collectors; diff --git a/src/com/rafa_99/pkrandom/constants/Gen7Constants.java b/src/com/sneed/pkrandom/constants/Gen7Constants.java index 52bbf41..195dbbc 100644 --- a/src/com/rafa_99/pkrandom/constants/Gen7Constants.java +++ b/src/com/sneed/pkrandom/constants/Gen7Constants.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.constants; +package com.sneed.pkrandom.constants; /*----------------------------------------------------------------------------*/ /*-- Gen7Constants.java - Constants for Sun/Moon/Ultra Sun/Ultra Moon --*/ @@ -23,10 +23,10 @@ package com.rafa_99.pkrandom.constants; /*-- along with this program. If not, see <http://www.gnu.org/licenses/>. --*/ /*----------------------------------------------------------------------------*/ -import com.rafa_99.pkrandom.pokemon.ItemList; -import com.rafa_99.pkrandom.pokemon.MoveCategory; -import com.rafa_99.pkrandom.pokemon.Trainer; -import com.rafa_99.pkrandom.pokemon.Type; +import com.sneed.pkrandom.pokemon.ItemList; +import com.sneed.pkrandom.pokemon.MoveCategory; +import com.sneed.pkrandom.pokemon.Trainer; +import com.sneed.pkrandom.pokemon.Type; import java.util.*; import java.util.stream.Collectors; diff --git a/src/com/rafa_99/pkrandom/constants/GlobalConstants.java b/src/com/sneed/pkrandom/constants/GlobalConstants.java index db61c66..4d3a594 100644 --- a/src/com/rafa_99/pkrandom/constants/GlobalConstants.java +++ b/src/com/sneed/pkrandom/constants/GlobalConstants.java @@ -1,11 +1,11 @@ -package com.rafa_99.pkrandom.constants; +package com.sneed.pkrandom.constants; /*----------------------------------------------------------------------------*/ /*-- GlobalConstants.java - constants that are relevant for multiple games --*/ /*-- in the Pokemon series --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ @@ -25,8 +25,8 @@ package com.rafa_99.pkrandom.constants; /*-- along with this program. If not, see <http://www.gnu.org/licenses/>. --*/ /*----------------------------------------------------------------------------*/ -import com.rafa_99.pkrandom.pokemon.Stat; -import com.rafa_99.pkrandom.pokemon.StatChange; +import com.sneed.pkrandom.pokemon.Stat; +import com.sneed.pkrandom.pokemon.StatChange; import java.util.Arrays; import java.util.List; diff --git a/src/com/rafa_99/pkrandom/constants/Items.java b/src/com/sneed/pkrandom/constants/Items.java index 8688d43..80ab373 100644 --- a/src/com/rafa_99/pkrandom/constants/Items.java +++ b/src/com/sneed/pkrandom/constants/Items.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.constants; +package com.sneed.pkrandom.constants; /*----------------------------------------------------------------------------*/ /*-- Items.java - defines an index number constant for every item in the --*/ diff --git a/src/com/rafa_99/pkrandom/constants/Moves.java b/src/com/sneed/pkrandom/constants/Moves.java index bf0a4e5..0e18183 100644 --- a/src/com/rafa_99/pkrandom/constants/Moves.java +++ b/src/com/sneed/pkrandom/constants/Moves.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.constants; +package com.sneed.pkrandom.constants; /*----------------------------------------------------------------------------*/ /*-- Moves.java - defines an index number constant for every Move. --*/ diff --git a/src/com/rafa_99/pkrandom/constants/N3DSConstants.java b/src/com/sneed/pkrandom/constants/N3DSConstants.java index 70986a6..bc5b41d 100644 --- a/src/com/rafa_99/pkrandom/constants/N3DSConstants.java +++ b/src/com/sneed/pkrandom/constants/N3DSConstants.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.constants; +package com.sneed.pkrandom.constants; /*----------------------------------------------------------------------------*/ /*-- N3DSConstants.java - constants that are relevant for all of the 3DS --*/ diff --git a/src/com/rafa_99/pkrandom/constants/Species.java b/src/com/sneed/pkrandom/constants/Species.java index 9a2709f..ada3206 100644 --- a/src/com/rafa_99/pkrandom/constants/Species.java +++ b/src/com/sneed/pkrandom/constants/Species.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.constants; +package com.sneed.pkrandom.constants; /*----------------------------------------------------------------------------*/ /*-- Species.java - defines a species number constant for every Pokemon. --*/ diff --git a/src/com/rafa_99/pkrandom/ctr/AMX.java b/src/com/sneed/pkrandom/ctr/AMX.java index aa8f271..41687eb 100644 --- a/src/com/rafa_99/pkrandom/ctr/AMX.java +++ b/src/com/sneed/pkrandom/ctr/AMX.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.ctr; +package com.sneed.pkrandom.ctr; /*----------------------------------------------------------------------------*/ /*-- AMX.java - class for handling AMX script archives --*/ @@ -22,8 +22,8 @@ package com.rafa_99.pkrandom.ctr; /*-- along with this program. If not, see <http://www.gnu.org/licenses/>. --*/ /*----------------------------------------------------------------------------*/ -import com.rafa_99.pkrandom.FileFunctions; -import com.rafa_99.pkrandom.exceptions.RandomizerIOException; +import com.sneed.pkrandom.FileFunctions; +import com.sneed.pkrandom.exceptions.RandomizerIOException; import java.io.ByteArrayOutputStream; import java.io.IOException; diff --git a/src/com/rafa_99/pkrandom/ctr/BFLIM.java b/src/com/sneed/pkrandom/ctr/BFLIM.java index 4df8bc9..9447e00 100644 --- a/src/com/rafa_99/pkrandom/ctr/BFLIM.java +++ b/src/com/sneed/pkrandom/ctr/BFLIM.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.ctr; +package com.sneed.pkrandom.ctr; /*----------------------------------------------------------------------------*/ /*-- BFLIM.java - class for reading/parsing BFLIM images. --*/ @@ -23,7 +23,7 @@ package com.rafa_99.pkrandom.ctr; /*-- along with this program. If not, see <http://www.gnu.org/licenses/>. --*/ /*----------------------------------------------------------------------------*/ -import com.rafa_99.pkrandom.FileFunctions; +import com.sneed.pkrandom.FileFunctions; import java.awt.image.BufferedImage; diff --git a/src/com/rafa_99/pkrandom/ctr/GARCArchive.java b/src/com/sneed/pkrandom/ctr/GARCArchive.java index 61f7b3c..387c23d 100644 --- a/src/com/rafa_99/pkrandom/ctr/GARCArchive.java +++ b/src/com/sneed/pkrandom/ctr/GARCArchive.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.ctr; +package com.sneed.pkrandom.ctr; /*----------------------------------------------------------------------------*/ /*-- GARCArchive.java - class for packing/unpacking GARC archives --*/ diff --git a/src/com/rafa_99/pkrandom/ctr/Mini.java b/src/com/sneed/pkrandom/ctr/Mini.java index 60bce40..64e94ba 100644 --- a/src/com/rafa_99/pkrandom/ctr/Mini.java +++ b/src/com/sneed/pkrandom/ctr/Mini.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.ctr; +package com.sneed.pkrandom.ctr; /*----------------------------------------------------------------------------*/ /*-- Mini.java - class for packing/unpacking Mini archives --*/ @@ -21,7 +21,7 @@ package com.rafa_99.pkrandom.ctr; /*-- along with this program. If not, see <http://www.gnu.org/licenses/>. --*/ /*----------------------------------------------------------------------------*/ -import com.rafa_99.pkrandom.FileFunctions; +import com.sneed.pkrandom.FileFunctions; import java.io.ByteArrayOutputStream; import java.io.IOException; diff --git a/src/com/rafa_99/pkrandom/ctr/NCCH.java b/src/com/sneed/pkrandom/ctr/NCCH.java index 3b097dc..1134095 100644 --- a/src/com/rafa_99/pkrandom/ctr/NCCH.java +++ b/src/com/sneed/pkrandom/ctr/NCCH.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.ctr; +package com.sneed.pkrandom.ctr; /*----------------------------------------------------------------------------*/ /*-- NCCH.java - a base class for dealing with 3DS NCCH ROM images. --*/ @@ -21,10 +21,10 @@ package com.rafa_99.pkrandom.ctr; /*-- along with this program. If not, see <http://www.gnu.org/licenses/>. --*/ /*----------------------------------------------------------------------------*/ -import com.rafa_99.pkrandom.FileFunctions; -import com.rafa_99.pkrandom.SysConstants; -import com.rafa_99.pkrandom.exceptions.EncryptedROMException; -import com.rafa_99.pkrandom.exceptions.RandomizerIOException; +import com.sneed.pkrandom.FileFunctions; +import com.sneed.pkrandom.SysConstants; +import com.sneed.pkrandom.exceptions.EncryptedROMException; +import com.sneed.pkrandom.exceptions.RandomizerIOException; import cuecompressors.BLZCoder; import java.io.*; diff --git a/src/com/rafa_99/pkrandom/ctr/RomfsFile.java b/src/com/sneed/pkrandom/ctr/RomfsFile.java index 6393982..63caccc 100644 --- a/src/com/rafa_99/pkrandom/ctr/RomfsFile.java +++ b/src/com/sneed/pkrandom/ctr/RomfsFile.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.ctr; +package com.sneed.pkrandom.ctr; /*----------------------------------------------------------------------------*/ /*-- RomfsFile.java - an entry in the romfs filesystem --*/ @@ -21,7 +21,7 @@ package com.rafa_99.pkrandom.ctr; /*-- along with this program. If not, see <http://www.gnu.org/licenses/>. --*/ /*----------------------------------------------------------------------------*/ -import com.rafa_99.pkrandom.FileFunctions; +import com.sneed.pkrandom.FileFunctions; import java.io.File; import java.io.FileOutputStream; diff --git a/src/com/rafa_99/pkrandom/ctr/SMDH.java b/src/com/sneed/pkrandom/ctr/SMDH.java index 672be1c..28442ba 100644 --- a/src/com/rafa_99/pkrandom/ctr/SMDH.java +++ b/src/com/sneed/pkrandom/ctr/SMDH.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.ctr; +package com.sneed.pkrandom.ctr; /*----------------------------------------------------------------------------*/ /*-- NCCH.java - a base class for dealing with 3DS SMDH (icon.bin) files. --*/ @@ -21,7 +21,7 @@ package com.rafa_99.pkrandom.ctr; /*-- along with this program. If not, see <http://www.gnu.org/licenses/>. --*/ /*----------------------------------------------------------------------------*/ -import com.rafa_99.pkrandom.FileFunctions; +import com.sneed.pkrandom.FileFunctions; import java.nio.charset.StandardCharsets; diff --git a/src/com/rafa_99/pkrandom/exceptions/EncryptedROMException.java b/src/com/sneed/pkrandom/exceptions/EncryptedROMException.java index c4c9450..29962d6 100644 --- a/src/com/rafa_99/pkrandom/exceptions/EncryptedROMException.java +++ b/src/com/sneed/pkrandom/exceptions/EncryptedROMException.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.exceptions; +package com.sneed.pkrandom.exceptions; /*----------------------------------------------------------------------------*/ /*-- EncryptedROMException.java - exception for when an encrypted 3DS ROM --*/ diff --git a/src/com/rafa_99/pkrandom/exceptions/InvalidSupplementFilesException.java b/src/com/sneed/pkrandom/exceptions/InvalidSupplementFilesException.java index 547f263..43ef1b4 100755 --- a/src/com/rafa_99/pkrandom/exceptions/InvalidSupplementFilesException.java +++ b/src/com/sneed/pkrandom/exceptions/InvalidSupplementFilesException.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.exceptions; +package com.sneed.pkrandom.exceptions; /*----------------------------------------------------------------------------*/ /*-- InvalidSupplementFilesException.java - thrown when the trainer class --*/ @@ -7,7 +7,7 @@ package com.rafa_99.pkrandom.exceptions; /*-- preset creator. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/exceptions/RandomizationException.java b/src/com/sneed/pkrandom/exceptions/RandomizationException.java index 59ed1fa..0f618b2 100644 --- a/src/com/rafa_99/pkrandom/exceptions/RandomizationException.java +++ b/src/com/sneed/pkrandom/exceptions/RandomizationException.java @@ -1,11 +1,11 @@ -package com.rafa_99.pkrandom.exceptions; +package com.sneed.pkrandom.exceptions; /*----------------------------------------------------------------------------*/ /*-- RandomizerException.java - thrown for various errors during --*/ /*-- randomization --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/exceptions/RandomizerIOException.java b/src/com/sneed/pkrandom/exceptions/RandomizerIOException.java index 10e30c4..35cbee0 100644 --- a/src/com/rafa_99/pkrandom/exceptions/RandomizerIOException.java +++ b/src/com/sneed/pkrandom/exceptions/RandomizerIOException.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.exceptions; +package com.sneed.pkrandom.exceptions; /*----------------------------------------------------------------------------*/ /*-- RandomizerIOException.java - generic exception for various IO errors --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/newgui/Bundle.properties b/src/com/sneed/pkrandom/newgui/Bundle.properties index 7c449a7..95ecf3f 100644 --- a/src/com/rafa_99/pkrandom/newgui/Bundle.properties +++ b/src/com/sneed/pkrandom/newgui/Bundle.properties @@ -341,7 +341,7 @@ GUI.miscNerfXAccuracyCheckBox.toolTipText=<html>X Accuracy in Generation 1 games GUI.miscNerfXAccuracyCheckBox.text=Nerf X Accuracy GUI.miscFixCritRateCheckBox.toolTipText=<html>Selecting this option will "fix" Generation 1's critical hit rate to be the same as the other games (1/16), instead of being based on Speed.<br />Focus Energy and Dire Hit will also be fixed to increase crit rate instead of decreasing it.<br />"High crit rate" moves such as Slash will have double the normal crit chance, like in later games. GUI.miscFixCritRateCheckBox.text="Fix" Crit Rate -GUI.miscFastestTextCheckBox.toolTipText=<html>Selecting this option will make all text boxes in the game show up with minimum delay, regardless of the text speed the player sets in Options.<br /><b>Credit to rafa_99/Revo for Gen 3, Kaphotics for Gen 4, Ajarmar for Gen 5, and unknown cheat code makers for Gen 6/7</b> +GUI.miscFastestTextCheckBox.toolTipText=<html>Selecting this option will make all text boxes in the game show up with minimum delay, regardless of the text speed the player sets in Options.<br /><b>Credit to sneed/Revo for Gen 3, Kaphotics for Gen 4, Ajarmar for Gen 5, and unknown cheat code makers for Gen 6/7</b> GUI.miscFastestTextCheckBox.text=Fastest Text GUI.miscRunningShoesIndoorsCheckBox.toolTipText=<html>Selecting this option will allow you to use the Running Shoes in any location, just like in later games. GUI.miscRunningShoesIndoorsCheckBox.text=Running Shoes Indoors @@ -478,7 +478,7 @@ CodeTweaks.nerfXAcc.name=Nerf X Accuracy CodeTweaks.nerfXAcc.toolTipText=<html>X Accuracy in Generation 1 games is a pretty broken item, given that it gives 100% accuracy to any and all moves used.<br />Apply this code tweak to stop X Accuracy from working on sleep moves, trapping moves & one-hit KO moves.<br />Doing this means that the player cannot use X Accuracy and lock the opponents into infinite sleep/Wrap, nor can they just use one-hit KO moves on everything.<br />Applying this patch will also remove the one-hit KO moves from the "broken moves" list if you use that option, since they aren't really broken without X Accuracy.<br /><b>Credit to Mountebank for this patch.</b> CodeTweaks.critRateFix.name="Fix" Crit Rate CodeTweaks.critRateFix.toolTipText=<html>Selecting this option will "fix" Generation 1's critical hit rate to be the same as the other games (1/16), instead of being based on Speed.<br />Focus Energy and Dire Hit will also be fixed to increase crit rate instead of decreasing it.<br />"High crit rate" moves such as Slash will have double the normal crit chance, like in later games. -CodeTweaks.fastestText.toolTipText=<html>Selecting this option will make all text boxes in the game show up with minimum delay, regardless of the text speed the player sets in Options.<br /><b>Credit to rafa_99/Revo for Gen 3, Kaphotics for Gen 4, Ajarmar for Gen 5, and unknown cheat code makers for Gen 6/7</b> +CodeTweaks.fastestText.toolTipText=<html>Selecting this option will make all text boxes in the game show up with minimum delay, regardless of the text speed the player sets in Options.<br /><b>Credit to sneed/Revo for Gen 3, Kaphotics for Gen 4, Ajarmar for Gen 5, and unknown cheat code makers for Gen 6/7</b> CodeTweaks.fastestText.name=Fastest Text CodeTweaks.runningShoes.toolTipText=<html>Selecting this option will allow you to use the Running Shoes in any location, just like in later games. CodeTweaks.runningShoes.name=Running Shoes Indoors diff --git a/src/com/rafa_99/pkrandom/newgui/CustomNamesEditorDialog.java b/src/com/sneed/pkrandom/newgui/CustomNamesEditorDialog.java index a13d6ff..0b1a71f 100644 --- a/src/com/rafa_99/pkrandom/newgui/CustomNamesEditorDialog.java +++ b/src/com/sneed/pkrandom/newgui/CustomNamesEditorDialog.java @@ -1,11 +1,11 @@ -package com.rafa_99.pkrandom.newgui; +package com.sneed.pkrandom.newgui; /*----------------------------------------------------------------------------*/ /*-- CustomNamesEditorDialog.java - a GUI interface to allow users to edit --*/ /*-- their custom names for trainers etc. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ @@ -25,9 +25,9 @@ package com.rafa_99.pkrandom.newgui; /*-- along with this program. If not, see <http://www.gnu.org/licenses/>. --*/ /*----------------------------------------------------------------------------*/ -import com.rafa_99.pkrandom.CustomNamesSet; -import com.rafa_99.pkrandom.FileFunctions; -import com.rafa_99.pkrandom.SysConstants; +import com.sneed.pkrandom.CustomNamesSet; +import com.sneed.pkrandom.FileFunctions; +import com.sneed.pkrandom.SysConstants; import javax.swing.*; import javax.swing.event.DocumentEvent; @@ -207,7 +207,7 @@ public class CustomNamesEditorDialog extends javax.swing.JDialog { closeBtn = new javax.swing.JButton(); setDefaultCloseOperation(javax.swing.WindowConstants.DO_NOTHING_ON_CLOSE); - java.util.ResourceBundle bundle = java.util.ResourceBundle.getBundle("com/rafa_99/pkrandom/newgui/Bundle"); + java.util.ResourceBundle bundle = java.util.ResourceBundle.getBundle("com/sneed/pkrandom/newgui/Bundle"); setTitle(bundle.getString("CustomNamesEditorDialog.title")); setCursor(new java.awt.Cursor(java.awt.Cursor.DEFAULT_CURSOR)); addWindowListener(new java.awt.event.WindowAdapter() { diff --git a/src/com/rafa_99/pkrandom/newgui/GameUpdateFilter.java b/src/com/sneed/pkrandom/newgui/GameUpdateFilter.java index 5c48e91..261419e 100644 --- a/src/com/rafa_99/pkrandom/newgui/GameUpdateFilter.java +++ b/src/com/sneed/pkrandom/newgui/GameUpdateFilter.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.newgui; +package com.sneed.pkrandom.newgui; /*----------------------------------------------------------------------------*/ /*-- GameUpdateFilter.java - a file filter for 3DS game updates. --*/ diff --git a/src/com/rafa_99/pkrandom/newgui/NewGenerationLimitDialog.form b/src/com/sneed/pkrandom/newgui/NewGenerationLimitDialog.form index 3d5a0b3..e3749d8 100644 --- a/src/com/rafa_99/pkrandom/newgui/NewGenerationLimitDialog.form +++ b/src/com/sneed/pkrandom/newgui/NewGenerationLimitDialog.form @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.rafa_99.pkrandom.newgui.NewGenerationLimitDialog"> +<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.sneed.pkrandom.newgui.NewGenerationLimitDialog"> <grid id="27dc6" binding="mainPanel" layout-manager="GridBagLayout"> <constraints> <xy x="20" y="20" width="585" height="400"/> @@ -111,7 +111,7 @@ </constraints> <properties> <font style="1"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GenerationLimitDialog.warningXYLabel.text"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GenerationLimitDialog.warningXYLabel.text"/> </properties> </component> <hspacer id="1601f"> diff --git a/src/com/rafa_99/pkrandom/newgui/NewGenerationLimitDialog.java b/src/com/sneed/pkrandom/newgui/NewGenerationLimitDialog.java index d740350..8ba7ecb 100644 --- a/src/com/rafa_99/pkrandom/newgui/NewGenerationLimitDialog.java +++ b/src/com/sneed/pkrandom/newgui/NewGenerationLimitDialog.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.newgui; +package com.sneed.pkrandom.newgui; /*----------------------------------------------------------------------------*/ /*-- NewGenerationLimitDialog.java - a GUI interface to allow users to --*/ @@ -6,7 +6,7 @@ package com.rafa_99.pkrandom.newgui; /*-- their generation of origin. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ @@ -26,7 +26,7 @@ package com.rafa_99.pkrandom.newgui; /*-- along with this program. If not, see <http://www.gnu.org/licenses/>. --*/ /*----------------------------------------------------------------------------*/ -import com.rafa_99.pkrandom.pokemon.GenRestrictions; +import com.sneed.pkrandom.pokemon.GenRestrictions; import javax.swing.*; @@ -117,7 +117,7 @@ public class NewGenerationLimitDialog extends javax.swing.JDialog { private void initComponents() { setDefaultCloseOperation(javax.swing.WindowConstants.DISPOSE_ON_CLOSE); - java.util.ResourceBundle bundle = java.util.ResourceBundle.getBundle("com/rafa_99/pkrandom/newgui/Bundle"); + java.util.ResourceBundle bundle = java.util.ResourceBundle.getBundle("com/sneed/pkrandom/newgui/Bundle"); setTitle(bundle.getString("GenerationLimitDialog.title")); gen1CheckBox.addActionListener(ev -> enableAndDisableBoxes()); gen2CheckBox.addActionListener(ev -> enableAndDisableBoxes()); diff --git a/src/com/rafa_99/pkrandom/newgui/NewRandomizerGUI.form b/src/com/sneed/pkrandom/newgui/NewRandomizerGUI.form index 18c9da2..5f2abda 100644 --- a/src/com/rafa_99/pkrandom/newgui/NewRandomizerGUI.form +++ b/src/com/sneed/pkrandom/newgui/NewRandomizerGUI.form @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.rafa_99.pkrandom.newgui.NewRandomizerGUI"> +<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.sneed.pkrandom.newgui.NewRandomizerGUI"> <grid id="27dc6" binding="mainPanel" layout-manager="GridBagLayout"> <constraints> <xy x="7" y="20" width="1288" height="1103"/> @@ -17,7 +17,7 @@ <properties> <enabled value="true"/> </properties> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.generalOptionsPanel.title"> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.generalOptionsPanel.title"> <font style="1"/> <title-color color="-16777216"/> <color color="-4473925"/> @@ -30,8 +30,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.raceModeCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.raceModeCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.raceModeCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.raceModeCheckBox.toolTipText"/> </properties> </component> <component id="d9ef2" class="javax.swing.JCheckBox" binding="limitPokemonCheckBox"> @@ -42,7 +42,7 @@ <properties> <enabled value="false"/> <text value=""/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.limitPokemonCheckBox.toolTipText"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.limitPokemonCheckBox.toolTipText"/> </properties> </component> <component id="cab02" class="javax.swing.JButton" binding="limitPokemonButton" default-binding="true"> @@ -52,7 +52,7 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.limitPokemonCheckBox.text"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.limitPokemonCheckBox.text"/> </properties> </component> <component id="41e69" class="javax.swing.JCheckBox" binding="noIrregularAltFormesCheckBox" default-binding="true"> @@ -62,8 +62,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.noIrregularAltFormesCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.noIrregularAltFormesCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.noIrregularAltFormesCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.noIrregularAltFormesCheckBox.toolTipText"/> </properties> </component> </children> @@ -80,7 +80,7 @@ <gridbag weightx="0.1" weighty="0.0"/> </constraints> <properties/> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.romInformationPanel.title"> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.romInformationPanel.title"> <font style="1"/> </border> <children> @@ -98,7 +98,7 @@ <properties> <horizontalAlignment value="0"/> <labelFor value=""/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.noRomLoaded"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.noRomLoaded"/> </properties> </component> <component id="41f42" class="javax.swing.JLabel" binding="romCodeLabel"> @@ -137,7 +137,7 @@ <children> <grid id="54bda" layout-manager="GridBagLayout"> <constraints> - <tabbedpane title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.pokemonTraitsPanel.title"/> + <tabbedpane title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.pokemonTraitsPanel.title"/> </constraints> <properties/> <border type="none"/> @@ -148,7 +148,7 @@ <gridbag top="5" left="0" bottom="0" right="0" weightx="0.1" weighty="0.0"/> </constraints> <properties/> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.pbsPanel.title"> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.pbsPanel.title"> <font style="1"/> </border> <children> @@ -159,8 +159,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pbsUnchangedRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pbsUnchangedRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pbsUnchangedRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pbsUnchangedRadioButton.toolTipText"/> </properties> </component> <hspacer id="f556c"> @@ -176,8 +176,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pbsShuffleRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pbsShuffleRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pbsShuffleRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pbsShuffleRadioButton.toolTipText"/> </properties> </component> <component id="8625b" class="javax.swing.JRadioButton" binding="pbsLegendariesSlowRadioButton"> @@ -187,8 +187,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pbsLegendariesSlowRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pbsLegendariesSlowRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pbsLegendariesSlowRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pbsLegendariesSlowRadioButton.toolTipText"/> </properties> </component> <component id="9be58" class="javax.swing.JRadioButton" binding="pbsStrongLegendariesSlowRadioButton"> @@ -198,8 +198,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pbsStrongLegendariesSlowRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pbsStrongLegendariesSlowRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pbsStrongLegendariesSlowRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pbsStrongLegendariesSlowRadioButton.toolTipText"/> </properties> </component> <component id="db430" class="javax.swing.JCheckBox" binding="pbsStandardizeEXPCurvesCheckBox"> @@ -209,8 +209,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pbsStandardizeEXPCurvesCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pbsStandardizeEXPCurvesCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pbsStandardizeEXPCurvesCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pbsStandardizeEXPCurvesCheckBox.toolTipText"/> </properties> </component> <component id="986c1" class="javax.swing.JCheckBox" binding="pbsFollowEvolutionsCheckBox" default-binding="true"> @@ -220,8 +220,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pbsFollowEvolutionsCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pbsFollowEvolutionsCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pbsFollowEvolutionsCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pbsFollowEvolutionsCheckBox.toolTipText"/> </properties> </component> <hspacer id="fb58a"> @@ -249,8 +249,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pbsUpdateBaseStatsCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pbsUpdateBaseStatsCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pbsUpdateBaseStatsCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pbsUpdateBaseStatsCheckBox.toolTipText"/> </properties> </component> <component id="6768d" class="javax.swing.JCheckBox" binding="pbsFollowMegaEvosCheckBox"> @@ -260,8 +260,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pbsFollowMegaEvosCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pbsFollowMegaEvosCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pbsFollowMegaEvosCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pbsFollowMegaEvosCheckBox.toolTipText"/> </properties> </component> <component id="4d643" class="javax.swing.JComboBox" binding="pbsUpdateComboBox"> @@ -295,8 +295,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pbsAssignEvoStatsRandomlyCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pbsAssignEvoStatsRandomlyCheckBox.tooltipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pbsAssignEvoStatsRandomlyCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pbsAssignEvoStatsRandomlyCheckBox.tooltipText"/> </properties> </component> <component id="4535b" class="javax.swing.JRadioButton" binding="pbsRandomRadioButton" default-binding="true"> @@ -306,8 +306,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pbsRandomRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pbsRandomRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pbsRandomRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pbsRandomRadioButton.toolTipText"/> </properties> </component> <component id="213c9" class="javax.swing.JRadioButton" binding="pbsAllMediumFastRadioButton"> @@ -317,8 +317,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pbsAllMediumFastRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pbsAllMediumFastRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pbsAllMediumFastRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pbsAllMediumFastRadioButton.toolTipText"/> </properties> </component> </children> @@ -347,7 +347,7 @@ <gridbag weightx="0.0" weighty="0.0"/> </constraints> <properties/> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.ptPanel.title"> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.ptPanel.title"> <font style="1"/> </border> <children> @@ -359,8 +359,8 @@ <properties> <enabled value="false"/> <hideActionText value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.ptUnchangedRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.ptUnchangedRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.ptUnchangedRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.ptUnchangedRadioButton.toolTipText"/> </properties> </component> <hspacer id="ab767"> @@ -394,8 +394,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.ptRandomFollowEvolutionsRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.ptRandomFollowEvolutionsRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.ptRandomFollowEvolutionsRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.ptRandomFollowEvolutionsRadioButton.toolTipText"/> </properties> </component> <component id="45dd7" class="javax.swing.JRadioButton" binding="ptRandomCompletelyRadioButton" default-binding="true"> @@ -405,8 +405,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.ptRandomCompletelyRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.ptRandomCompletelyRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.ptRandomCompletelyRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.ptRandomCompletelyRadioButton.toolTipText"/> </properties> </component> <component id="360ba" class="javax.swing.JCheckBox" binding="ptFollowMegaEvosCheckBox"> @@ -416,8 +416,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.ptFollowMegaEvosCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.ptFollowMegaEvosCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.ptFollowMegaEvosCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.ptFollowMegaEvosCheckBox.toolTipText"/> </properties> </component> <component id="237b6" class="javax.swing.JCheckBox" binding="ptIsDualTypeCheckBox"> @@ -428,8 +428,8 @@ <properties> <enabled value="false"/> <selected value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.ptForceDualTypeCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.ptForceDualTypeCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.ptForceDualTypeCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.ptForceDualTypeCheckBox.toolTipText"/> </properties> </component> </children> @@ -440,7 +440,7 @@ <gridbag weightx="0.9" weighty="0.0"/> </constraints> <properties/> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.paPanel.title"> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.paPanel.title"> <font style="1"/> </border> <children> @@ -451,8 +451,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.paUnchangedRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.paUnchangedRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.paUnchangedRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.paUnchangedRadioButton.toolTipText"/> </properties> </component> <hspacer id="559d2"> @@ -486,8 +486,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.paRandomRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.paRandomRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.paRandomRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.paRandomRadioButton.toolTipText"/> </properties> </component> <component id="97cb8" class="javax.swing.JCheckBox" binding="paAllowWonderGuardCheckBox"> @@ -497,8 +497,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.paAllowWonderGuardCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.paAllowWonderGuardCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.paAllowWonderGuardCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.paAllowWonderGuardCheckBox.toolTipText"/> </properties> </component> <component id="18744" class="javax.swing.JCheckBox" binding="paFollowEvolutionsCheckBox" default-binding="true"> @@ -508,8 +508,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.paFollowEvolutionsCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.paFollowEvolutionsCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.paFollowEvolutionsCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.paFollowEvolutionsCheckBox.toolTipText"/> </properties> </component> <component id="5694" class="javax.swing.JLabel"> @@ -518,7 +518,7 @@ <gridbag top="5" left="0" bottom="0" right="0" weightx="0.0" weighty="0.0"/> </constraints> <properties> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.paBanLabel.text"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.paBanLabel.text"/> </properties> </component> <component id="5afb0" class="javax.swing.JCheckBox" binding="paTrappingAbilitiesCheckBox"> @@ -528,8 +528,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.paTrappingAbilitiesCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.paTrappingAbilitiesCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.paTrappingAbilitiesCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.paTrappingAbilitiesCheckBox.toolTipText"/> </properties> </component> <component id="76ea8" class="javax.swing.JCheckBox" binding="paNegativeAbilitiesCheckBox"> @@ -540,8 +540,8 @@ <properties> <enabled value="false"/> <selected value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.paNegativeAbilitiesCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.paNegativeAbilitiesCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.paNegativeAbilitiesCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.paNegativeAbilitiesCheckBox.toolTipText"/> </properties> </component> <component id="4ac30" class="javax.swing.JCheckBox" binding="paBadAbilitiesCheckBox"> @@ -551,8 +551,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.paBadAbilitiesCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.paBadAbilitiesCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.paBadAbilitiesCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.paBadAbilitiesCheckBox.toolTipText"/> </properties> </component> <component id="b3439" class="javax.swing.JCheckBox" binding="paFollowMegaEvosCheckBox"> @@ -562,8 +562,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.paFollowMegaEvosCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.paFollowMegaEvosCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.paFollowMegaEvosCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.paFollowMegaEvosCheckBox.toolTipText"/> </properties> </component> <component id="652d7" class="javax.swing.JCheckBox" binding="paWeighDuplicatesTogetherCheckBox"> @@ -573,8 +573,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.paWeighDuplicatesTogetherCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.paWeighDuplicatesTogetherCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.paWeighDuplicatesTogetherCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.paWeighDuplicatesTogetherCheckBox.toolTipText"/> </properties> </component> </children> @@ -585,7 +585,7 @@ <gridbag weightx="0.0" weighty="0.0"/> </constraints> <properties/> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.pePanel.title"> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.pePanel.title"> <font style="1"/> </border> <children> @@ -596,8 +596,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.peUnchangedRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.peUnchangedRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.peUnchangedRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.peUnchangedRadioButton.toolTipText"/> </properties> </component> <hspacer id="25cc7"> @@ -631,8 +631,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.peRandomRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.peRandomRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.peRandomRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.peRandomRadioButton.toolTipText"/> </properties> </component> <component id="b5878" class="javax.swing.JCheckBox" binding="peSimilarStrengthCheckBox"> @@ -642,8 +642,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.peSimilarStrengthCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.peSimilarStrengthCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.peSimilarStrengthCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.peSimilarStrengthCheckBox.toolTipText"/> </properties> </component> <component id="4eb8e" class="javax.swing.JCheckBox" binding="peSameTypingCheckBox"> @@ -653,8 +653,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.peSameTypingCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.peSameTypingCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.peSameTypingCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.peSameTypingCheckBox.toolTipText"/> </properties> </component> <component id="6e101" class="javax.swing.JCheckBox" binding="peLimitEvolutionsToThreeCheckBox"> @@ -664,8 +664,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.peLimitEvolutionsToThreeCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.peLimitEvolutionsToThreeCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.peLimitEvolutionsToThreeCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.peLimitEvolutionsToThreeCheckBox.toolTipText"/> </properties> </component> <component id="52db5" class="javax.swing.JCheckBox" binding="peForceChangeCheckBox"> @@ -675,8 +675,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.peForceChangeCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.peForceChangeCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.peForceChangeCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.peForceChangeCheckBox.toolTipText"/> </properties> </component> <component id="9fe2f" class="javax.swing.JCheckBox" binding="peChangeImpossibleEvosCheckBox"> @@ -686,8 +686,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.peChangeImpossibleEvosCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.peChangeImpossibleEvosCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.peChangeImpossibleEvosCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.peChangeImpossibleEvosCheckBox.toolTipText"/> </properties> </component> <component id="4ad81" class="javax.swing.JCheckBox" binding="peMakeEvolutionsEasierCheckBox"> @@ -697,8 +697,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.peMakeEvolutionsEasierCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.peMakeEvolutionsEasierCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.peMakeEvolutionsEasierCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.peMakeEvolutionsEasierCheckBox.toolTipText"/> </properties> </component> <component id="81bd3" class="javax.swing.JCheckBox" binding="peAllowAltFormesCheckBox"> @@ -708,8 +708,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.peAllowAltFormesCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.peAllowAltFormesCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.peAllowAltFormesCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.peAllowAltFormesCheckBox.toolTipText"/> </properties> </component> <component id="b091c" class="javax.swing.JCheckBox" binding="peRemoveTimeBasedEvolutionsCheckBox"> @@ -719,8 +719,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.peRemoveTimeBasedEvolutions.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.peRemoveTimeBasedEvolutions.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.peRemoveTimeBasedEvolutions.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.peRemoveTimeBasedEvolutions.toolTipText"/> </properties> </component> <component id="7fc31" class="javax.swing.JRadioButton" binding="peRandomEveryLevelRadioButton"> @@ -730,8 +730,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.peRandomEveryLevelRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.peRandomEveryLevelRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.peRandomEveryLevelRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.peRandomEveryLevelRadioButton.toolTipText"/> </properties> </component> </children> @@ -746,7 +746,7 @@ </grid> <grid id="313b7" layout-manager="GridBagLayout"> <constraints> - <tabbedpane title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.startersStaticsTradesPanel"/> + <tabbedpane title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.startersStaticsTradesPanel"/> </constraints> <properties/> <border type="none"/> @@ -757,7 +757,7 @@ <gridbag weightx="0.1" weighty="0.1"/> </constraints> <properties/> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.spPanel.title"> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.spPanel.title"> <font style="1"/> </border> <children> @@ -768,8 +768,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.spUnchangedRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.spUnchangedRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.spUnchangedRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.spUnchangedRadioButton.toolTipText"/> </properties> </component> <hspacer id="8b022"> @@ -803,8 +803,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.spCustomRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.spCustomRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.spCustomRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.spCustomRadioButton.toolTipText"/> </properties> </component> <component id="c1c80" class="javax.swing.JRadioButton" binding="spRandomCompletelyRadioButton" default-binding="true"> @@ -814,8 +814,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.spRandomCompletelyRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.spRandomCompletelyRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.spRandomCompletelyRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.spRandomCompletelyRadioButton.toolTipText"/> </properties> </component> <component id="12184" class="javax.swing.JRadioButton" binding="spRandomTwoEvosRadioButton"> @@ -825,8 +825,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.spRandomTwoEvosRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.spRandomTwoEvosRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.spRandomTwoEvosRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.spRandomTwoEvosRadioButton.toolTipText"/> </properties> </component> <component id="83a64" class="javax.swing.JComboBox" binding="spComboBox1"> @@ -872,8 +872,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.spRandomizeStarterHeldItemsCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.spRandomizeStarterHeldItemsCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.spRandomizeStarterHeldItemsCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.spRandomizeStarterHeldItemsCheckBox.toolTipText"/> </properties> </component> <component id="a1ea2" class="javax.swing.JCheckBox" binding="spBanBadItemsCheckBox" default-binding="true"> @@ -883,8 +883,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.spBanBadItemsCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.spBanBadItemsCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.spBanBadItemsCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.spBanBadItemsCheckBox.toolTipText"/> </properties> </component> <component id="cad77" class="javax.swing.JCheckBox" binding="spAllowAltFormesCheckBox"> @@ -894,8 +894,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.spAllowAltFormesCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.spAllowAltFormesCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.spAllowAltFormesCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.spAllowAltFormesCheckBox.toolTipText"/> </properties> </component> </children> @@ -930,7 +930,7 @@ <gridbag weightx="0.0" weighty="0.1"/> </constraints> <properties/> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.stpPanel.title"> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.stpPanel.title"> <font style="1"/> </border> <children> @@ -941,8 +941,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.stpUnchangedRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.stpUnchangedRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.stpUnchangedRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.stpUnchangedRadioButton.toolTipText"/> </properties> </component> <hspacer id="c4003"> @@ -976,8 +976,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.stpSwapLegendariesSwapStandardsRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.stpSwapLegendariesSwapStandardsRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.stpSwapLegendariesSwapStandardsRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.stpSwapLegendariesSwapStandardsRadioButton.toolTipText"/> </properties> </component> <component id="17456" class="javax.swing.JRadioButton" binding="stpRandomCompletelyRadioButton" default-binding="true"> @@ -987,8 +987,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.stpRandomCompletelyRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.stpRandomCompletelyRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.stpRandomCompletelyRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.stpRandomCompletelyRadioButton.toolTipText"/> </properties> </component> <component id="282a5" class="javax.swing.JRadioButton" binding="stpRandomSimilarStrengthRadioButton"> @@ -998,8 +998,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.stpRandomSimilarStrengthRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.stpRandomSimilarStrengthRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.stpRandomSimilarStrengthRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.stpRandomSimilarStrengthRadioButton.toolTipText"/> </properties> </component> <component id="c441c" class="javax.swing.JCheckBox" binding="stpSwapMegaEvosCheckBox"> @@ -1009,8 +1009,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.stpSwapMegaEvosCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.stpSwapMegaEvosCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.stpSwapMegaEvosCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.stpSwapMegaEvosCheckBox.toolTipText"/> </properties> </component> <component id="84b86" class="javax.swing.JCheckBox" binding="stpPercentageLevelModifierCheckBox"> @@ -1020,8 +1020,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.stpPercentageLevelModifierCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.stpPercentageLevelModifierCheckBox.tooltipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.stpPercentageLevelModifierCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.stpPercentageLevelModifierCheckBox.tooltipText"/> </properties> </component> <component id="f3518" class="javax.swing.JSlider" binding="stpPercentageLevelModifierSlider"> @@ -1048,8 +1048,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.stpRandomize600BSTCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.stpRandomize600BSTCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.stpRandomize600BSTCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.stpRandomize600BSTCheckBox.toolTipText"/> </properties> </component> <component id="69057" class="javax.swing.JCheckBox" binding="stpAllowAltFormesCheckBox"> @@ -1059,8 +1059,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.stpAllowAltFormesCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.stpAllowAltFormesCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.stpAllowAltFormesCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.stpAllowAltFormesCheckBox.toolTipText"/> </properties> </component> <component id="cde9e" class="javax.swing.JCheckBox" binding="stpLimitMainGameLegendariesCheckBox"> @@ -1070,8 +1070,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.stpLimitMainGameLegendariesCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.stpLimitMainGameLegendariesCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.stpLimitMainGameLegendariesCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.stpLimitMainGameLegendariesCheckBox.toolTipText"/> </properties> </component> <component id="4f53f" class="javax.swing.JCheckBox" binding="stpFixMusicCheckBox"> @@ -1081,8 +1081,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.stpFixMusicAllCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.stpFixMusicAllCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.stpFixMusicAllCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.stpFixMusicAllCheckBox.toolTipText"/> </properties> </component> </children> @@ -1093,7 +1093,7 @@ <gridbag weightx="0.0" weighty="0.1"/> </constraints> <properties/> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.igtPanel.title"> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.igtPanel.title"> <font style="1"/> </border> <children> @@ -1104,8 +1104,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.igtUnchangedRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.igtUnchangedRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.igtUnchangedRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.igtUnchangedRadioButton.toolTipText"/> </properties> </component> <hspacer id="40623"> @@ -1127,8 +1127,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.igtRandomizeGivenPokemonOnlyRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.igtRandomizeGivenPokemonOnlyRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.igtRandomizeGivenPokemonOnlyRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.igtRandomizeGivenPokemonOnlyRadioButton.toolTipText"/> </properties> </component> <component id="f6c7b" class="javax.swing.JRadioButton" binding="igtRandomizeBothRequestedGivenRadioButton"> @@ -1138,8 +1138,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.igtRandomizeBothRequestedGivenRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.igtRandomizeBothRequestedGivenRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.igtRandomizeBothRequestedGivenRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.igtRandomizeBothRequestedGivenRadioButton.toolTipText"/> </properties> </component> <hspacer id="963c8"> @@ -1161,8 +1161,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.igtRandomizeNicknamesCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.igtRandomizeNicknamesCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.igtRandomizeNicknamesCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.igtRandomizeNicknamesCheckBox.toolTipText"/> </properties> </component> <component id="719e9" class="javax.swing.JCheckBox" binding="igtRandomizeOTsCheckBox"> @@ -1172,8 +1172,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.igtRandomizeOTsCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.igtRandomizeOTsCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.igtRandomizeOTsCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.igtRandomizeOTsCheckBox.toolTipText"/> </properties> </component> <component id="e1478" class="javax.swing.JCheckBox" binding="igtRandomizeIVsCheckBox"> @@ -1183,8 +1183,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.igtRandomizeIVsCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.igtRandomizeIVsCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.igtRandomizeIVsCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.igtRandomizeIVsCheckBox.toolTipText"/> </properties> </component> <component id="2d4fb" class="javax.swing.JCheckBox" binding="igtRandomizeItemsCheckBox"> @@ -1194,8 +1194,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.igtRandomizeItemsCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.igtRandomizeItemsCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.igtRandomizeItemsCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.igtRandomizeItemsCheckBox.toolTipText"/> </properties> </component> </children> @@ -1204,7 +1204,7 @@ </grid> <grid id="f599e" layout-manager="GridBagLayout"> <constraints> - <tabbedpane title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.movesMovesetsPanel"/> + <tabbedpane title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.movesMovesetsPanel"/> </constraints> <properties/> <border type="none"/> @@ -1215,7 +1215,7 @@ <gridbag weightx="0.1" weighty="0.0"/> </constraints> <properties/> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.mdPanel.title"> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.mdPanel.title"> <font style="1"/> </border> <children> @@ -1226,8 +1226,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mdRandomizeMovePowerCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mdRandomizeMovePowerCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mdRandomizeMovePowerCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mdRandomizeMovePowerCheckBox.toolTipText"/> </properties> </component> <hspacer id="bd712"> @@ -1261,8 +1261,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mdRandomizeMoveAccuracyCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mdRandomizeMoveAccuracyCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mdRandomizeMoveAccuracyCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mdRandomizeMoveAccuracyCheckBox.toolTipText"/> </properties> </component> <component id="5af2e" class="javax.swing.JCheckBox" binding="mdRandomizeMovePPCheckBox"> @@ -1272,8 +1272,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mdRandomizeMovePPCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mdRandomizeMovePPCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mdRandomizeMovePPCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mdRandomizeMovePPCheckBox.toolTipText"/> </properties> </component> <component id="e9417" class="javax.swing.JCheckBox" binding="mdRandomizeMoveTypesCheckBox"> @@ -1283,8 +1283,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mdRandomizeMoveTypesCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mdRandomizeMoveTypesCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mdRandomizeMoveTypesCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mdRandomizeMoveTypesCheckBox.toolTipText"/> </properties> </component> <component id="7dbd0" class="javax.swing.JCheckBox" binding="mdRandomizeMoveCategoryCheckBox"> @@ -1294,8 +1294,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mdRandomizeMoveCategoryCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mdRandomizeMoveCategoryCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mdRandomizeMoveCategoryCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mdRandomizeMoveCategoryCheckBox.toolTipText"/> </properties> </component> <component id="5eccc" class="javax.swing.JCheckBox" binding="mdUpdateMovesCheckBox"> @@ -1305,8 +1305,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mdUpdateMovesCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mdUpdateMovesCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mdUpdateMovesCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mdUpdateMovesCheckBox.toolTipText"/> </properties> </component> <component id="19338" class="javax.swing.JComboBox" binding="mdUpdateComboBox"> @@ -1353,7 +1353,7 @@ <gridbag weightx="0.0" weighty="0.0"/> </constraints> <properties/> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.pmsPanel.title"> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.pmsPanel.title"> <font style="1"/> </border> <children> @@ -1364,8 +1364,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pmsUnchangedRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pmsUnchangedRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pmsUnchangedRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pmsUnchangedRadioButton.toolTipText"/> </properties> </component> <hspacer id="5551e"> @@ -1399,8 +1399,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pmsRandomPreferringSameTypeRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pmsRandomPreferringSameTypeRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pmsRandomPreferringSameTypeRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pmsRandomPreferringSameTypeRadioButton.toolTipText"/> </properties> </component> <component id="c1370" class="javax.swing.JRadioButton" binding="pmsRandomCompletelyRadioButton"> @@ -1410,8 +1410,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pmsRandomCompletelyRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pmsRandomCompletelyRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pmsRandomCompletelyRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pmsRandomCompletelyRadioButton.toolTipText"/> </properties> </component> <component id="bc810" class="javax.swing.JRadioButton" binding="pmsMetronomeOnlyModeRadioButton"> @@ -1421,8 +1421,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pmsMetronomeOnlyModeRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pmsMetronomeOnlyModeRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pmsMetronomeOnlyModeRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pmsMetronomeOnlyModeRadioButton.toolTipText"/> </properties> </component> <component id="d836e" class="javax.swing.JCheckBox" binding="pmsGuaranteedLevel1MovesCheckBox"> @@ -1432,8 +1432,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pmsGuaranteedLevel1MovesCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pmsGuaranteedLevel1MovesCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pmsGuaranteedLevel1MovesCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pmsGuaranteedLevel1MovesCheckBox.toolTipText"/> </properties> </component> <component id="c408b" class="javax.swing.JCheckBox" binding="pmsReorderDamagingMovesCheckBox"> @@ -1443,8 +1443,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pmsReorderDamagingMovesCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pmsReorderDamagingMovesCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pmsReorderDamagingMovesCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pmsReorderDamagingMovesCheckBox.toolTipText"/> </properties> </component> <component id="ee040" class="javax.swing.JCheckBox" binding="pmsNoGameBreakingMovesCheckBox"> @@ -1454,8 +1454,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pmsNoGameBreakingMovesCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pmsNoGameBreakingMovesCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pmsNoGameBreakingMovesCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pmsNoGameBreakingMovesCheckBox.toolTipText"/> </properties> </component> <component id="aba8f" class="javax.swing.JCheckBox" binding="pmsForceGoodDamagingCheckBox" default-binding="true"> @@ -1465,8 +1465,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pmsForceGoodDamagingCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pmsForceGoodDamagingCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pmsForceGoodDamagingCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pmsForceGoodDamagingCheckBox.toolTipText"/> </properties> </component> <component id="451d5" class="javax.swing.JSlider" binding="pmsGuaranteedLevel1MovesSlider"> @@ -1482,7 +1482,7 @@ <paintLabels value="true"/> <paintTicks value="false"/> <snapToTicks value="true"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pmsGuaranteedLevel1MovesSlider.toolTipText"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pmsGuaranteedLevel1MovesSlider.toolTipText"/> <value value="2"/> <valueIsAdjusting value="false"/> </properties> @@ -1499,7 +1499,7 @@ <paintLabels value="true"/> <paintTicks value="true"/> <snapToTicks value="true"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pmsForceGoodDamagingSlider.toolTipText"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pmsForceGoodDamagingSlider.toolTipText"/> <value value="0"/> </properties> </component> @@ -1510,8 +1510,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pmsEvolutionMovesCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.pmsEvolutionMovesCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pmsEvolutionMovesCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.pmsEvolutionMovesCheckBox.toolTipText"/> </properties> </component> </children> @@ -1520,7 +1520,7 @@ </grid> <grid id="c4c9e" layout-manager="GridBagLayout"> <constraints> - <tabbedpane title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.foePokemonPanel.title"/> + <tabbedpane title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.foePokemonPanel.title"/> </constraints> <properties/> <border type="none"/> @@ -1531,7 +1531,7 @@ <gridbag weightx="0.1" weighty="0.0"/> </constraints> <properties/> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.tpPanel.title"> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.tpPanel.title"> <font style="1"/> </border> <children> @@ -1554,8 +1554,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpRivalCarriesStarterCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpRivalCarriesStarterCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpRivalCarriesStarterCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpRivalCarriesStarterCheckBox.toolTipText"/> </properties> </component> <component id="22cfb" class="javax.swing.JCheckBox" binding="tpSimilarStrengthCheckBox"> @@ -1565,8 +1565,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpSimilarStrengthCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpSimilarStrengthCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpSimilarStrengthCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpSimilarStrengthCheckBox.toolTipText"/> </properties> </component> <component id="e225c" class="javax.swing.JCheckBox" binding="tpRandomizeTrainerNamesCheckBox"> @@ -1576,8 +1576,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpRandomizeTrainerNamesCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpRandomizeTrainerNamesCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpRandomizeTrainerNamesCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpRandomizeTrainerNamesCheckBox.toolTipText"/> </properties> </component> <component id="16a2b" class="javax.swing.JCheckBox" binding="tpRandomizeTrainerClassNamesCheckBox"> @@ -1587,8 +1587,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpRandomizeTrainerClassNamesCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpRandomizeTrainerClassNamesCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpRandomizeTrainerClassNamesCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpRandomizeTrainerClassNamesCheckBox.toolTipText"/> </properties> </component> <component id="d6ea3" class="javax.swing.JCheckBox" binding="tpForceFullyEvolvedAtCheckBox"> @@ -1598,8 +1598,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpForceFullyEvolvedAtCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpForceFullyEvolvedAtCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpForceFullyEvolvedAtCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpForceFullyEvolvedAtCheckBox.toolTipText"/> </properties> </component> <component id="63823" class="javax.swing.JSlider" binding="tpForceFullyEvolvedAtSlider"> @@ -1616,7 +1616,7 @@ <paintLabels value="true"/> <paintTicks value="true"/> <snapToTicks value="true"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpForceFullyEvolvedAtSlider.toolTipText"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpForceFullyEvolvedAtSlider.toolTipText"/> <value value="30"/> </properties> </component> @@ -1634,7 +1634,7 @@ <paintLabels value="true"/> <paintTicks value="true"/> <snapToTicks value="true"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpPercentageLevelModifierSlider.toolTipText"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpPercentageLevelModifierSlider.toolTipText"/> <value value="0"/> </properties> </component> @@ -1645,8 +1645,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpPercentageLevelModifierCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpPercentageLevelModifierCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpPercentageLevelModifierCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpPercentageLevelModifierCheckBox.toolTipText"/> </properties> </component> <hspacer id="41124"> @@ -1662,8 +1662,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpWeightTypesCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpWeightTypesCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpWeightTypesCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpWeightTypesCheckBox.toolTipText"/> </properties> </component> <component id="acf1a" class="javax.swing.JCheckBox" binding="tpDontUseLegendariesCheckBox" default-binding="true"> @@ -1673,7 +1673,7 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpDontUseLegendariesCheckBox.text"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpDontUseLegendariesCheckBox.text"/> </properties> </component> <component id="d0471" class="javax.swing.JCheckBox" binding="tpNoEarlyWonderGuardCheckBox"> @@ -1683,8 +1683,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpNoEarlyWonderGuardCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpNoEarlyWonderGuardCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpNoEarlyWonderGuardCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpNoEarlyWonderGuardCheckBox.toolTipText"/> </properties> </component> <component id="be65d" class="javax.swing.JCheckBox" binding="tpAllowAlternateFormesCheckBox"> @@ -1694,8 +1694,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpAllowAlternateFormesCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpAllowAlternateFormesCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpAllowAlternateFormesCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpAllowAlternateFormesCheckBox.toolTipText"/> </properties> </component> <component id="af4d1" class="javax.swing.JCheckBox" binding="tpSwapMegaEvosCheckBox"> @@ -1705,8 +1705,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpSwapMegaEvosCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpSwapMegaEvosCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpSwapMegaEvosCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpSwapMegaEvosCheckBox.toolTipText"/> </properties> </component> <component id="34a10" class="javax.swing.JCheckBox" binding="tpRandomShinyTrainerPokemonCheckBox"> @@ -1716,8 +1716,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpRandomShinyTrainerPokemonCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpRandomShinyTrainerPokemonCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpRandomShinyTrainerPokemonCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpRandomShinyTrainerPokemonCheckBox.toolTipText"/> </properties> </component> <vspacer id="2342a"> @@ -1733,8 +1733,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpEliteFourUniquePokemonCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpEliteFourUniquePokemonCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpEliteFourUniquePokemonCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpEliteFourUniquePokemonCheckBox.toolTipText"/> </properties> </component> <component id="727d5" class="javax.swing.JSpinner" binding="tpEliteFourUniquePokemonSpinner"> @@ -1765,8 +1765,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpDoubleBattleModeCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpDoubleBattleModeCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpDoubleBattleModeCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpDoubleBattleModeCheckBox.toolTipText"/> </properties> </component> <component id="b62cd" class="javax.swing.JLabel" binding="tpAdditionalPokemonForLabel"> @@ -1775,7 +1775,7 @@ <gridbag weightx="0.0" weighty="0.0"/> </constraints> <properties> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpAddMorePokemonForLabel.text"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpAddMorePokemonForLabel.text"/> </properties> </component> <component id="8f956" class="javax.swing.JCheckBox" binding="tpBossTrainersCheckBox"> @@ -1785,8 +1785,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpBossTrainersCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpBossTrainersCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpBossTrainersCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpBossTrainersCheckBox.toolTipText"/> </properties> </component> <component id="6d5aa" class="javax.swing.JCheckBox" binding="tpImportantTrainersCheckBox"> @@ -1796,8 +1796,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpImportantTrainersCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpImportantTrainersCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpImportantTrainersCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpImportantTrainersCheckBox.toolTipText"/> </properties> </component> <component id="39903" class="javax.swing.JCheckBox" binding="tpRegularTrainersCheckBox"> @@ -1807,8 +1807,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpRegularTrainersCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpRegularTrainersCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpRegularTrainersCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpRegularTrainersCheckBox.toolTipText"/> </properties> </component> <component id="181e" class="javax.swing.JSpinner" binding="tpBossTrainersSpinner"> @@ -1844,7 +1844,7 @@ <gridbag weightx="0.0" weighty="0.0"/> </constraints> <properties> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpHeldItemsLabel.text"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpHeldItemsLabel.text"/> </properties> </component> <component id="dad16" class="javax.swing.JCheckBox" binding="tpBossTrainersItemsCheckBox"> @@ -1854,8 +1854,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpBossTrainersItemsCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpBossTrainersItemsCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpBossTrainersItemsCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpBossTrainersItemsCheckBox.toolTipText"/> </properties> </component> <component id="d7d93" class="javax.swing.JCheckBox" binding="tpImportantTrainersItemsCheckBox"> @@ -1865,8 +1865,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpImportantTrainersItemsCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpImportantTrainersItemsCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpImportantTrainersItemsCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpImportantTrainersItemsCheckBox.toolTipText"/> </properties> </component> <component id="7fddd" class="javax.swing.JCheckBox" binding="tpRegularTrainersItemsCheckBox"> @@ -1876,8 +1876,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpRegularTrainersItemsCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpRegularTrainersItemsCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpRegularTrainersItemsCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpRegularTrainersItemsCheckBox.toolTipText"/> </properties> </component> <component id="31e9a" class="javax.swing.JCheckBox" binding="tpConsumableItemsOnlyCheckBox"> @@ -1887,8 +1887,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpConsumableItemsOnlyCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpConsumableItemsOnlyCheckBox.tooltip"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpConsumableItemsOnlyCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpConsumableItemsOnlyCheckBox.tooltip"/> </properties> </component> <component id="79d6a" class="javax.swing.JCheckBox" binding="tpSensibleItemsCheckBox"> @@ -1898,8 +1898,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpSensibleItemsCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpSensibleItemsCheckBox.tooltip"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpSensibleItemsCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpSensibleItemsCheckBox.tooltip"/> </properties> </component> <component id="f3c52" class="javax.swing.JCheckBox" binding="tpHighestLevelGetsItemCheckBox"> @@ -1909,8 +1909,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpHighestLevelGetsItemCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tpHighestLevelGetsItemCheckBox.tooltip"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpHighestLevelGetsItemCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tpHighestLevelGetsItemCheckBox.tooltip"/> </properties> </component> </children> @@ -1945,7 +1945,7 @@ <gridbag weightx="0.0" weighty="0.0"/> </constraints> <properties/> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.totpPanel.title"> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.totpPanel.title"> <font style="1"/> </border> <children> @@ -1956,8 +1956,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.totpUnchangedRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.totpUnchangedRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.totpUnchangedRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.totpUnchangedRadioButton.toolTipText"/> </properties> </component> <hspacer id="d7892"> @@ -1990,7 +1990,7 @@ <gridbag weightx="0.0" weighty="0.0"/> </constraints> <properties/> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.totpAllyPanel.title"/> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.totpAllyPanel.title"/> <children> <component id="315a6" class="javax.swing.JRadioButton" binding="totpAllyUnchangedRadioButton"> <constraints> @@ -1999,8 +1999,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.totpAllyUnchangedRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.totpAllyUnchangedRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.totpAllyUnchangedRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.totpAllyUnchangedRadioButton.toolTipText"/> </properties> </component> <component id="68af" class="javax.swing.JRadioButton" binding="totpAllyRandomRadioButton"> @@ -2010,8 +2010,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.totpAllyRandomRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.totpAllyRandomRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.totpAllyRandomRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.totpAllyRandomRadioButton.toolTipText"/> </properties> </component> <component id="3b30" class="javax.swing.JRadioButton" binding="totpAllyRandomSimilarStrengthRadioButton"> @@ -2021,8 +2021,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.totpAllyRandomSimilarStrengthRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.totpAllyRandomSimilarStrengthRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.totpAllyRandomSimilarStrengthRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.totpAllyRandomSimilarStrengthRadioButton.toolTipText"/> </properties> </component> </children> @@ -2033,7 +2033,7 @@ <gridbag weightx="0.0" weighty="0.0"/> </constraints> <properties/> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.totpAuraPanel.title"/> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.totpAuraPanel.title"/> <children> <component id="f6c3b" class="javax.swing.JRadioButton" binding="totpAuraUnchangedRadioButton"> <constraints> @@ -2042,8 +2042,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.totpAuraUnchangedRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.totpAuraUnchangedRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.totpAuraUnchangedRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.totpAuraUnchangedRadioButton.toolTipText"/> </properties> </component> <component id="b512" class="javax.swing.JRadioButton" binding="totpAuraRandomRadioButton"> @@ -2053,8 +2053,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.totpAuraRandomRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.totpAuraRandomRadioButton.toolTipText."/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.totpAuraRandomRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.totpAuraRandomRadioButton.toolTipText."/> </properties> </component> <component id="d3f0a" class="javax.swing.JRadioButton" binding="totpAuraRandomSameStrengthRadioButton"> @@ -2064,8 +2064,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.totpAuraRandomSameStrengthRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.totpAuraRandomSameStrengthRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.totpAuraRandomSameStrengthRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.totpAuraRandomSameStrengthRadioButton.toolTipText"/> </properties> </component> </children> @@ -2094,8 +2094,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.totpPercentageLevelModifierCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.totpPercentageLevelModifierCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.totpPercentageLevelModifierCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.totpPercentageLevelModifierCheckBox.toolTipText"/> </properties> </component> <component id="94ffc" class="javax.swing.JCheckBox" binding="totpRandomizeHeldItemsCheckBox"> @@ -2105,8 +2105,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.totpRandomizeHeldItemsCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.totpRandomizeHeldItemsCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.totpRandomizeHeldItemsCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.totpRandomizeHeldItemsCheckBox.toolTipText"/> </properties> </component> <component id="555b9" class="javax.swing.JCheckBox" binding="totpAllowAltFormesCheckBox"> @@ -2116,8 +2116,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.totpAllowAltFormesCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.totpAllowAltFormesCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.totpAllowAltFormesCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.totpAllowAltFormesCheckBox.toolTipText"/> </properties> </component> <component id="ddde3" class="javax.swing.JRadioButton" binding="totpRandomRadioButton"> @@ -2127,8 +2127,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.totpRandomRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.totpRandomRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.totpRandomRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.totpRandomRadioButton.toolTipText"/> </properties> </component> <component id="148f2" class="javax.swing.JRadioButton" binding="totpRandomSimilarStrengthRadioButton"> @@ -2138,8 +2138,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.totpRandomSimilarStrengthRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.totpRandomSimilarStrengthRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.totpRandomSimilarStrengthRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.totpRandomSimilarStrengthRadioButton.toolTipText"/> </properties> </component> </children> @@ -2148,7 +2148,7 @@ </grid> <grid id="59ef3" layout-manager="GridBagLayout"> <constraints> - <tabbedpane title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.wildPokemonPanel.title"/> + <tabbedpane title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.wildPokemonPanel.title"/> </constraints> <properties> <enabled value="false"/> @@ -2161,7 +2161,7 @@ <gridbag weightx="0.1" weighty="0.0"/> </constraints> <properties/> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.wpPanel.title"> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.wpPanel.title"> <font style="1"/> </border> <children> @@ -2172,8 +2172,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpUnchangedRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpUnchangedRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpUnchangedRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpUnchangedRadioButton.toolTipText"/> </properties> </component> <hspacer id="45277"> @@ -2207,8 +2207,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpRandomRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpRandomRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpRandomRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpRandomRadioButton.toolTipText"/> </properties> </component> <component id="4abec" class="javax.swing.JRadioButton" binding="wpArea1To1RadioButton"> @@ -2218,8 +2218,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpArea1To1RadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpArea1To1RadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpArea1To1RadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpArea1To1RadioButton.toolTipText"/> </properties> </component> <component id="44917" class="javax.swing.JRadioButton" binding="wpGlobal1To1RadioButton"> @@ -2229,8 +2229,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpGlobal1To1RadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpGlobal1To1RadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpGlobal1To1RadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpGlobal1To1RadioButton.toolTipText"/> </properties> </component> <grid id="ff19e" layout-manager="GridBagLayout"> @@ -2239,7 +2239,7 @@ <gridbag top="0" left="0" bottom="0" right="80" weightx="0.0" weighty="0.0"/> </constraints> <properties/> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.wpARPanel.title"/> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.wpARPanel.title"/> <children> <component id="6fd8b" class="javax.swing.JRadioButton" binding="wpARNoneRadioButton"> <constraints> @@ -2248,8 +2248,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpARNoneRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpARNoneRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpARNoneRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpARNoneRadioButton.toolTipText"/> </properties> </component> <hspacer id="cc8ed"> @@ -2277,8 +2277,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpARSimilarStrengthRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpARSimilarStrengthRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpARSimilarStrengthRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpARSimilarStrengthRadioButton.toolTipText"/> </properties> </component> <component id="f3f94" class="javax.swing.JRadioButton" binding="wpARCatchEmAllModeRadioButton"> @@ -2288,8 +2288,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpARCatchEmAllModeRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpARCatchEmAllModeRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpARCatchEmAllModeRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpARCatchEmAllModeRadioButton.toolTipText"/> </properties> </component> <component id="bc941" class="javax.swing.JRadioButton" binding="wpARTypeThemeAreasRadioButton"> @@ -2299,8 +2299,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpARTypeThemeAreasRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpARTypeThemeAreasRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpARTypeThemeAreasRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpARTypeThemeAreasRadioButton.toolTipText"/> </properties> </component> </children> @@ -2312,8 +2312,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpUseTimeBasedEncountersCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpUseTimeBasedEncountersCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpUseTimeBasedEncountersCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpUseTimeBasedEncountersCheckBox.toolTipText"/> </properties> </component> <component id="31e5d" class="javax.swing.JCheckBox" binding="wpDontUseLegendariesCheckBox" default-binding="true"> @@ -2323,7 +2323,7 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpDontUseLegendariesCheckBox.text"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpDontUseLegendariesCheckBox.text"/> </properties> </component> <component id="daaf0" class="javax.swing.JCheckBox" binding="wpSetMinimumCatchRateCheckBox"> @@ -2333,8 +2333,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpSetMinimumCatchRateCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpSetMinimumCatchRateCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpSetMinimumCatchRateCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpSetMinimumCatchRateCheckBox.toolTipText"/> </properties> </component> <component id="b72b8" class="javax.swing.JCheckBox" binding="wpRandomizeHeldItemsCheckBox"> @@ -2344,8 +2344,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpRandomizeHeldItemsCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpRandomizeHeldItemsCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpRandomizeHeldItemsCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpRandomizeHeldItemsCheckBox.toolTipText"/> </properties> </component> <component id="7e552" class="javax.swing.JCheckBox" binding="wpBanBadItemsCheckBox" default-binding="true"> @@ -2355,8 +2355,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpBanBadItemsCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpBanBadItemsCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpBanBadItemsCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpBanBadItemsCheckBox.toolTipText"/> </properties> </component> <component id="da56d" class="javax.swing.JCheckBox" binding="wpBalanceShakingGrassPokemonCheckBox"> @@ -2366,8 +2366,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpBalanceShakingGrassPokemonCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpBalanceShakingGrassPokemonCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpBalanceShakingGrassPokemonCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpBalanceShakingGrassPokemonCheckBox.toolTipText"/> </properties> </component> <component id="a5c09" class="javax.swing.JCheckBox" binding="wpPercentageLevelModifierCheckBox" default-binding="true"> @@ -2377,8 +2377,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpPercentageLevelModifierCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpPercentageLevelModifierCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpPercentageLevelModifierCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpPercentageLevelModifierCheckBox.toolTipText"/> </properties> </component> <component id="7e56b" class="javax.swing.JSlider" binding="wpPercentageLevelModifierSlider" default-binding="true"> @@ -2395,7 +2395,7 @@ <paintLabels value="true"/> <paintTicks value="true"/> <snapToTicks value="true"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpPercentageLevelModifierSlider.toolTipText"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpPercentageLevelModifierSlider.toolTipText"/> <value value="0"/> </properties> </component> @@ -2411,7 +2411,7 @@ <minimum value="1"/> <paintLabels value="true"/> <snapToTicks value="true"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpSetMinimumCatchRateSlider.toolTipText"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpSetMinimumCatchRateSlider.toolTipText"/> <value value="1"/> </properties> </component> @@ -2422,8 +2422,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpAllowAltFormesCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.wpAllowAltFormesCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpAllowAltFormesCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.wpAllowAltFormesCheckBox.toolTipText"/> </properties> </component> </children> @@ -2456,7 +2456,7 @@ </grid> <grid id="c0784" layout-manager="GridBagLayout"> <constraints> - <tabbedpane title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.tmsHMsTutorsPanel.title"/> + <tabbedpane title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.tmsHMsTutorsPanel.title"/> </constraints> <properties> <enabled value="false"/> @@ -2469,7 +2469,7 @@ <gridbag weightx="0.1" weighty="0.0"/> </constraints> <properties/> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.tmPanel.title"> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.tmPanel.title"> <font style="1"/> </border> <children> @@ -2479,7 +2479,7 @@ <gridbag weightx="0.0" weighty="0.0"/> </constraints> <properties/> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.tmMovesPanel.title"/> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.tmMovesPanel.title"/> <children> <component id="77153" class="javax.swing.JRadioButton" binding="tmUnchangedRadioButton" default-binding="true"> <constraints> @@ -2488,8 +2488,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tmUnchangedRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tmUnchangedRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tmUnchangedRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tmUnchangedRadioButton.toolTipText"/> </properties> </component> <vspacer id="c775"> @@ -2517,8 +2517,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tmRandomRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tmRandomRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tmRandomRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tmRandomRadioButton.toolTipText"/> </properties> </component> <component id="e94bb" class="javax.swing.JCheckBox" binding="tmNoGameBreakingMovesCheckBox"> @@ -2528,8 +2528,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tmNoGameBreakingMovesCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tmNoGameBreakingMovesCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tmNoGameBreakingMovesCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tmNoGameBreakingMovesCheckBox.toolTipText"/> </properties> </component> <component id="e66ed" class="javax.swing.JCheckBox" binding="tmKeepFieldMoveTMsCheckBox"> @@ -2539,8 +2539,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tmKeepFieldMoveTMsCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tmKeepFieldMoveTMsCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tmKeepFieldMoveTMsCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tmKeepFieldMoveTMsCheckBox.toolTipText"/> </properties> </component> <component id="39544" class="javax.swing.JCheckBox" binding="tmForceGoodDamagingCheckBox" default-binding="true"> @@ -2550,8 +2550,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tmForceGoodDamagingCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tmForceGoodDamagingCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tmForceGoodDamagingCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tmForceGoodDamagingCheckBox.toolTipText"/> </properties> </component> <component id="60c91" class="javax.swing.JSlider" binding="tmForceGoodDamagingSlider" default-binding="true"> @@ -2566,7 +2566,7 @@ <paintLabels value="true"/> <paintTicks value="true"/> <snapToTicks value="true"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tmForceGoodDamagingSlider.toolTipText"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tmForceGoodDamagingSlider.toolTipText"/> <value value="0"/> </properties> </component> @@ -2602,7 +2602,7 @@ <gridbag top="0" left="20" bottom="0" right="0" weightx="0.0" weighty="0.0"/> </constraints> <properties/> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.thcPanel.title"/> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.thcPanel.title"/> <children> <component id="eb901" class="javax.swing.JRadioButton" binding="thcUnchangedRadioButton" default-binding="true"> <constraints> @@ -2611,8 +2611,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.thcUnchangedRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.thcUnchangedRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.thcUnchangedRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.thcUnchangedRadioButton.toolTipText"/> </properties> </component> <vspacer id="f28aa"> @@ -2640,8 +2640,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.thcRandomPreferSameTypeRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.thcRandomPreferSameTypeRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.thcRandomPreferSameTypeRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.thcRandomPreferSameTypeRadioButton.toolTipText"/> </properties> </component> <component id="bdcf8" class="javax.swing.JRadioButton" binding="thcRandomCompletelyRadioButton"> @@ -2651,8 +2651,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.thcRandomCompletelyRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.thcRandomCompletelyRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.thcRandomCompletelyRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.thcRandomCompletelyRadioButton.toolTipText"/> </properties> </component> <component id="1bb6c" class="javax.swing.JRadioButton" binding="thcFullCompatibilityRadioButton" default-binding="true"> @@ -2662,8 +2662,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.thcFullCompatibilityRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.thcFullCompatibilityRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.thcFullCompatibilityRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.thcFullCompatibilityRadioButton.toolTipText"/> </properties> </component> <component id="65e15" class="javax.swing.JCheckBox" binding="tmFollowEvolutionsCheckBox"> @@ -2673,8 +2673,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tmFollowEvolutionsCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tmFollowEvolutionsCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tmFollowEvolutionsCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tmFollowEvolutionsCheckBox.toolTipText"/> </properties> </component> <component id="7ba73" class="javax.swing.JCheckBox" binding="tmLevelupMoveSanityCheckBox" default-binding="true"> @@ -2684,8 +2684,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tmLevelupMoveSanityCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tmLevelupMoveSanityCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tmLevelupMoveSanityCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tmLevelupMoveSanityCheckBox.toolTipText"/> </properties> </component> <component id="b7d85" class="javax.swing.JCheckBox" binding="tmFullHMCompatibilityCheckBox"> @@ -2695,8 +2695,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tmFullHMCompatibilityCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.tmFullHMCompatibilityCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tmFullHMCompatibilityCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.tmFullHMCompatibilityCheckBox.toolTipText"/> </properties> </component> </children> @@ -2733,7 +2733,7 @@ <gridbag weightx="0.0" weighty="0.0"/> </constraints> <properties/> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.mtPanel.title"> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.mtPanel.title"> <font style="1"/> </border> <children> @@ -2743,7 +2743,7 @@ <gridbag weightx="0.0" weighty="0.0"/> </constraints> <properties/> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.mtMovesPanel.title"/> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.mtMovesPanel.title"/> <children> <component id="c71e0" class="javax.swing.JRadioButton" binding="mtUnchangedRadioButton" default-binding="true"> <constraints> @@ -2752,8 +2752,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mtUnchangedRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mtUnchangedRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mtUnchangedRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mtUnchangedRadioButton.toolTipText"/> </properties> </component> <vspacer id="e8b9"> @@ -2781,8 +2781,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mtRandomRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mtRandomRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mtRandomRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mtRandomRadioButton.toolTipText"/> </properties> </component> <component id="108c3" class="javax.swing.JSlider" binding="mtForceGoodDamagingSlider"> @@ -2797,7 +2797,7 @@ <paintLabels value="true"/> <paintTicks value="true"/> <snapToTicks value="true"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mtForceGoodDamagingSlider.toolTipText"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mtForceGoodDamagingSlider.toolTipText"/> <value value="0"/> </properties> </component> @@ -2808,8 +2808,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mtNoGameBreakingMovesCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mtNoGameBreakingMovesCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mtNoGameBreakingMovesCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mtNoGameBreakingMovesCheckBox.toolTipText"/> </properties> </component> <component id="d8aa" class="javax.swing.JCheckBox" binding="mtKeepFieldMoveTutorsCheckBox"> @@ -2819,8 +2819,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mtKeepFieldMoveTutorsCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mtKeepFieldMoveTutorsCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mtKeepFieldMoveTutorsCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mtKeepFieldMoveTutorsCheckBox.toolTipText"/> </properties> </component> <component id="5a253" class="javax.swing.JCheckBox" binding="mtForceGoodDamagingCheckBox"> @@ -2830,8 +2830,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mtForceGoodDamagingCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mtForceGoodDamagingCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mtForceGoodDamagingCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mtForceGoodDamagingCheckBox.toolTipText"/> </properties> </component> </children> @@ -2866,7 +2866,7 @@ <gridbag top="0" left="20" bottom="0" right="0" weightx="0.0" weighty="0.0"/> </constraints> <properties/> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.mtcPanel.title"/> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.mtcPanel.title"/> <children> <component id="909ae" class="javax.swing.JRadioButton" binding="mtcUnchangedRadioButton" default-binding="true"> <constraints> @@ -2875,8 +2875,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mtcUnchangedRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mtcUnchangedRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mtcUnchangedRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mtcUnchangedRadioButton.toolTipText"/> </properties> </component> <vspacer id="993c4"> @@ -2904,8 +2904,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mtcRandomPreferSameTypeRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mtcRandomPreferSameTypeRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mtcRandomPreferSameTypeRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mtcRandomPreferSameTypeRadioButton.toolTipText"/> </properties> </component> <component id="e0f5e" class="javax.swing.JRadioButton" binding="mtcRandomCompletelyRadioButton"> @@ -2915,8 +2915,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mtcRandomCompletelyRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mtcRandomCompletelyRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mtcRandomCompletelyRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mtcRandomCompletelyRadioButton.toolTipText"/> </properties> </component> <component id="6ffa1" class="javax.swing.JRadioButton" binding="mtcFullCompatibilityRadioButton" default-binding="true"> @@ -2926,8 +2926,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mtcFullCompatibilityRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mtcFullCompatibilityRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mtcFullCompatibilityRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mtcFullCompatibilityRadioButton.toolTipText"/> </properties> </component> <component id="e4773" class="javax.swing.JCheckBox" binding="mtFollowEvolutionsCheckBox"> @@ -2937,8 +2937,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mtFollowEvolutionsCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mtFollowEvolutionsCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mtFollowEvolutionsCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mtFollowEvolutionsCheckBox.toolTipText"/> </properties> </component> <component id="801a1" class="javax.swing.JCheckBox" binding="mtLevelupMoveSanityCheckBox"> @@ -2948,8 +2948,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mtLevelupMoveSanityCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mtLevelupMoveSanityCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mtLevelupMoveSanityCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mtLevelupMoveSanityCheckBox.toolTipText"/> </properties> </component> </children> @@ -2961,7 +2961,7 @@ </constraints> <properties> <enabled value="true"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.mtNoExistLabel.text"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.mtNoExistLabel.text"/> </properties> </component> </children> @@ -2970,7 +2970,7 @@ </grid> <grid id="42a4d" layout-manager="GridBagLayout"> <constraints> - <tabbedpane title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.itemsPanel.title"/> + <tabbedpane title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.itemsPanel.title"/> </constraints> <properties> <enabled value="false"/> @@ -2983,7 +2983,7 @@ <gridbag weightx="0.1" weighty="0.0"/> </constraints> <properties/> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.fiPanel.title"> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.fiPanel.title"> <font style="1"/> </border> <children> @@ -2994,8 +2994,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.fiUnchangedRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.fiUnchangedRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.fiUnchangedRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.fiUnchangedRadioButton.toolTipText"/> </properties> </component> <hspacer id="365a6"> @@ -3029,8 +3029,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.fiShuffleRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.fiShuffleRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.fiShuffleRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.fiShuffleRadioButton.toolTipText"/> </properties> </component> <component id="74283" class="javax.swing.JRadioButton" binding="fiRandomRadioButton" default-binding="true"> @@ -3040,8 +3040,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.fiRandomRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.fiRandomRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.fiRandomRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.fiRandomRadioButton.toolTipText"/> </properties> </component> <component id="b0d01" class="javax.swing.JRadioButton" binding="fiRandomEvenDistributionRadioButton" default-binding="true"> @@ -3051,8 +3051,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.fiRandomEvenDistributionRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.fiRandomEvenDistributionRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.fiRandomEvenDistributionRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.fiRandomEvenDistributionRadioButton.toolTipText"/> </properties> </component> <component id="d9fbb" class="javax.swing.JCheckBox" binding="fiBanBadItemsCheckBox" default-binding="true"> @@ -3062,8 +3062,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.fiBanBadItemsCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.fiBanBadItemsCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.fiBanBadItemsCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.fiBanBadItemsCheckBox.toolTipText"/> </properties> </component> </children> @@ -3098,7 +3098,7 @@ <gridbag weightx="0.0" weighty="0.0"/> </constraints> <properties/> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.shPanel.title"> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.shPanel.title"> <font style="1"/> </border> <children> @@ -3109,8 +3109,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.shUnchangedRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.shUnchangedRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.shUnchangedRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.shUnchangedRadioButton.toolTipText"/> </properties> </component> <hspacer id="ffc84"> @@ -3144,8 +3144,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.shShuffleRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.shShuffleRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.shShuffleRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.shShuffleRadioButton.toolTipText"/> </properties> </component> <component id="4324" class="javax.swing.JRadioButton" binding="shRandomRadioButton" default-binding="true"> @@ -3155,8 +3155,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.shRandomRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.shRandomRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.shRandomRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.shRandomRadioButton.toolTipText"/> </properties> </component> <component id="2d537" class="javax.swing.JCheckBox" binding="shBanOverpoweredShopItemsCheckBox"> @@ -3166,8 +3166,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.shBanOverpoweredShopItemsCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.shBanOverpoweredShopItemsCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.shBanOverpoweredShopItemsCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.shBanOverpoweredShopItemsCheckBox.toolTipText"/> </properties> </component> <component id="c8590" class="javax.swing.JCheckBox" binding="shBanBadItemsCheckBox" default-binding="true"> @@ -3177,8 +3177,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.shBanBadItemsCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.shBanBadItemsCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.shBanBadItemsCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.shBanBadItemsCheckBox.toolTipText"/> </properties> </component> <component id="65395" class="javax.swing.JCheckBox" binding="shBanRegularShopItemsCheckBox"> @@ -3188,8 +3188,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.shBanRegularShopItemsCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.shBanRegularShopItemsCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.shBanRegularShopItemsCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.shBanRegularShopItemsCheckBox.toolTipText"/> </properties> </component> <component id="9e484" class="javax.swing.JCheckBox" binding="shBalanceShopItemPricesCheckBox"> @@ -3199,8 +3199,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.shBalanceShopItemPricesCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.shBalanceShopItemPricesCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.shBalanceShopItemPricesCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.shBalanceShopItemPricesCheckBox.toolTipText"/> </properties> </component> <component id="5bba5" class="javax.swing.JCheckBox" binding="shGuaranteeEvolutionItemsCheckBox"> @@ -3210,8 +3210,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.shGuaranteeEvolutionItemsCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.shGuaranteeEvolutionItemsCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.shGuaranteeEvolutionItemsCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.shGuaranteeEvolutionItemsCheckBox.toolTipText"/> </properties> </component> <component id="f7f02" class="javax.swing.JCheckBox" binding="shGuaranteeXItemsCheckBox"> @@ -3222,8 +3222,8 @@ <properties> <enabled value="false"/> <selected value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.shGuaranteeXItemsCheckbox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.shGuaranteeXItemsCheckbox.tooltipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.shGuaranteeXItemsCheckbox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.shGuaranteeXItemsCheckbox.tooltipText"/> </properties> </component> </children> @@ -3234,7 +3234,7 @@ <gridbag weightx="0.0" weighty="0.0"/> </constraints> <properties/> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.puPanel.title"> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.puPanel.title"> <font style="1"/> </border> <children> @@ -3245,8 +3245,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.puUnchangedRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.puUnchangedRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.puUnchangedRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.puUnchangedRadioButton.toolTipText"/> </properties> </component> <hspacer id="5bf93"> @@ -3280,8 +3280,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.puRandomRadioButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.puRandomRadioButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.puRandomRadioButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.puRandomRadioButton.toolTipText"/> </properties> </component> <component id="45bbb" class="javax.swing.JCheckBox" binding="puBanBadItemsCheckBox"> @@ -3291,8 +3291,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.puBanBadItemsCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.puBanBadItemsCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.puBanBadItemsCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.puBanBadItemsCheckBox.toolTipText"/> </properties> </component> </children> @@ -3301,7 +3301,7 @@ </grid> <grid id="e8bbb" binding="baseTweaksPanel" layout-manager="GridBagLayout"> <constraints> - <tabbedpane title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.miscTweaksPanel.title"/> + <tabbedpane title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.miscTweaksPanel.title"/> </constraints> <properties> <enabled value="false"/> @@ -3314,7 +3314,7 @@ <gridbag weightx="0.1" weighty="0.1"/> </constraints> <properties/> - <border type="none" title-resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" title-key="GUI.miscPanel.title"> + <border type="none" title-resource-bundle="com/sneed/pkrandom/newgui/Bundle" title-key="GUI.miscPanel.title"> <font/> </border> <children> @@ -3325,8 +3325,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscBWExpPatchCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscBWExpPatchCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscBWExpPatchCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscBWExpPatchCheckBox.toolTipText"/> </properties> </component> <hspacer id="e97bc"> @@ -3354,8 +3354,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscNerfXAccuracyCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscNerfXAccuracyCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscNerfXAccuracyCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscNerfXAccuracyCheckBox.toolTipText"/> </properties> </component> <component id="39078" class="javax.swing.JCheckBox" binding="miscFixCritRateCheckBox"> @@ -3365,8 +3365,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscFixCritRateCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscFixCritRateCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscFixCritRateCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscFixCritRateCheckBox.toolTipText"/> </properties> </component> <component id="89b5c" class="javax.swing.JCheckBox" binding="miscFastestTextCheckBox"> @@ -3376,8 +3376,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscFastestTextCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscFastestTextCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscFastestTextCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscFastestTextCheckBox.toolTipText"/> </properties> </component> <component id="5c1b1" class="javax.swing.JCheckBox" binding="miscRunningShoesIndoorsCheckBox"> @@ -3387,8 +3387,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscRunningShoesIndoorsCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscRunningShoesIndoorsCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscRunningShoesIndoorsCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscRunningShoesIndoorsCheckBox.toolTipText"/> </properties> </component> <component id="bd6ce" class="javax.swing.JCheckBox" binding="miscRandomizePCPotionCheckBox"> @@ -3398,8 +3398,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscRandomizePCPotionCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscRandomizePCPotionCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscRandomizePCPotionCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscRandomizePCPotionCheckBox.toolTipText"/> </properties> </component> <component id="a174b" class="javax.swing.JCheckBox" binding="miscAllowPikachuEvolutionCheckBox"> @@ -3409,8 +3409,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscAllowPikachuEvolutionCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscAllowPikachuEvolutionCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscAllowPikachuEvolutionCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscAllowPikachuEvolutionCheckBox.toolTipText"/> </properties> </component> <component id="6af08" class="javax.swing.JCheckBox" binding="miscGiveNationalDexAtCheckBox"> @@ -3420,8 +3420,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscGiveNationalDexAtCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscGiveNationalDexAtCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscGiveNationalDexAtCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscGiveNationalDexAtCheckBox.toolTipText"/> </properties> </component> <component id="f8bbd" class="javax.swing.JCheckBox" binding="miscUpdateTypeEffectivenessCheckBox"> @@ -3431,8 +3431,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscUpdateTypeEffectivenessCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscUpdateTypeEffectivenessCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscUpdateTypeEffectivenessCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscUpdateTypeEffectivenessCheckBox.toolTipText"/> </properties> </component> <component id="b7d7c" class="javax.swing.JCheckBox" binding="miscLowerCasePokemonNamesCheckBox"> @@ -3442,8 +3442,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscLowerCasePokemonNamesCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscLowerCasePokemonNamesCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscLowerCasePokemonNamesCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscLowerCasePokemonNamesCheckBox.toolTipText"/> </properties> </component> <component id="7fe16" class="javax.swing.JCheckBox" binding="miscRandomizeCatchingTutorialCheckBox"> @@ -3453,8 +3453,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscRandomizeCatchingTutorialCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscRandomizeCatchingTutorialCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscRandomizeCatchingTutorialCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscRandomizeCatchingTutorialCheckBox.toolTipText"/> </properties> </component> <component id="d8e23" class="javax.swing.JCheckBox" binding="miscBanLuckyEggCheckBox"> @@ -3464,8 +3464,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscBanLuckyEggCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscBanLuckyEggCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscBanLuckyEggCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscBanLuckyEggCheckBox.toolTipText"/> </properties> </component> <component id="9cf5c" class="javax.swing.JCheckBox" binding="miscNoFreeLuckyEggCheckBox"> @@ -3475,8 +3475,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscNoFreeLuckyEggCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscNoFreeLuckyEggCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscNoFreeLuckyEggCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscNoFreeLuckyEggCheckBox.toolTipText"/> </properties> </component> <component id="68538" class="javax.swing.JCheckBox" binding="miscBanBigMoneyManiacCheckBox"> @@ -3486,8 +3486,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscBanBigMoneyManiacCheckBox.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscBanBigMoneyManiacCheckBox.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscBanBigMoneyManiacCheckBox.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscBanBigMoneyManiacCheckBox.toolTipText"/> </properties> </component> <component id="3e84b" class="javax.swing.JLabel" binding="mtNoneAvailableLabel"> @@ -3496,7 +3496,7 @@ <gridbag weightx="0.0" weighty="0.0"/> </constraints> <properties> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.miscNoneAvailableLabel.text"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.miscNoneAvailableLabel.text"/> </properties> </component> <component id="27c9" class="javax.swing.JCheckBox" binding="miscSOSBattlesCheckBox"> @@ -3506,8 +3506,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="CodeTweaks.sosBattles.name"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="CodeTweaks.sosBattles.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="CodeTweaks.sosBattles.name"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="CodeTweaks.sosBattles.toolTipText"/> </properties> </component> <component id="5cd10" class="javax.swing.JCheckBox" binding="miscBalanceStaticLevelsCheckBox"> @@ -3517,8 +3517,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="CodeTweaks.balanceStaticLevels.name"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="CodeTweaks.balanceStaticLevels.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="CodeTweaks.balanceStaticLevels.name"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="CodeTweaks.balanceStaticLevels.toolTipText"/> </properties> </component> <component id="1d98d" class="javax.swing.JCheckBox" binding="miscRetainAltFormesCheckBox"> @@ -3528,8 +3528,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="CodeTweaks.retainAltFormes.name"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="CodeTweaks.retainAltFormes.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="CodeTweaks.retainAltFormes.name"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="CodeTweaks.retainAltFormes.toolTipText"/> </properties> </component> <component id="baacf" class="javax.swing.JCheckBox" binding="miscRunWithoutRunningShoesCheckBox"> @@ -3539,8 +3539,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="CodeTweaks.runWithoutRunningShoes.name"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="CodeTweaks.runWithoutRunningShoes.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="CodeTweaks.runWithoutRunningShoes.name"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="CodeTweaks.runWithoutRunningShoes.toolTipText"/> </properties> </component> <component id="52a" class="javax.swing.JCheckBox" binding="miscFasterHPAndEXPBarsCheckBox"> @@ -3550,8 +3550,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="CodeTweaks.fasterHpAndExpBars.name"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="CodeTweaks.fasterHpAndExpBars.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="CodeTweaks.fasterHpAndExpBars.name"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="CodeTweaks.fasterHpAndExpBars.toolTipText"/> </properties> </component> <component id="531ae" class="javax.swing.JCheckBox" binding="miscForceChallengeModeCheckBox"> @@ -3561,8 +3561,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="CodeTweaks.forceChallengeMode.name"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="CodeTweaks.forceChallengeMode.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="CodeTweaks.forceChallengeMode.name"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="CodeTweaks.forceChallengeMode.toolTipText"/> </properties> </component> <component id="d472a" class="javax.swing.JCheckBox" binding="miscFastDistortionWorldCheckBox"> @@ -3572,8 +3572,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="CodeTweaks.fastDistortionWorld.name"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="CodeTweaks.fastDistortionWorld.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="CodeTweaks.fastDistortionWorld.name"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="CodeTweaks.fastDistortionWorld.toolTipText"/> </properties> </component> </children> @@ -3613,7 +3613,7 @@ </constraints> <properties> <requestFocusEnabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.openROMButton.text"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.openROMButton.text"/> </properties> </component> <component id="60ca8" class="javax.swing.JButton" binding="randomizeSaveButton" default-binding="true"> @@ -3622,7 +3622,7 @@ <gridbag top="0" left="0" bottom="10" right="0" weightx="0.3" weighty="0.0"/> </constraints> <properties> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.randomizeSaveButton.text"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.randomizeSaveButton.text"/> </properties> </component> <component id="d61b0" class="javax.swing.JButton" binding="premadeSeedButton" default-binding="true"> @@ -3631,7 +3631,7 @@ <gridbag top="0" left="0" bottom="10" right="0" weightx="0.3" weighty="0.0"/> </constraints> <properties> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.premadeSeedButton.text"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.premadeSeedButton.text"/> </properties> </component> <component id="2f42" class="javax.swing.JButton" binding="settingsButton" default-binding="true"> @@ -3640,7 +3640,7 @@ <gridbag weightx="0.3" weighty="0.0"/> </constraints> <properties> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.settingsButton.text"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.settingsButton.text"/> </properties> </component> <component id="df6e7" class="javax.swing.JLabel" binding="versionLabel"> @@ -3650,7 +3650,7 @@ </constraints> <properties> <font style="1"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.versionLabel.text"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.versionLabel.text"/> </properties> </component> <hspacer id="d2a3b"> @@ -3683,7 +3683,7 @@ <gridbag weightx="0.1" weighty="0.0"/> </constraints> <properties> - <icon value="com/rafa_99/pkrandom/newgui/emptyIcon.png"/> + <icon value="com/sneed/pkrandom/newgui/emptyIcon.png"/> <text value=""/> </properties> </component> @@ -3694,8 +3694,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.saveSettingsButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.saveSettingsButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.saveSettingsButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.saveSettingsButton.toolTipText"/> </properties> </component> <component id="b0dde" class="javax.swing.JButton" binding="loadSettingsButton" default-binding="true"> @@ -3705,8 +3705,8 @@ </constraints> <properties> <enabled value="false"/> - <text resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.loadSettingsButton.text"/> - <toolTipText resource-bundle="com/rafa_99/pkrandom/newgui/Bundle" key="GUI.loadSettingsButton.toolTipText"/> + <text resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.loadSettingsButton.text"/> + <toolTipText resource-bundle="com/sneed/pkrandom/newgui/Bundle" key="GUI.loadSettingsButton.toolTipText"/> </properties> </component> <hspacer id="bd24f"> diff --git a/src/com/rafa_99/pkrandom/newgui/NewRandomizerGUI.java b/src/com/sneed/pkrandom/newgui/NewRandomizerGUI.java index 3a6f001..7a8e8ca 100644 --- a/src/com/rafa_99/pkrandom/newgui/NewRandomizerGUI.java +++ b/src/com/sneed/pkrandom/newgui/NewRandomizerGUI.java @@ -1,11 +1,11 @@ -package com.rafa_99.pkrandom.newgui; +package com.sneed.pkrandom.newgui; /*----------------------------------------------------------------------------*/ /*-- NewRandomizerGUI.java - the main GUI for the randomizer, containing --*/ /*-- the various options available and such --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ @@ -25,16 +25,16 @@ package com.rafa_99.pkrandom.newgui; /*-- along with this program. If not, see <http://www.gnu.org/licenses/>. --*/ /*----------------------------------------------------------------------------*/ -import com.rafa_99.pkrandom.*; -import com.rafa_99.pkrandom.cli.CliRandomizer; -import com.rafa_99.pkrandom.constants.GlobalConstants; -import com.rafa_99.pkrandom.exceptions.EncryptedROMException; -import com.rafa_99.pkrandom.exceptions.InvalidSupplementFilesException; -import com.rafa_99.pkrandom.exceptions.RandomizationException; -import com.rafa_99.pkrandom.pokemon.ExpCurve; -import com.rafa_99.pkrandom.pokemon.GenRestrictions; -import com.rafa_99.pkrandom.pokemon.Pokemon; -import com.rafa_99.pkrandom.romhandlers.*; +import com.sneed.pkrandom.*; +import com.sneed.pkrandom.cli.CliRandomizer; +import com.sneed.pkrandom.constants.GlobalConstants; +import com.sneed.pkrandom.exceptions.EncryptedROMException; +import com.sneed.pkrandom.exceptions.InvalidSupplementFilesException; +import com.sneed.pkrandom.exceptions.RandomizationException; +import com.sneed.pkrandom.pokemon.ExpCurve; +import com.sneed.pkrandom.pokemon.GenRestrictions; +import com.sneed.pkrandom.pokemon.Pokemon; +import com.sneed.pkrandom.romhandlers.*; import javax.swing.*; import javax.swing.border.TitledBorder; @@ -325,7 +325,7 @@ public class NewRandomizerGUI { private JMenuItem loadGetSettingsMenuItem; private JMenuItem keepOrUnloadGameAfterRandomizingMenuItem; - private ImageIcon emptyIcon = new ImageIcon(getClass().getResource("/com/rafa_99/pkrandom/newgui/emptyIcon.png")); + private ImageIcon emptyIcon = new ImageIcon(getClass().getResource("/com/sneed/pkrandom/newgui/emptyIcon.png")); private boolean haveCheckedCustomNames, unloadGameOnSuccess; private Map<String, String> gameUpdates = new TreeMap<>(); @@ -337,7 +337,7 @@ public class NewRandomizerGUI { public NewRandomizerGUI() { ToolTipManager.sharedInstance().setInitialDelay(400); ToolTipManager.sharedInstance().setDismissDelay(Integer.MAX_VALUE); - bundle = ResourceBundle.getBundle("com/rafa_99/pkrandom/newgui/Bundle"); + bundle = ResourceBundle.getBundle("com/sneed/pkrandom/newgui/Bundle"); testForRequiredConfigs(); checkHandlers = new RomHandler.Factory[] { new Gen1RomHandler.Factory(), new Gen2RomHandler.Factory(), new Gen3RomHandler.Factory(), new Gen4RomHandler.Factory(), new Gen5RomHandler.Factory(), diff --git a/src/com/rafa_99/pkrandom/newgui/OperationDialog.java b/src/com/sneed/pkrandom/newgui/OperationDialog.java index a6a643c..52e6008 100644 --- a/src/com/rafa_99/pkrandom/newgui/OperationDialog.java +++ b/src/com/sneed/pkrandom/newgui/OperationDialog.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.newgui; +package com.sneed.pkrandom.newgui; /*----------------------------------------------------------------------------*/ /*-- OperationDialog.java - a dialog that displays the loading spinner --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ @@ -24,7 +24,7 @@ package com.rafa_99.pkrandom.newgui; /*-- along with this program. If not, see <http://www.gnu.org/licenses/>. --*/ /*----------------------------------------------------------------------------*/ -import com.rafa_99.pkrandom.FileFunctions; +import com.sneed.pkrandom.FileFunctions; import javax.swing.*; import java.awt.*; @@ -119,7 +119,7 @@ public class OperationDialog extends javax.swing.JDialog { private ImageIcon getLoadingIcon() { try { InputStream in = OperationDialog.class - .getResourceAsStream("/com/rafa_99/pkrandom/newgui/loading.gif"); + .getResourceAsStream("/com/sneed/pkrandom/newgui/loading.gif"); byte[] buf = FileFunctions.readFullyIntoBuffer(in, in.available()); in.close(); Image image = Toolkit.getDefaultToolkit().createImage(buf); diff --git a/src/com/rafa_99/pkrandom/newgui/PresetFileFilter.java b/src/com/sneed/pkrandom/newgui/PresetFileFilter.java index 2cbf49d..cd2d4da 100644 --- a/src/com/rafa_99/pkrandom/newgui/PresetFileFilter.java +++ b/src/com/sneed/pkrandom/newgui/PresetFileFilter.java @@ -2,7 +2,7 @@ * To change this template, choose Tools | Templates * and open the template in the editor. */ -package com.rafa_99.pkrandom.newgui; +package com.sneed.pkrandom.newgui; /*----------------------------------------------------------------------------*/ /*-- PresetFileFilter.java - a file filter for the "randomization presets" --*/ @@ -10,7 +10,7 @@ package com.rafa_99.pkrandom.newgui; /*-- on demand. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/newgui/PresetLoadDialog.java b/src/com/sneed/pkrandom/newgui/PresetLoadDialog.java index b18e016..ce1830a 100644 --- a/src/com/rafa_99/pkrandom/newgui/PresetLoadDialog.java +++ b/src/com/sneed/pkrandom/newgui/PresetLoadDialog.java @@ -2,7 +2,7 @@ * To change this template, choose Tools | Templates * and open the template in the editor. */ -package com.rafa_99.pkrandom.newgui; +package com.sneed.pkrandom.newgui; /*----------------------------------------------------------------------------*/ /*-- PresetLoadDialog.java - a dialog to allow use of preset files or --*/ @@ -10,7 +10,7 @@ package com.rafa_99.pkrandom.newgui; /*-- premade ROMs. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ @@ -30,10 +30,10 @@ package com.rafa_99.pkrandom.newgui; /*-- along with this program. If not, see <http://www.gnu.org/licenses/>. --*/ /*----------------------------------------------------------------------------*/ -import com.rafa_99.pkrandom.*; -import com.rafa_99.pkrandom.exceptions.InvalidSupplementFilesException; -import com.rafa_99.pkrandom.romhandlers.Abstract3DSRomHandler; -import com.rafa_99.pkrandom.romhandlers.RomHandler; +import com.sneed.pkrandom.*; +import com.sneed.pkrandom.exceptions.InvalidSupplementFilesException; +import com.sneed.pkrandom.romhandlers.Abstract3DSRomHandler; +import com.sneed.pkrandom.romhandlers.RomHandler; import javax.swing.*; import javax.swing.event.DocumentEvent; @@ -67,7 +67,7 @@ public class PresetLoadDialog extends JDialog { */ public PresetLoadDialog(NewRandomizerGUI parent, JFrame frame) { super(frame, true); - bundle = java.util.ResourceBundle.getBundle("com/rafa_99/pkrandom/newgui/Bundle"); // NOI18N + bundle = java.util.ResourceBundle.getBundle("com/sneed/pkrandom/newgui/Bundle"); // NOI18N initComponents(); this.parentGUI = parent; this.presetFileChooser.setCurrentDirectory(new File("./")); @@ -359,7 +359,7 @@ public class PresetLoadDialog extends JDialog { romFileChooser.setFileFilter(new ROMFilter()); setDefaultCloseOperation(javax.swing.WindowConstants.DISPOSE_ON_CLOSE); - java.util.ResourceBundle bundle = java.util.ResourceBundle.getBundle("com/rafa_99/pkrandom/newgui/Bundle"); // NOI18N + java.util.ResourceBundle bundle = java.util.ResourceBundle.getBundle("com/sneed/pkrandom/newgui/Bundle"); // NOI18N setTitle(bundle.getString("PresetLoadDialog.title")); // NOI18N setModal(true); setResizable(false); diff --git a/src/com/rafa_99/pkrandom/newgui/PresetMakeDialog.java b/src/com/sneed/pkrandom/newgui/PresetMakeDialog.java index 2eb0ce7..27f8850 100644 --- a/src/com/rafa_99/pkrandom/newgui/PresetMakeDialog.java +++ b/src/com/sneed/pkrandom/newgui/PresetMakeDialog.java @@ -2,7 +2,7 @@ * To change this template, choose Tools | Templates * and open the template in the editor. */ -package com.rafa_99.pkrandom.newgui; +package com.sneed.pkrandom.newgui; /*----------------------------------------------------------------------------*/ /*-- PresetMakeDialog.java - a dialog to allow preset pairs to either be --*/ @@ -10,7 +10,7 @@ package com.rafa_99.pkrandom.newgui; /*-- later use. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ @@ -30,10 +30,10 @@ package com.rafa_99.pkrandom.newgui; /*-- along with this program. If not, see <http://www.gnu.org/licenses/>. --*/ /*----------------------------------------------------------------------------*/ -import com.rafa_99.pkrandom.FileFunctions; -import com.rafa_99.pkrandom.Settings; -import com.rafa_99.pkrandom.SysConstants; -import com.rafa_99.pkrandom.Version; +import com.sneed.pkrandom.FileFunctions; +import com.sneed.pkrandom.Settings; +import com.sneed.pkrandom.SysConstants; +import com.sneed.pkrandom.Version; import javax.swing.*; import java.awt.event.MouseEvent; @@ -93,7 +93,7 @@ public class PresetMakeDialog extends javax.swing.JDialog { presetFileChooser.setFileFilter(new PresetFileFilter()); setDefaultCloseOperation(javax.swing.WindowConstants.DISPOSE_ON_CLOSE); - java.util.ResourceBundle bundle = java.util.ResourceBundle.getBundle("com/rafa_99/pkrandom/newgui/Bundle"); // NOI18N + java.util.ResourceBundle bundle = java.util.ResourceBundle.getBundle("com/sneed/pkrandom/newgui/Bundle"); // NOI18N setTitle(bundle.getString("PresetMakeDialog.title")); // NOI18N setModal(true); setResizable(false); diff --git a/src/com/rafa_99/pkrandom/newgui/QSFileFilter.java b/src/com/sneed/pkrandom/newgui/QSFileFilter.java index e70f4f4..606341d 100644 --- a/src/com/rafa_99/pkrandom/newgui/QSFileFilter.java +++ b/src/com/sneed/pkrandom/newgui/QSFileFilter.java @@ -2,7 +2,7 @@ * To change this template, choose Tools | Templates * and open the template in the editor. */ -package com.rafa_99.pkrandom.newgui; +package com.sneed.pkrandom.newgui; /*----------------------------------------------------------------------------*/ /*-- PresetFileFilter.java - a file filter for the "randomization presets" --*/ @@ -10,7 +10,7 @@ package com.rafa_99.pkrandom.newgui; /*-- on demand. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/newgui/ROMFilter.java b/src/com/sneed/pkrandom/newgui/ROMFilter.java index 2b17cd6..e3de25c 100644 --- a/src/com/rafa_99/pkrandom/newgui/ROMFilter.java +++ b/src/com/sneed/pkrandom/newgui/ROMFilter.java @@ -2,14 +2,14 @@ * To change this template, choose Tools | Templates * and open the template in the editor. */ -package com.rafa_99.pkrandom.newgui; +package com.sneed.pkrandom.newgui; /*----------------------------------------------------------------------------*/ /*-- ROMFilter.java - a file filter for the various games which can be --*/ /*-- randomized with this program. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/newgui/emptyIcon.png b/src/com/sneed/pkrandom/newgui/emptyIcon.png Binary files differindex d21ab66..d21ab66 100644 --- a/src/com/rafa_99/pkrandom/newgui/emptyIcon.png +++ b/src/com/sneed/pkrandom/newgui/emptyIcon.png diff --git a/src/com/rafa_99/pkrandom/newgui/loading.gif b/src/com/sneed/pkrandom/newgui/loading.gif Binary files differindex 3288d10..3288d10 100644 --- a/src/com/rafa_99/pkrandom/newgui/loading.gif +++ b/src/com/sneed/pkrandom/newgui/loading.gif diff --git a/src/com/rafa_99/pkrandom/newnds/CRC16.java b/src/com/sneed/pkrandom/newnds/CRC16.java index 902e3e9..57c3557 100755 --- a/src/com/rafa_99/pkrandom/newnds/CRC16.java +++ b/src/com/sneed/pkrandom/newnds/CRC16.java @@ -1,11 +1,11 @@ -package com.rafa_99.pkrandom.newnds; +package com.sneed.pkrandom.newnds; /*----------------------------------------------------------------------------*/ /*-- CRC16.java - crc16 calculator for NDS checksums --*/ /*-- Code derived from "Nintendo DS rom tool", copyright (C) DevkitPro --*/ /*-- Original Code by Rafael Vuijk, Dave Murphy, Alexei Karpenko --*/ /*-- --*/ -/*-- Ported to Java by rafa_99 under the terms of the GPL: --*/ +/*-- Ported to Java by sneed under the terms of the GPL: --*/ /*-- --*/ /*-- This program is free software: you can redistribute it and/or modify --*/ /*-- it under the terms of the GNU General Public License as published by --*/ diff --git a/src/com/rafa_99/pkrandom/newnds/NARCArchive.java b/src/com/sneed/pkrandom/newnds/NARCArchive.java index 84427e5..5376f40 100644 --- a/src/com/rafa_99/pkrandom/newnds/NARCArchive.java +++ b/src/com/sneed/pkrandom/newnds/NARCArchive.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.newnds; +package com.sneed.pkrandom.newnds; /*----------------------------------------------------------------------------*/ /*-- NARCArchive.java - class for packing/unpacking GARC archives --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/newnds/NDSFile.java b/src/com/sneed/pkrandom/newnds/NDSFile.java index f7667bc..9164dc1 100755 --- a/src/com/rafa_99/pkrandom/newnds/NDSFile.java +++ b/src/com/sneed/pkrandom/newnds/NDSFile.java @@ -1,18 +1,18 @@ -package com.rafa_99.pkrandom.newnds; +package com.sneed.pkrandom.newnds; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.RandomAccessFile; -import com.rafa_99.pkrandom.FileFunctions; +import com.sneed.pkrandom.FileFunctions; /*----------------------------------------------------------------------------*/ /*-- NDSFile.java - an entry in the FAT/FNT filesystem --*/ /*-- Code based on "Nintendo DS rom tool", copyright (C) DevkitPro --*/ /*-- Original Code by Rafael Vuijk, Dave Murphy, Alexei Karpenko --*/ /*-- --*/ -/*-- Ported to Java by rafa_99 under the terms of the GPL: --*/ +/*-- Ported to Java by sneed under the terms of the GPL: --*/ /*-- --*/ /*-- This program is free software: you can redistribute it and/or modify --*/ /*-- it under the terms of the GNU General Public License as published by --*/ diff --git a/src/com/rafa_99/pkrandom/newnds/NDSRom.java b/src/com/sneed/pkrandom/newnds/NDSRom.java index 2ad207e..911a751 100755 --- a/src/com/rafa_99/pkrandom/newnds/NDSRom.java +++ b/src/com/sneed/pkrandom/newnds/NDSRom.java @@ -1,15 +1,15 @@ -package com.rafa_99.pkrandom.newnds; +package com.sneed.pkrandom.newnds; import java.io.*; import java.nio.file.Path; import java.nio.file.Paths; import java.util.*; -import com.rafa_99.pkrandom.SysConstants; -import com.rafa_99.pkrandom.FileFunctions; -import com.rafa_99.pkrandom.RomFunctions; +import com.sneed.pkrandom.SysConstants; +import com.sneed.pkrandom.FileFunctions; +import com.sneed.pkrandom.RomFunctions; -import com.rafa_99.pkrandom.exceptions.RandomizerIOException; +import com.sneed.pkrandom.exceptions.RandomizerIOException; import cuecompressors.BLZCoder; /*----------------------------------------------------------------------------*/ @@ -17,7 +17,7 @@ import cuecompressors.BLZCoder; /*-- Code based on "Nintendo DS rom tool", copyright (C) DevkitPro --*/ /*-- Original Code by Rafael Vuijk, Dave Murphy, Alexei Karpenko --*/ /*-- --*/ -/*-- Ported to Java by rafa_99 under the terms of the GPL: --*/ +/*-- Ported to Java by sneed under the terms of the GPL: --*/ /*-- --*/ /*-- This program is free software: you can redistribute it and/or modify --*/ /*-- it under the terms of the GNU General Public License as published by --*/ diff --git a/src/com/rafa_99/pkrandom/newnds/NDSY9Entry.java b/src/com/sneed/pkrandom/newnds/NDSY9Entry.java index 68507e4..43bf376 100755 --- a/src/com/rafa_99/pkrandom/newnds/NDSY9Entry.java +++ b/src/com/sneed/pkrandom/newnds/NDSY9Entry.java @@ -1,11 +1,11 @@ -package com.rafa_99.pkrandom.newnds; +package com.sneed.pkrandom.newnds; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.RandomAccessFile; -import com.rafa_99.pkrandom.FileFunctions; +import com.sneed.pkrandom.FileFunctions; import cuecompressors.BLZCoder; @@ -14,7 +14,7 @@ import cuecompressors.BLZCoder; /*-- Code based on "Nintendo DS rom tool", copyright (C) DevkitPro --*/ /*-- Original Code by Rafael Vuijk, Dave Murphy, Alexei Karpenko --*/ /*-- --*/ -/*-- Ported to Java by rafa_99 under the terms of the GPL: --*/ +/*-- Ported to Java by sneed under the terms of the GPL: --*/ /*-- --*/ /*-- This program is free software: you can redistribute it and/or modify --*/ /*-- it under the terms of the GNU General Public License as published by --*/ diff --git a/src/com/rafa_99/pkrandom/patches/bwexp/crystal_en_bwxp.ips b/src/com/sneed/pkrandom/patches/bwexp/crystal_en_bwxp.ips Binary files differindex 1286524..1286524 100644 --- a/src/com/rafa_99/pkrandom/patches/bwexp/crystal_en_bwxp.ips +++ b/src/com/sneed/pkrandom/patches/bwexp/crystal_en_bwxp.ips diff --git a/src/com/rafa_99/pkrandom/patches/bwexp/gs_en_bwxp.ips b/src/com/sneed/pkrandom/patches/bwexp/gs_en_bwxp.ips Binary files differindex e4bf2e3..e4bf2e3 100644 --- a/src/com/rafa_99/pkrandom/patches/bwexp/gs_en_bwxp.ips +++ b/src/com/sneed/pkrandom/patches/bwexp/gs_en_bwxp.ips diff --git a/src/com/rafa_99/pkrandom/patches/bwexp/rb_en_bwxp.ips b/src/com/sneed/pkrandom/patches/bwexp/rb_en_bwxp.ips Binary files differindex e7e929a..e7e929a 100644 --- a/src/com/rafa_99/pkrandom/patches/bwexp/rb_en_bwxp.ips +++ b/src/com/sneed/pkrandom/patches/bwexp/rb_en_bwxp.ips diff --git a/src/com/rafa_99/pkrandom/patches/bwexp/yellow_en_bwxp.ips b/src/com/sneed/pkrandom/patches/bwexp/yellow_en_bwxp.ips Binary files differindex 021fa97..021fa97 100644 --- a/src/com/rafa_99/pkrandom/patches/bwexp/yellow_en_bwxp.ips +++ b/src/com/sneed/pkrandom/patches/bwexp/yellow_en_bwxp.ips diff --git a/src/com/rafa_99/pkrandom/patches/hardcoded_statics/em_firstbattle.ips b/src/com/sneed/pkrandom/patches/hardcoded_statics/em_firstbattle.ips Binary files differindex 3b6385d..3b6385d 100644 --- a/src/com/rafa_99/pkrandom/patches/hardcoded_statics/em_firstbattle.ips +++ b/src/com/sneed/pkrandom/patches/hardcoded_statics/em_firstbattle.ips diff --git a/src/com/rafa_99/pkrandom/patches/hardcoded_statics/fr_marowak_10.ips b/src/com/sneed/pkrandom/patches/hardcoded_statics/fr_marowak_10.ips Binary files differindex 856297e..856297e 100644 --- a/src/com/rafa_99/pkrandom/patches/hardcoded_statics/fr_marowak_10.ips +++ b/src/com/sneed/pkrandom/patches/hardcoded_statics/fr_marowak_10.ips diff --git a/src/com/rafa_99/pkrandom/patches/hardcoded_statics/fr_marowak_11.ips b/src/com/sneed/pkrandom/patches/hardcoded_statics/fr_marowak_11.ips Binary files differindex 797d12b..797d12b 100644 --- a/src/com/rafa_99/pkrandom/patches/hardcoded_statics/fr_marowak_11.ips +++ b/src/com/sneed/pkrandom/patches/hardcoded_statics/fr_marowak_11.ips diff --git a/src/com/rafa_99/pkrandom/patches/hardcoded_statics/lg_marowak_10.ips b/src/com/sneed/pkrandom/patches/hardcoded_statics/lg_marowak_10.ips Binary files differindex eacbc91..eacbc91 100644 --- a/src/com/rafa_99/pkrandom/patches/hardcoded_statics/lg_marowak_10.ips +++ b/src/com/sneed/pkrandom/patches/hardcoded_statics/lg_marowak_10.ips diff --git a/src/com/rafa_99/pkrandom/patches/hardcoded_statics/lg_marowak_11.ips b/src/com/sneed/pkrandom/patches/hardcoded_statics/lg_marowak_11.ips Binary files differindex 057ec3a..057ec3a 100644 --- a/src/com/rafa_99/pkrandom/patches/hardcoded_statics/lg_marowak_11.ips +++ b/src/com/sneed/pkrandom/patches/hardcoded_statics/lg_marowak_11.ips diff --git a/src/com/rafa_99/pkrandom/patches/hardcoded_statics/roamers/fr_roamers_10.ips b/src/com/sneed/pkrandom/patches/hardcoded_statics/roamers/fr_roamers_10.ips Binary files differindex 22c093a..22c093a 100644 --- a/src/com/rafa_99/pkrandom/patches/hardcoded_statics/roamers/fr_roamers_10.ips +++ b/src/com/sneed/pkrandom/patches/hardcoded_statics/roamers/fr_roamers_10.ips diff --git a/src/com/rafa_99/pkrandom/patches/hardcoded_statics/roamers/fr_roamers_11.ips b/src/com/sneed/pkrandom/patches/hardcoded_statics/roamers/fr_roamers_11.ips Binary files differindex 3ccd60f..3ccd60f 100644 --- a/src/com/rafa_99/pkrandom/patches/hardcoded_statics/roamers/fr_roamers_11.ips +++ b/src/com/sneed/pkrandom/patches/hardcoded_statics/roamers/fr_roamers_11.ips diff --git a/src/com/rafa_99/pkrandom/patches/hardcoded_statics/roamers/hgss_roamers.ips b/src/com/sneed/pkrandom/patches/hardcoded_statics/roamers/hgss_roamers.ips Binary files differindex 7667156..7667156 100644 --- a/src/com/rafa_99/pkrandom/patches/hardcoded_statics/roamers/hgss_roamers.ips +++ b/src/com/sneed/pkrandom/patches/hardcoded_statics/roamers/hgss_roamers.ips diff --git a/src/com/rafa_99/pkrandom/patches/hardcoded_statics/roamers/lg_roamers_10.ips b/src/com/sneed/pkrandom/patches/hardcoded_statics/roamers/lg_roamers_10.ips Binary files differindex 03a8e74..03a8e74 100644 --- a/src/com/rafa_99/pkrandom/patches/hardcoded_statics/roamers/lg_roamers_10.ips +++ b/src/com/sneed/pkrandom/patches/hardcoded_statics/roamers/lg_roamers_10.ips diff --git a/src/com/rafa_99/pkrandom/patches/hardcoded_statics/roamers/lg_roamers_11.ips b/src/com/sneed/pkrandom/patches/hardcoded_statics/roamers/lg_roamers_11.ips Binary files differindex c7ed279..c7ed279 100644 --- a/src/com/rafa_99/pkrandom/patches/hardcoded_statics/roamers/lg_roamers_11.ips +++ b/src/com/sneed/pkrandom/patches/hardcoded_statics/roamers/lg_roamers_11.ips diff --git a/src/com/rafa_99/pkrandom/patches/hardcoded_statics/roamers/plat_roamers.ips b/src/com/sneed/pkrandom/patches/hardcoded_statics/roamers/plat_roamers.ips Binary files differindex 0dd15fe..0dd15fe 100644 --- a/src/com/rafa_99/pkrandom/patches/hardcoded_statics/roamers/plat_roamers.ips +++ b/src/com/sneed/pkrandom/patches/hardcoded_statics/roamers/plat_roamers.ips diff --git a/src/com/rafa_99/pkrandom/patches/hardcoded_statics/rs_firstbattle.ips b/src/com/sneed/pkrandom/patches/hardcoded_statics/rs_firstbattle.ips Binary files differindex 4d9fd8c..4d9fd8c 100644 --- a/src/com/rafa_99/pkrandom/patches/hardcoded_statics/rs_firstbattle.ips +++ b/src/com/sneed/pkrandom/patches/hardcoded_statics/rs_firstbattle.ips diff --git a/src/com/rafa_99/pkrandom/patches/hgss_catching_tutorialfix.ips b/src/com/sneed/pkrandom/patches/hgss_catching_tutorialfix.ips Binary files differindex ec5932d..ec5932d 100644 --- a/src/com/rafa_99/pkrandom/patches/hgss_catching_tutorialfix.ips +++ b/src/com/sneed/pkrandom/patches/hgss_catching_tutorialfix.ips diff --git a/src/com/rafa_99/pkrandom/patches/instant_text/b1_instant_text.ips b/src/com/sneed/pkrandom/patches/instant_text/b1_instant_text.ips Binary files differindex fc140b0..fc140b0 100644 --- a/src/com/rafa_99/pkrandom/patches/instant_text/b1_instant_text.ips +++ b/src/com/sneed/pkrandom/patches/instant_text/b1_instant_text.ips diff --git a/src/com/rafa_99/pkrandom/patches/instant_text/b2_instant_text.ips b/src/com/sneed/pkrandom/patches/instant_text/b2_instant_text.ips Binary files differindex 8c3ad4f..8c3ad4f 100644 --- a/src/com/rafa_99/pkrandom/patches/instant_text/b2_instant_text.ips +++ b/src/com/sneed/pkrandom/patches/instant_text/b2_instant_text.ips diff --git a/src/com/rafa_99/pkrandom/patches/instant_text/dp_instant_text.ips b/src/com/sneed/pkrandom/patches/instant_text/dp_instant_text.ips Binary files differindex 82dc56c..82dc56c 100644 --- a/src/com/rafa_99/pkrandom/patches/instant_text/dp_instant_text.ips +++ b/src/com/sneed/pkrandom/patches/instant_text/dp_instant_text.ips diff --git a/src/com/rafa_99/pkrandom/patches/instant_text/em_instant_text.ips b/src/com/sneed/pkrandom/patches/instant_text/em_instant_text.ips Binary files differindex 40c11a5..40c11a5 100644 --- a/src/com/rafa_99/pkrandom/patches/instant_text/em_instant_text.ips +++ b/src/com/sneed/pkrandom/patches/instant_text/em_instant_text.ips diff --git a/src/com/rafa_99/pkrandom/patches/instant_text/fr_10_instant_text.ips b/src/com/sneed/pkrandom/patches/instant_text/fr_10_instant_text.ips Binary files differindex 39a8907..39a8907 100644 --- a/src/com/rafa_99/pkrandom/patches/instant_text/fr_10_instant_text.ips +++ b/src/com/sneed/pkrandom/patches/instant_text/fr_10_instant_text.ips diff --git a/src/com/rafa_99/pkrandom/patches/instant_text/fr_11_instant_text.ips b/src/com/sneed/pkrandom/patches/instant_text/fr_11_instant_text.ips Binary files differindex 6f17ea8..6f17ea8 100644 --- a/src/com/rafa_99/pkrandom/patches/instant_text/fr_11_instant_text.ips +++ b/src/com/sneed/pkrandom/patches/instant_text/fr_11_instant_text.ips diff --git a/src/com/rafa_99/pkrandom/patches/instant_text/hgss_instant_text.ips b/src/com/sneed/pkrandom/patches/instant_text/hgss_instant_text.ips Binary files differindex 7352d3e..7352d3e 100644 --- a/src/com/rafa_99/pkrandom/patches/instant_text/hgss_instant_text.ips +++ b/src/com/sneed/pkrandom/patches/instant_text/hgss_instant_text.ips diff --git a/src/com/rafa_99/pkrandom/patches/instant_text/lg_10_instant_text.ips b/src/com/sneed/pkrandom/patches/instant_text/lg_10_instant_text.ips Binary files differindex 4236c85..4236c85 100644 --- a/src/com/rafa_99/pkrandom/patches/instant_text/lg_10_instant_text.ips +++ b/src/com/sneed/pkrandom/patches/instant_text/lg_10_instant_text.ips diff --git a/src/com/rafa_99/pkrandom/patches/instant_text/lg_11_instant_text.ips b/src/com/sneed/pkrandom/patches/instant_text/lg_11_instant_text.ips Binary files differindex 5138d23..5138d23 100644 --- a/src/com/rafa_99/pkrandom/patches/instant_text/lg_11_instant_text.ips +++ b/src/com/sneed/pkrandom/patches/instant_text/lg_11_instant_text.ips diff --git a/src/com/rafa_99/pkrandom/patches/instant_text/plat_instant_text.ips b/src/com/sneed/pkrandom/patches/instant_text/plat_instant_text.ips Binary files differindex a7c63d0..a7c63d0 100644 --- a/src/com/rafa_99/pkrandom/patches/instant_text/plat_instant_text.ips +++ b/src/com/sneed/pkrandom/patches/instant_text/plat_instant_text.ips diff --git a/src/com/rafa_99/pkrandom/patches/instant_text/ruby_10_instant_text.ips b/src/com/sneed/pkrandom/patches/instant_text/ruby_10_instant_text.ips Binary files differindex 43c46a4..43c46a4 100644 --- a/src/com/rafa_99/pkrandom/patches/instant_text/ruby_10_instant_text.ips +++ b/src/com/sneed/pkrandom/patches/instant_text/ruby_10_instant_text.ips diff --git a/src/com/rafa_99/pkrandom/patches/instant_text/ruby_11_instant_text.ips b/src/com/sneed/pkrandom/patches/instant_text/ruby_11_instant_text.ips Binary files differindex f03925e..f03925e 100644 --- a/src/com/rafa_99/pkrandom/patches/instant_text/ruby_11_instant_text.ips +++ b/src/com/sneed/pkrandom/patches/instant_text/ruby_11_instant_text.ips diff --git a/src/com/rafa_99/pkrandom/patches/instant_text/ruby_12_instant_text.ips b/src/com/sneed/pkrandom/patches/instant_text/ruby_12_instant_text.ips Binary files differindex f03925e..f03925e 100644 --- a/src/com/rafa_99/pkrandom/patches/instant_text/ruby_12_instant_text.ips +++ b/src/com/sneed/pkrandom/patches/instant_text/ruby_12_instant_text.ips diff --git a/src/com/rafa_99/pkrandom/patches/instant_text/sapphire_10_instant_text.ips b/src/com/sneed/pkrandom/patches/instant_text/sapphire_10_instant_text.ips Binary files differindex e0a33a8..e0a33a8 100644 --- a/src/com/rafa_99/pkrandom/patches/instant_text/sapphire_10_instant_text.ips +++ b/src/com/sneed/pkrandom/patches/instant_text/sapphire_10_instant_text.ips diff --git a/src/com/rafa_99/pkrandom/patches/instant_text/sapphire_11_instant_text.ips b/src/com/sneed/pkrandom/patches/instant_text/sapphire_11_instant_text.ips Binary files differindex 0fe1ab2..0fe1ab2 100644 --- a/src/com/rafa_99/pkrandom/patches/instant_text/sapphire_11_instant_text.ips +++ b/src/com/sneed/pkrandom/patches/instant_text/sapphire_11_instant_text.ips diff --git a/src/com/rafa_99/pkrandom/patches/instant_text/sapphire_12_instant_text.ips b/src/com/sneed/pkrandom/patches/instant_text/sapphire_12_instant_text.ips Binary files differindex 0fe1ab2..0fe1ab2 100644 --- a/src/com/rafa_99/pkrandom/patches/instant_text/sapphire_12_instant_text.ips +++ b/src/com/sneed/pkrandom/patches/instant_text/sapphire_12_instant_text.ips diff --git a/src/com/rafa_99/pkrandom/patches/instant_text/w1_instant_text.ips b/src/com/sneed/pkrandom/patches/instant_text/w1_instant_text.ips Binary files differindex f633ba9..f633ba9 100644 --- a/src/com/rafa_99/pkrandom/patches/instant_text/w1_instant_text.ips +++ b/src/com/sneed/pkrandom/patches/instant_text/w1_instant_text.ips diff --git a/src/com/rafa_99/pkrandom/patches/instant_text/w2_instant_text.ips b/src/com/sneed/pkrandom/patches/instant_text/w2_instant_text.ips Binary files differindex 1c8180b..1c8180b 100644 --- a/src/com/rafa_99/pkrandom/patches/instant_text/w2_instant_text.ips +++ b/src/com/sneed/pkrandom/patches/instant_text/w2_instant_text.ips diff --git a/src/com/rafa_99/pkrandom/patches/musicfix/black2_musicfix.ips b/src/com/sneed/pkrandom/patches/musicfix/black2_musicfix.ips Binary files differindex 8e6db21..8e6db21 100644 --- a/src/com/rafa_99/pkrandom/patches/musicfix/black2_musicfix.ips +++ b/src/com/sneed/pkrandom/patches/musicfix/black2_musicfix.ips diff --git a/src/com/rafa_99/pkrandom/patches/musicfix/black2_ovl36_musicfix.ips b/src/com/sneed/pkrandom/patches/musicfix/black2_ovl36_musicfix.ips Binary files differindex 8cb959d..8cb959d 100644 --- a/src/com/rafa_99/pkrandom/patches/musicfix/black2_ovl36_musicfix.ips +++ b/src/com/sneed/pkrandom/patches/musicfix/black2_ovl36_musicfix.ips diff --git a/src/com/rafa_99/pkrandom/patches/musicfix/black_musicfix.ips b/src/com/sneed/pkrandom/patches/musicfix/black_musicfix.ips Binary files differindex d08f7da..d08f7da 100644 --- a/src/com/rafa_99/pkrandom/patches/musicfix/black_musicfix.ips +++ b/src/com/sneed/pkrandom/patches/musicfix/black_musicfix.ips diff --git a/src/com/rafa_99/pkrandom/patches/musicfix/black_ovl21_musicfix.ips b/src/com/sneed/pkrandom/patches/musicfix/black_ovl21_musicfix.ips Binary files differindex cb48339..cb48339 100644 --- a/src/com/rafa_99/pkrandom/patches/musicfix/black_ovl21_musicfix.ips +++ b/src/com/sneed/pkrandom/patches/musicfix/black_ovl21_musicfix.ips diff --git a/src/com/rafa_99/pkrandom/patches/musicfix/diamond_musicfix.ips b/src/com/sneed/pkrandom/patches/musicfix/diamond_musicfix.ips Binary files differindex fc374b8..fc374b8 100644 --- a/src/com/rafa_99/pkrandom/patches/musicfix/diamond_musicfix.ips +++ b/src/com/sneed/pkrandom/patches/musicfix/diamond_musicfix.ips diff --git a/src/com/rafa_99/pkrandom/patches/musicfix/em_musicfix.ips b/src/com/sneed/pkrandom/patches/musicfix/em_musicfix.ips Binary files differindex 58be766..58be766 100644 --- a/src/com/rafa_99/pkrandom/patches/musicfix/em_musicfix.ips +++ b/src/com/sneed/pkrandom/patches/musicfix/em_musicfix.ips diff --git a/src/com/rafa_99/pkrandom/patches/musicfix/fr_musicfix_10.ips b/src/com/sneed/pkrandom/patches/musicfix/fr_musicfix_10.ips Binary files differindex adf01b9..adf01b9 100644 --- a/src/com/rafa_99/pkrandom/patches/musicfix/fr_musicfix_10.ips +++ b/src/com/sneed/pkrandom/patches/musicfix/fr_musicfix_10.ips diff --git a/src/com/rafa_99/pkrandom/patches/musicfix/fr_musicfix_11.ips b/src/com/sneed/pkrandom/patches/musicfix/fr_musicfix_11.ips Binary files differindex 67e026c..67e026c 100644 --- a/src/com/rafa_99/pkrandom/patches/musicfix/fr_musicfix_11.ips +++ b/src/com/sneed/pkrandom/patches/musicfix/fr_musicfix_11.ips diff --git a/src/com/rafa_99/pkrandom/patches/musicfix/lg_musicfix_10.ips b/src/com/sneed/pkrandom/patches/musicfix/lg_musicfix_10.ips Binary files differindex 287f26f..287f26f 100644 --- a/src/com/rafa_99/pkrandom/patches/musicfix/lg_musicfix_10.ips +++ b/src/com/sneed/pkrandom/patches/musicfix/lg_musicfix_10.ips diff --git a/src/com/rafa_99/pkrandom/patches/musicfix/lg_musicfix_11.ips b/src/com/sneed/pkrandom/patches/musicfix/lg_musicfix_11.ips Binary files differindex 49be790..49be790 100644 --- a/src/com/rafa_99/pkrandom/patches/musicfix/lg_musicfix_11.ips +++ b/src/com/sneed/pkrandom/patches/musicfix/lg_musicfix_11.ips diff --git a/src/com/rafa_99/pkrandom/patches/musicfix/plat_musicfix.ips b/src/com/sneed/pkrandom/patches/musicfix/plat_musicfix.ips Binary files differindex 61f6857..61f6857 100644 --- a/src/com/rafa_99/pkrandom/patches/musicfix/plat_musicfix.ips +++ b/src/com/sneed/pkrandom/patches/musicfix/plat_musicfix.ips diff --git a/src/com/rafa_99/pkrandom/patches/musicfix/white2_musicfix.ips b/src/com/sneed/pkrandom/patches/musicfix/white2_musicfix.ips Binary files differindex b422ce5..b422ce5 100644 --- a/src/com/rafa_99/pkrandom/patches/musicfix/white2_musicfix.ips +++ b/src/com/sneed/pkrandom/patches/musicfix/white2_musicfix.ips diff --git a/src/com/rafa_99/pkrandom/patches/musicfix/white2_ovl36_musicfix.ips b/src/com/sneed/pkrandom/patches/musicfix/white2_ovl36_musicfix.ips Binary files differindex 93e6f67..93e6f67 100644 --- a/src/com/rafa_99/pkrandom/patches/musicfix/white2_ovl36_musicfix.ips +++ b/src/com/sneed/pkrandom/patches/musicfix/white2_ovl36_musicfix.ips diff --git a/src/com/rafa_99/pkrandom/patches/musicfix/white_musicfix.ips b/src/com/sneed/pkrandom/patches/musicfix/white_musicfix.ips Binary files differindex 8991702..8991702 100644 --- a/src/com/rafa_99/pkrandom/patches/musicfix/white_musicfix.ips +++ b/src/com/sneed/pkrandom/patches/musicfix/white_musicfix.ips diff --git a/src/com/rafa_99/pkrandom/patches/musicfix/white_ovl21_musicfix.ips b/src/com/sneed/pkrandom/patches/musicfix/white_ovl21_musicfix.ips Binary files differindex 6207258..6207258 100644 --- a/src/com/rafa_99/pkrandom/patches/musicfix/white_ovl21_musicfix.ips +++ b/src/com/sneed/pkrandom/patches/musicfix/white_ovl21_musicfix.ips diff --git a/src/com/rafa_99/pkrandom/patches/national_dex/bw1_national_dex.ips b/src/com/sneed/pkrandom/patches/national_dex/bw1_national_dex.ips Binary files differindex 13afb31..13afb31 100644 --- a/src/com/rafa_99/pkrandom/patches/national_dex/bw1_national_dex.ips +++ b/src/com/sneed/pkrandom/patches/national_dex/bw1_national_dex.ips diff --git a/src/com/rafa_99/pkrandom/patches/national_dex/bw2_national_dex.ips b/src/com/sneed/pkrandom/patches/national_dex/bw2_national_dex.ips Binary files differindex 9f3502f..9f3502f 100644 --- a/src/com/rafa_99/pkrandom/patches/national_dex/bw2_national_dex.ips +++ b/src/com/sneed/pkrandom/patches/national_dex/bw2_national_dex.ips diff --git a/src/com/rafa_99/pkrandom/patches/national_dex/dp_national_dex.ips b/src/com/sneed/pkrandom/patches/national_dex/dp_national_dex.ips Binary files differindex e9aea86..e9aea86 100644 --- a/src/com/rafa_99/pkrandom/patches/national_dex/dp_national_dex.ips +++ b/src/com/sneed/pkrandom/patches/national_dex/dp_national_dex.ips diff --git a/src/com/rafa_99/pkrandom/patches/national_dex/hgss_national_dex.ips b/src/com/sneed/pkrandom/patches/national_dex/hgss_national_dex.ips Binary files differindex 0c7d3eb..0c7d3eb 100644 --- a/src/com/rafa_99/pkrandom/patches/national_dex/hgss_national_dex.ips +++ b/src/com/sneed/pkrandom/patches/national_dex/hgss_national_dex.ips diff --git a/src/com/rafa_99/pkrandom/patches/national_dex/plat_national_dex.ips b/src/com/sneed/pkrandom/patches/national_dex/plat_national_dex.ips Binary files differindex 612f314..612f314 100644 --- a/src/com/rafa_99/pkrandom/patches/national_dex/plat_national_dex.ips +++ b/src/com/sneed/pkrandom/patches/national_dex/plat_national_dex.ips diff --git a/src/com/rafa_99/pkrandom/patches/pt_fast_distortion_world.ips b/src/com/sneed/pkrandom/patches/pt_fast_distortion_world.ips Binary files differindex 9279b5b..9279b5b 100644 --- a/src/com/rafa_99/pkrandom/patches/pt_fast_distortion_world.ips +++ b/src/com/sneed/pkrandom/patches/pt_fast_distortion_world.ips diff --git a/src/com/rafa_99/pkrandom/patches/rb_en_critrate.ips b/src/com/sneed/pkrandom/patches/rb_en_critrate.ips Binary files differindex f08ef39..f08ef39 100755 --- a/src/com/rafa_99/pkrandom/patches/rb_en_critrate.ips +++ b/src/com/sneed/pkrandom/patches/rb_en_critrate.ips diff --git a/src/com/rafa_99/pkrandom/patches/rb_en_xaccnerf.ips b/src/com/sneed/pkrandom/patches/rb_en_xaccnerf.ips Binary files differindex 426753a..426753a 100755 --- a/src/com/rafa_99/pkrandom/patches/rb_en_xaccnerf.ips +++ b/src/com/sneed/pkrandom/patches/rb_en_xaccnerf.ips diff --git a/src/com/rafa_99/pkrandom/patches/yellow_en_critrate.ips b/src/com/sneed/pkrandom/patches/yellow_en_critrate.ips Binary files differindex a691f04..a691f04 100755 --- a/src/com/rafa_99/pkrandom/patches/yellow_en_critrate.ips +++ b/src/com/sneed/pkrandom/patches/yellow_en_critrate.ips diff --git a/src/com/rafa_99/pkrandom/patches/yellow_en_xaccnerf.ips b/src/com/sneed/pkrandom/patches/yellow_en_xaccnerf.ips Binary files differindex e968abe..e968abe 100755 --- a/src/com/rafa_99/pkrandom/patches/yellow_en_xaccnerf.ips +++ b/src/com/sneed/pkrandom/patches/yellow_en_xaccnerf.ips diff --git a/src/com/rafa_99/pkrandom/pokemon/Aura.java b/src/com/sneed/pkrandom/pokemon/Aura.java index 70667e6..f5d9e9c 100644 --- a/src/com/rafa_99/pkrandom/pokemon/Aura.java +++ b/src/com/sneed/pkrandom/pokemon/Aura.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- Aura.java - handles the Aura that Totem Pokemon have --*/ @@ -23,7 +23,7 @@ package com.rafa_99.pkrandom.pokemon; /*-- along with this program. If not, see <http://www.gnu.org/licenses/>. --*/ /*----------------------------------------------------------------------------*/ -import com.rafa_99.pkrandom.RomFunctions; +import com.sneed.pkrandom.RomFunctions; import java.util.Random; diff --git a/src/com/rafa_99/pkrandom/pokemon/Effectiveness.java b/src/com/sneed/pkrandom/pokemon/Effectiveness.java index 3d2a457..bc8f8e3 100644 --- a/src/com/rafa_99/pkrandom/pokemon/Effectiveness.java +++ b/src/com/sneed/pkrandom/pokemon/Effectiveness.java @@ -1,11 +1,11 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- Effectiveness.java - represents a type's effectiveness and the --*/ /*-- results of applying super effectiveness and resistance --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/Encounter.java b/src/com/sneed/pkrandom/pokemon/Encounter.java index f102429..91e169f 100755 --- a/src/com/rafa_99/pkrandom/pokemon/Encounter.java +++ b/src/com/sneed/pkrandom/pokemon/Encounter.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- Encounter.java - contains one wild Pokemon slot --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/EncounterSet.java b/src/com/sneed/pkrandom/pokemon/EncounterSet.java index 54d2950..ac49523 100755 --- a/src/com/rafa_99/pkrandom/pokemon/EncounterSet.java +++ b/src/com/sneed/pkrandom/pokemon/EncounterSet.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- EncounterSet.java - contains a group of wild Pokemon --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/Evolution.java b/src/com/sneed/pkrandom/pokemon/Evolution.java index 0633a84..fc29012 100755 --- a/src/com/rafa_99/pkrandom/pokemon/Evolution.java +++ b/src/com/sneed/pkrandom/pokemon/Evolution.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- Evolution.java - represents an evolution between 2 Pokemon. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/EvolutionType.java b/src/com/sneed/pkrandom/pokemon/EvolutionType.java index 5c81a7a..6b3e1c7 100755 --- a/src/com/rafa_99/pkrandom/pokemon/EvolutionType.java +++ b/src/com/sneed/pkrandom/pokemon/EvolutionType.java @@ -1,11 +1,11 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- EvolutionType.java - describes what process is necessary for an --*/ /*-- evolution to occur --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/EvolutionUpdate.java b/src/com/sneed/pkrandom/pokemon/EvolutionUpdate.java index 4af2ef3..1aa937c 100644 --- a/src/com/rafa_99/pkrandom/pokemon/EvolutionUpdate.java +++ b/src/com/sneed/pkrandom/pokemon/EvolutionUpdate.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; public class EvolutionUpdate implements Comparable<EvolutionUpdate> { diff --git a/src/com/rafa_99/pkrandom/pokemon/ExpCurve.java b/src/com/sneed/pkrandom/pokemon/ExpCurve.java index 2bda5ed..da21f38 100755 --- a/src/com/rafa_99/pkrandom/pokemon/ExpCurve.java +++ b/src/com/sneed/pkrandom/pokemon/ExpCurve.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- ExpCurve.java - represents the EXP curves that a Pokemon can have. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/FormeInfo.java b/src/com/sneed/pkrandom/pokemon/FormeInfo.java index 2792305..8c57df3 100644 --- a/src/com/rafa_99/pkrandom/pokemon/FormeInfo.java +++ b/src/com/sneed/pkrandom/pokemon/FormeInfo.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- FormeInfo.java - stores information about a Pokemon's alt formes. --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/Gen1Pokemon.java b/src/com/sneed/pkrandom/pokemon/Gen1Pokemon.java index 6aa34e2..b63f1ed 100644 --- a/src/com/rafa_99/pkrandom/pokemon/Gen1Pokemon.java +++ b/src/com/sneed/pkrandom/pokemon/Gen1Pokemon.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- Gen1Pokemon.java - represents an individual Gen 1 Pokemon. Used to --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/GenRestrictions.java b/src/com/sneed/pkrandom/pokemon/GenRestrictions.java index 8dbc17c..6c71a27 100755 --- a/src/com/rafa_99/pkrandom/pokemon/GenRestrictions.java +++ b/src/com/sneed/pkrandom/pokemon/GenRestrictions.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- GenRestrictions.java - stores what generations the user has limited. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/IngameTrade.java b/src/com/sneed/pkrandom/pokemon/IngameTrade.java index 97360c2..6d3bef2 100755 --- a/src/com/rafa_99/pkrandom/pokemon/IngameTrade.java +++ b/src/com/sneed/pkrandom/pokemon/IngameTrade.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- IngameTrade.java - stores Pokemon trades with in-game NPCs. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/ItemList.java b/src/com/sneed/pkrandom/pokemon/ItemList.java index 97f0e5f..ee9d11a 100755 --- a/src/com/rafa_99/pkrandom/pokemon/ItemList.java +++ b/src/com/sneed/pkrandom/pokemon/ItemList.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- ItemList.java - contains the list of all items in the game. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/MegaEvolution.java b/src/com/sneed/pkrandom/pokemon/MegaEvolution.java index 979c97b..2e6688f 100644 --- a/src/com/rafa_99/pkrandom/pokemon/MegaEvolution.java +++ b/src/com/sneed/pkrandom/pokemon/MegaEvolution.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- MegaEvolution.java - represents an mega evolution --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/Move.java b/src/com/sneed/pkrandom/pokemon/Move.java index 01e3817..bbae955 100755 --- a/src/com/rafa_99/pkrandom/pokemon/Move.java +++ b/src/com/sneed/pkrandom/pokemon/Move.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- Move.java - represents a move usable by Pokemon. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/MoveCategory.java b/src/com/sneed/pkrandom/pokemon/MoveCategory.java index 8cd6ec8..c8a754f 100644 --- a/src/com/rafa_99/pkrandom/pokemon/MoveCategory.java +++ b/src/com/sneed/pkrandom/pokemon/MoveCategory.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- DamageType.java - represents a move's Physical/Special split value. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/MoveLearnt.java b/src/com/sneed/pkrandom/pokemon/MoveLearnt.java index b1284d0..87b10aa 100755 --- a/src/com/rafa_99/pkrandom/pokemon/MoveLearnt.java +++ b/src/com/sneed/pkrandom/pokemon/MoveLearnt.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- MoveLearnt.java - represents a move learnt by a Pokemon at a level. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/PickupItem.java b/src/com/sneed/pkrandom/pokemon/PickupItem.java index a02eb90..46e180e 100644 --- a/src/com/rafa_99/pkrandom/pokemon/PickupItem.java +++ b/src/com/sneed/pkrandom/pokemon/PickupItem.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; public class PickupItem { public int item; diff --git a/src/com/rafa_99/pkrandom/pokemon/Pokemon.java b/src/com/sneed/pkrandom/pokemon/Pokemon.java index 8c0185d..9d085c6 100755 --- a/src/com/rafa_99/pkrandom/pokemon/Pokemon.java +++ b/src/com/sneed/pkrandom/pokemon/Pokemon.java @@ -1,11 +1,11 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- Pokemon.java - represents an individual Pokemon, and contains --*/ /*-- common Pokemon-related functions. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ @@ -25,7 +25,7 @@ package com.rafa_99.pkrandom.pokemon; /*-- along with this program. If not, see <http://www.gnu.org/licenses/>. --*/ /*----------------------------------------------------------------------------*/ -import com.rafa_99.pkrandom.constants.Species; +import com.sneed.pkrandom.constants.Species; import java.util.ArrayList; import java.util.Arrays; diff --git a/src/com/rafa_99/pkrandom/pokemon/SOSType.java b/src/com/sneed/pkrandom/pokemon/SOSType.java index a3647d2..a5cea3f 100644 --- a/src/com/rafa_99/pkrandom/pokemon/SOSType.java +++ b/src/com/sneed/pkrandom/pokemon/SOSType.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- SOSType.java - represents a Gen 7 SOS Encounter's type --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/Shop.java b/src/com/sneed/pkrandom/pokemon/Shop.java index c8c90c8..0c1f748 100644 --- a/src/com/rafa_99/pkrandom/pokemon/Shop.java +++ b/src/com/sneed/pkrandom/pokemon/Shop.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- Shop.java - represents a shop with a list of purchasable items. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/Stat.java b/src/com/sneed/pkrandom/pokemon/Stat.java index 1816d34..7b0b579 100644 --- a/src/com/rafa_99/pkrandom/pokemon/Stat.java +++ b/src/com/sneed/pkrandom/pokemon/Stat.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- Stat.java - represents a Pokemon's stat --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/StatChange.java b/src/com/sneed/pkrandom/pokemon/StatChange.java index 8acdf45..8adee17 100644 --- a/src/com/rafa_99/pkrandom/pokemon/StatChange.java +++ b/src/com/sneed/pkrandom/pokemon/StatChange.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- StatChange.java - stores updated stat information for a Pokemon --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/StatChangeMoveType.java b/src/com/sneed/pkrandom/pokemon/StatChangeMoveType.java index b300397..75a5c3d 100644 --- a/src/com/rafa_99/pkrandom/pokemon/StatChangeMoveType.java +++ b/src/com/sneed/pkrandom/pokemon/StatChangeMoveType.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- StatChangeType.java - represents the different types of moves --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/StatChangeType.java b/src/com/sneed/pkrandom/pokemon/StatChangeType.java index b0beef4..0908050 100644 --- a/src/com/rafa_99/pkrandom/pokemon/StatChangeType.java +++ b/src/com/sneed/pkrandom/pokemon/StatChangeType.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- StatChangeType.java - represents the types of stat buffs that a move --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/StaticEncounter.java b/src/com/sneed/pkrandom/pokemon/StaticEncounter.java index 3c82efd..2bd1840 100644 --- a/src/com/rafa_99/pkrandom/pokemon/StaticEncounter.java +++ b/src/com/sneed/pkrandom/pokemon/StaticEncounter.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- StaticEncounter.java - stores a static encounter in Gen 6+ --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/StatusMoveType.java b/src/com/sneed/pkrandom/pokemon/StatusMoveType.java index 328fbfe..9b1df97 100644 --- a/src/com/rafa_99/pkrandom/pokemon/StatusMoveType.java +++ b/src/com/sneed/pkrandom/pokemon/StatusMoveType.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- StatusMoveType.java - represents the different types of moves --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/StatusType.java b/src/com/sneed/pkrandom/pokemon/StatusType.java index 55c7094..aa4ef0f 100644 --- a/src/com/rafa_99/pkrandom/pokemon/StatusType.java +++ b/src/com/sneed/pkrandom/pokemon/StatusType.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- StatusType.java - represents the different types of status effects --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/TotemPokemon.java b/src/com/sneed/pkrandom/pokemon/TotemPokemon.java index 2a68b9c..55139aa 100644 --- a/src/com/rafa_99/pkrandom/pokemon/TotemPokemon.java +++ b/src/com/sneed/pkrandom/pokemon/TotemPokemon.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- TotemPokemon.java - represents a Totem Pokemon encounter --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/Trainer.java b/src/com/sneed/pkrandom/pokemon/Trainer.java index d344254..286e5e9 100755 --- a/src/com/rafa_99/pkrandom/pokemon/Trainer.java +++ b/src/com/sneed/pkrandom/pokemon/Trainer.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- Trainer.java - represents a Trainer's pokemon set/other details. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/TrainerPokemon.java b/src/com/sneed/pkrandom/pokemon/TrainerPokemon.java index d68f0e1..3019e34 100755 --- a/src/com/rafa_99/pkrandom/pokemon/TrainerPokemon.java +++ b/src/com/sneed/pkrandom/pokemon/TrainerPokemon.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- TrainerPokemon.java - represents a Pokemon owned by a trainer. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ diff --git a/src/com/rafa_99/pkrandom/pokemon/Type.java b/src/com/sneed/pkrandom/pokemon/Type.java index eec2398..0836e81 100755 --- a/src/com/rafa_99/pkrandom/pokemon/Type.java +++ b/src/com/sneed/pkrandom/pokemon/Type.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- Type.java - represents a Pokemon or move type. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ @@ -29,7 +29,7 @@ import java.util.Collections; import java.util.List; import java.util.Random; -import com.rafa_99.pkrandom.RomFunctions; +import com.sneed.pkrandom.RomFunctions; public enum Type { diff --git a/src/com/rafa_99/pkrandom/pokemon/TypeRelationship.java b/src/com/sneed/pkrandom/pokemon/TypeRelationship.java index f63583d..1b81cbd 100644 --- a/src/com/rafa_99/pkrandom/pokemon/TypeRelationship.java +++ b/src/com/sneed/pkrandom/pokemon/TypeRelationship.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.pokemon; +package com.sneed.pkrandom.pokemon; /*----------------------------------------------------------------------------*/ /*-- TypeRelationship.java - represents the relationship between an --*/ diff --git a/src/com/rafa_99/pkrandom/romhandlers/Abstract3DSRomHandler.java b/src/com/sneed/pkrandom/romhandlers/Abstract3DSRomHandler.java index 1642446..b5cd9a2 100644 --- a/src/com/rafa_99/pkrandom/romhandlers/Abstract3DSRomHandler.java +++ b/src/com/sneed/pkrandom/romhandlers/Abstract3DSRomHandler.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.romhandlers; +package com.sneed.pkrandom.romhandlers; /*----------------------------------------------------------------------------*/ /*-- Abstract3DSRomHandler.java - a base class for 3DS rom handlers --*/ @@ -24,12 +24,12 @@ package com.rafa_99.pkrandom.romhandlers; /*-- along with this program. If not, see <http://www.gnu.org/licenses/>. --*/ /*----------------------------------------------------------------------------*/ -import com.rafa_99.pkrandom.FileFunctions; -import com.rafa_99.pkrandom.ctr.GARCArchive; -import com.rafa_99.pkrandom.ctr.NCCH; -import com.rafa_99.pkrandom.exceptions.EncryptedROMException; -import com.rafa_99.pkrandom.exceptions.RandomizerIOException; -import com.rafa_99.pkrandom.pokemon.Type; +import com.sneed.pkrandom.FileFunctions; +import com.sneed.pkrandom.ctr.GARCArchive; +import com.sneed.pkrandom.ctr.NCCH; +import com.sneed.pkrandom.exceptions.EncryptedROMException; +import com.sneed.pkrandom.exceptions.RandomizerIOException; +import com.sneed.pkrandom.pokemon.Type; import java.io.FileInputStream; import java.io.IOException; diff --git a/src/com/rafa_99/pkrandom/romhandlers/AbstractDSRomHandler.java b/src/com/sneed/pkrandom/romhandlers/AbstractDSRomHandler.java index 1a03e6b..7ce0cbf 100755 --- a/src/com/rafa_99/pkrandom/romhandlers/AbstractDSRomHandler.java +++ b/src/com/sneed/pkrandom/romhandlers/AbstractDSRomHandler.java @@ -1,11 +1,11 @@ -package com.rafa_99.pkrandom.romhandlers; +package com.sneed.pkrandom.romhandlers; /*----------------------------------------------------------------------------*/ /*-- AbstractDSRomHandler.java - a base class for DS rom handlers --*/ /*-- which standardises common DS functions. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ @@ -31,12 +31,12 @@ import java.util.Arrays; import java.util.List; import java.util.Random; -import com.rafa_99.pkrandom.FileFunctions; -import com.rafa_99.pkrandom.RomFunctions; -import com.rafa_99.pkrandom.exceptions.RandomizerIOException; -import com.rafa_99.pkrandom.newnds.NARCArchive; -import com.rafa_99.pkrandom.newnds.NDSRom; -import com.rafa_99.pkrandom.pokemon.Type; +import com.sneed.pkrandom.FileFunctions; +import com.sneed.pkrandom.RomFunctions; +import com.sneed.pkrandom.exceptions.RandomizerIOException; +import com.sneed.pkrandom.newnds.NARCArchive; +import com.sneed.pkrandom.newnds.NDSRom; +import com.sneed.pkrandom.pokemon.Type; public abstract class AbstractDSRomHandler extends AbstractRomHandler { diff --git a/src/com/rafa_99/pkrandom/romhandlers/AbstractGBCRomHandler.java b/src/com/sneed/pkrandom/romhandlers/AbstractGBCRomHandler.java index c461fde..e006e17 100644 --- a/src/com/rafa_99/pkrandom/romhandlers/AbstractGBCRomHandler.java +++ b/src/com/sneed/pkrandom/romhandlers/AbstractGBCRomHandler.java @@ -1,11 +1,11 @@ -package com.rafa_99.pkrandom.romhandlers; +package com.sneed.pkrandom.romhandlers; /*----------------------------------------------------------------------------*/ /*-- AbstractGBCRomHandler.java - an extension of AbstractGBRomHandler --*/ /*-- used for Gen 1 and Gen 2. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ @@ -34,8 +34,8 @@ import java.util.Map; import java.util.Random; import java.util.Scanner; -import com.rafa_99.pkrandom.FileFunctions; -import com.rafa_99.pkrandom.constants.GBConstants; +import com.sneed.pkrandom.FileFunctions; +import com.sneed.pkrandom.constants.GBConstants; public abstract class AbstractGBCRomHandler extends AbstractGBRomHandler { diff --git a/src/com/rafa_99/pkrandom/romhandlers/AbstractGBRomHandler.java b/src/com/sneed/pkrandom/romhandlers/AbstractGBRomHandler.java index 85bc1a1..6520d72 100755 --- a/src/com/rafa_99/pkrandom/romhandlers/AbstractGBRomHandler.java +++ b/src/com/sneed/pkrandom/romhandlers/AbstractGBRomHandler.java @@ -1,11 +1,11 @@ -package com.rafa_99.pkrandom.romhandlers; +package com.sneed.pkrandom.romhandlers; /*----------------------------------------------------------------------------*/ /*-- AbstractGBRomHandler.java - a base class for GB/GBA rom handlers --*/ /*-- which standardises common GB(A) functions.--*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ @@ -34,8 +34,8 @@ import java.nio.file.Path; import java.nio.file.Paths; import java.util.Random; -import com.rafa_99.pkrandom.FileFunctions; -import com.rafa_99.pkrandom.exceptions.RandomizerIOException; +import com.sneed.pkrandom.FileFunctions; +import com.sneed.pkrandom.exceptions.RandomizerIOException; public abstract class AbstractGBRomHandler extends AbstractRomHandler { diff --git a/src/com/rafa_99/pkrandom/romhandlers/AbstractRomHandler.java b/src/com/sneed/pkrandom/romhandlers/AbstractRomHandler.java index 7497d7a..a263f56 100755 --- a/src/com/rafa_99/pkrandom/romhandlers/AbstractRomHandler.java +++ b/src/com/sneed/pkrandom/romhandlers/AbstractRomHandler.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.romhandlers; +package com.sneed.pkrandom.romhandlers; /*----------------------------------------------------------------------------*/ /*-- AbstractRomHandler.java - a base class for all rom handlers which --*/ @@ -8,7 +8,7 @@ package com.rafa_99.pkrandom.romhandlers; /*-- handler. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ @@ -32,10 +32,10 @@ import java.io.PrintStream; import java.util.*; import java.util.stream.Collectors; -import com.rafa_99.pkrandom.*; -import com.rafa_99.pkrandom.constants.*; -import com.rafa_99.pkrandom.exceptions.RandomizationException; -import com.rafa_99.pkrandom.pokemon.*; +import com.sneed.pkrandom.*; +import com.sneed.pkrandom.constants.*; +import com.sneed.pkrandom.exceptions.RandomizationException; +import com.sneed.pkrandom.pokemon.*; public abstract class AbstractRomHandler implements RomHandler { diff --git a/src/com/rafa_99/pkrandom/romhandlers/Gen1RomHandler.java b/src/com/sneed/pkrandom/romhandlers/Gen1RomHandler.java index e70fb88..1e08a8b 100755 --- a/src/com/rafa_99/pkrandom/romhandlers/Gen1RomHandler.java +++ b/src/com/sneed/pkrandom/romhandlers/Gen1RomHandler.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.romhandlers;
+package com.sneed.pkrandom.romhandlers;
/*----------------------------------------------------------------------------*/
/*-- Gen1RomHandler.java - randomizer handler for R/B/Y. --*/
/*-- --*/
/*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/
-/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/
+/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/
/*-- Pokemon and any associated names and the like are --*/
/*-- trademark and (C) Nintendo 1996-2020. --*/
/*-- --*/
@@ -43,14 +43,14 @@ import java.util.TreeMap; import java.util.regex.Matcher;
import java.util.regex.Pattern;
-import com.rafa_99.pkrandom.FileFunctions;
-import com.rafa_99.pkrandom.GFXFunctions;
-import com.rafa_99.pkrandom.MiscTweak;
-import com.rafa_99.pkrandom.Settings;
-import com.rafa_99.pkrandom.constants.*;
-import com.rafa_99.pkrandom.exceptions.RandomizationException;
-import com.rafa_99.pkrandom.exceptions.RandomizerIOException;
-import com.rafa_99.pkrandom.pokemon.*;
+import com.sneed.pkrandom.FileFunctions;
+import com.sneed.pkrandom.GFXFunctions;
+import com.sneed.pkrandom.MiscTweak;
+import com.sneed.pkrandom.Settings;
+import com.sneed.pkrandom.constants.*;
+import com.sneed.pkrandom.exceptions.RandomizationException;
+import com.sneed.pkrandom.exceptions.RandomizerIOException;
+import com.sneed.pkrandom.pokemon.*;
import compressors.Gen1Decmp;
public class Gen1RomHandler extends AbstractGBCRomHandler {
diff --git a/src/com/rafa_99/pkrandom/romhandlers/Gen2RomHandler.java b/src/com/sneed/pkrandom/romhandlers/Gen2RomHandler.java index 5ce2bea..50daebd 100755 --- a/src/com/rafa_99/pkrandom/romhandlers/Gen2RomHandler.java +++ b/src/com/sneed/pkrandom/romhandlers/Gen2RomHandler.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.romhandlers;
+package com.sneed.pkrandom.romhandlers;
/*----------------------------------------------------------------------------*/
/*-- Gen2RomHandler.java - randomizer handler for G/S/C. --*/
/*-- --*/
/*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/
-/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/
+/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/
/*-- Pokemon and any associated names and the like are --*/
/*-- trademark and (C) Nintendo 1996-2020. --*/
/*-- --*/
@@ -34,10 +34,10 @@ import java.util.*; import java.util.regex.Matcher;
import java.util.regex.Pattern;
-import com.rafa_99.pkrandom.*;
-import com.rafa_99.pkrandom.constants.*;
-import com.rafa_99.pkrandom.exceptions.RandomizerIOException;
-import com.rafa_99.pkrandom.pokemon.*;
+import com.sneed.pkrandom.*;
+import com.sneed.pkrandom.constants.*;
+import com.sneed.pkrandom.exceptions.RandomizerIOException;
+import com.sneed.pkrandom.pokemon.*;
import compressors.Gen2Decmp;
public class Gen2RomHandler extends AbstractGBCRomHandler {
diff --git a/src/com/rafa_99/pkrandom/romhandlers/Gen3RomHandler.java b/src/com/sneed/pkrandom/romhandlers/Gen3RomHandler.java index 2a1071b..c5f7f35 100755 --- a/src/com/rafa_99/pkrandom/romhandlers/Gen3RomHandler.java +++ b/src/com/sneed/pkrandom/romhandlers/Gen3RomHandler.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.romhandlers; +package com.sneed.pkrandom.romhandlers; /*----------------------------------------------------------------------------*/ /*-- Gen3RomHandler.java - randomizer handler for R/S/E/FR/LG. --*/ /*-- --*/ /*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/ -/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/ +/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/ /*-- Pokemon and any associated names and the like are --*/ /*-- trademark and (C) Nintendo 1996-2020. --*/ /*-- --*/ @@ -31,11 +31,11 @@ import java.util.regex.Matcher; import java.util.regex.Pattern; import java.util.stream.Collectors; -import com.rafa_99.pkrandom.*; -import com.rafa_99.pkrandom.constants.*; -import com.rafa_99.pkrandom.exceptions.RandomizationException; -import com.rafa_99.pkrandom.exceptions.RandomizerIOException; -import com.rafa_99.pkrandom.pokemon.*; +import com.sneed.pkrandom.*; +import com.sneed.pkrandom.constants.*; +import com.sneed.pkrandom.exceptions.RandomizationException; +import com.sneed.pkrandom.exceptions.RandomizerIOException; +import com.sneed.pkrandom.pokemon.*; import compressors.DSDecmp; public class Gen3RomHandler extends AbstractGBRomHandler { diff --git a/src/com/rafa_99/pkrandom/romhandlers/Gen4RomHandler.java b/src/com/sneed/pkrandom/romhandlers/Gen4RomHandler.java index 057e326..db1246d 100755 --- a/src/com/rafa_99/pkrandom/romhandlers/Gen4RomHandler.java +++ b/src/com/sneed/pkrandom/romhandlers/Gen4RomHandler.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.romhandlers;
+package com.sneed.pkrandom.romhandlers;
/*----------------------------------------------------------------------------*/
/*-- Gen4RomHandler.java - randomizer handler for D/P/Pt/HG/SS. --*/
/*-- --*/
/*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/
-/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/
+/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/
/*-- Pokemon and any associated names and the like are --*/
/*-- trademark and (C) Nintendo 1996-2020. --*/
/*-- --*/
@@ -33,15 +33,15 @@ import java.util.regex.Matcher; import java.util.regex.Pattern;
import java.util.stream.Collectors;
-import com.rafa_99.pkrandom.*;
-import com.rafa_99.pkrandom.constants.*;
-import com.rafa_99.pkrandom.exceptions.RandomizationException;
-import com.rafa_99.pkrandom.pokemon.*;
+import com.sneed.pkrandom.*;
+import com.sneed.pkrandom.constants.*;
+import com.sneed.pkrandom.exceptions.RandomizationException;
+import com.sneed.pkrandom.pokemon.*;
import thenewpoketext.PokeTextData;
import thenewpoketext.TextToPoke;
-import com.rafa_99.pkrandom.exceptions.RandomizerIOException;
-import com.rafa_99.pkrandom.newnds.NARCArchive;
+import com.sneed.pkrandom.exceptions.RandomizerIOException;
+import com.sneed.pkrandom.newnds.NARCArchive;
public class Gen4RomHandler extends AbstractDSRomHandler {
diff --git a/src/com/rafa_99/pkrandom/romhandlers/Gen5RomHandler.java b/src/com/sneed/pkrandom/romhandlers/Gen5RomHandler.java index 38d01eb..906e02d 100755 --- a/src/com/rafa_99/pkrandom/romhandlers/Gen5RomHandler.java +++ b/src/com/sneed/pkrandom/romhandlers/Gen5RomHandler.java @@ -1,10 +1,10 @@ -package com.rafa_99.pkrandom.romhandlers;
+package com.sneed.pkrandom.romhandlers;
/*----------------------------------------------------------------------------*/
/*-- Gen5RomHandler.java - randomizer handler for B/W/B2/W2. --*/
/*-- --*/
/*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/
-/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/
+/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/
/*-- Pokemon and any associated names and the like are --*/
/*-- trademark and (C) Nintendo 1996-2020. --*/
/*-- --*/
@@ -35,14 +35,14 @@ import java.util.regex.Pattern; import java.util.stream.Collectors;
import java.util.stream.IntStream;
-import com.rafa_99.pkrandom.*;
-import com.rafa_99.pkrandom.constants.*;
-import com.rafa_99.pkrandom.exceptions.RandomizationException;
-import com.rafa_99.pkrandom.pokemon.*;
+import com.sneed.pkrandom.*;
+import com.sneed.pkrandom.constants.*;
+import com.sneed.pkrandom.exceptions.RandomizationException;
+import com.sneed.pkrandom.pokemon.*;
import pptxt.PPTxtHandler;
-import com.rafa_99.pkrandom.exceptions.RandomizerIOException;
-import com.rafa_99.pkrandom.newnds.NARCArchive;
+import com.sneed.pkrandom.exceptions.RandomizerIOException;
+import com.sneed.pkrandom.newnds.NARCArchive;
import compressors.DSDecmp;
public class Gen5RomHandler extends AbstractDSRomHandler {
diff --git a/src/com/rafa_99/pkrandom/romhandlers/Gen6RomHandler.java b/src/com/sneed/pkrandom/romhandlers/Gen6RomHandler.java index e603a44..db9c399 100644 --- a/src/com/rafa_99/pkrandom/romhandlers/Gen6RomHandler.java +++ b/src/com/sneed/pkrandom/romhandlers/Gen6RomHandler.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.romhandlers; +package com.sneed.pkrandom.romhandlers; /*----------------------------------------------------------------------------*/ /*-- Gen6RomHandler.java - randomizer handler for X/Y/OR/AS. --*/ @@ -23,13 +23,13 @@ package com.rafa_99.pkrandom.romhandlers; /*-- along with this program. If not, see <http://www.gnu.org/licenses/>. --*/ /*----------------------------------------------------------------------------*/ -import com.rafa_99.pkrandom.*; -import com.rafa_99.pkrandom.constants.*; -import com.rafa_99.pkrandom.ctr.AMX; -import com.rafa_99.pkrandom.ctr.GARCArchive; -import com.rafa_99.pkrandom.ctr.Mini; -import com.rafa_99.pkrandom.exceptions.RandomizerIOException; -import com.rafa_99.pkrandom.pokemon.*; +import com.sneed.pkrandom.*; +import com.sneed.pkrandom.constants.*; +import com.sneed.pkrandom.ctr.AMX; +import com.sneed.pkrandom.ctr.GARCArchive; +import com.sneed.pkrandom.ctr.Mini; +import com.sneed.pkrandom.exceptions.RandomizerIOException; +import com.sneed.pkrandom.pokemon.*; import pptxt.N3DSTxtHandler; import java.awt.*; diff --git a/src/com/rafa_99/pkrandom/romhandlers/Gen7RomHandler.java b/src/com/sneed/pkrandom/romhandlers/Gen7RomHandler.java index 7cc4d7d..e8e1271 100644 --- a/src/com/rafa_99/pkrandom/romhandlers/Gen7RomHandler.java +++ b/src/com/sneed/pkrandom/romhandlers/Gen7RomHandler.java @@ -1,4 +1,4 @@ -package com.rafa_99.pkrandom.romhandlers; +package com.sneed.pkrandom.romhandlers; /*----------------------------------------------------------------------------*/ /*-- Gen7RomHandler.java - randomizer handler for Su/Mo/US/UM. --*/ @@ -23,17 +23,17 @@ package com.rafa_99.pkrandom.romhandlers; /*-- along with this program. If not, see <http://www.gnu.org/licenses/>. --*/ /*----------------------------------------------------------------------------*/ -import com.rafa_99.pkrandom.FileFunctions; -import com.rafa_99.pkrandom.MiscTweak; -import com.rafa_99.pkrandom.RomFunctions; -import com.rafa_99.pkrandom.Settings; -import com.rafa_99.pkrandom.constants.*; -import com.rafa_99.pkrandom.ctr.AMX; -import com.rafa_99.pkrandom.ctr.BFLIM; -import com.rafa_99.pkrandom.ctr.GARCArchive; -import com.rafa_99.pkrandom.ctr.Mini; -import com.rafa_99.pkrandom.exceptions.RandomizerIOException; -import com.rafa_99.pkrandom.pokemon.*; +import com.sneed.pkrandom.FileFunctions; +import com.sneed.pkrandom.MiscTweak; +import com.sneed.pkrandom.RomFunctions; +import com.sneed.pkrandom.Settings; +import com.sneed.pkrandom.constants.*; +import com.sneed.pkrandom.ctr.AMX; +import com.sneed.pkrandom.ctr.BFLIM; +import com.sneed.pkrandom.ctr.GARCArchive; +import com.sneed.pkrandom.ctr.Mini; +import com.sneed.pkrandom.exceptions.RandomizerIOException; +import com.sneed.pkrandom.pokemon.*; import pptxt.N3DSTxtHandler; import java.awt.image.BufferedImage; diff --git a/src/com/rafa_99/pkrandom/romhandlers/RomHandler.java b/src/com/sneed/pkrandom/romhandlers/RomHandler.java index 2ae9cd1..d66cafd 100755 --- a/src/com/rafa_99/pkrandom/romhandlers/RomHandler.java +++ b/src/com/sneed/pkrandom/romhandlers/RomHandler.java @@ -1,11 +1,11 @@ -package com.rafa_99.pkrandom.romhandlers;
+package com.sneed.pkrandom.romhandlers;
/*----------------------------------------------------------------------------*/
/*-- RomHandler.java - defines the functionality that each randomization --*/
/*-- handler must implement. --*/
/*-- --*/
/*-- Part of "Universal Pokemon Randomizer ZX" by the UPR-ZX team --*/
-/*-- Originally part of "Universal Pokemon Randomizer" by rafa_99 --*/
+/*-- Originally part of "Universal Pokemon Randomizer" by sneed --*/
/*-- Pokemon and any associated names and the like are --*/
/*-- trademark and (C) Nintendo 1996-2020. --*/
/*-- --*/
@@ -32,9 +32,9 @@ import java.util.Map; import java.util.Random;
import java.util.Set;
-import com.rafa_99.pkrandom.MiscTweak;
-import com.rafa_99.pkrandom.Settings;
-import com.rafa_99.pkrandom.pokemon.*;
+import com.sneed.pkrandom.MiscTweak;
+import com.sneed.pkrandom.Settings;
+import com.sneed.pkrandom.pokemon.*;
public interface RomHandler {
|