summaryrefslogtreecommitdiff
path: root/src/com/sneed
diff options
context:
space:
mode:
authorAjarmar <axel.jarmar@gmail.com>2022-06-12 10:27:03 +0200
committerrafa_99 <raroma09@gmail.com>2022-06-12 19:28:33 +0100
commit602c9b3ccced7c11599349dae09ff76bc2cb0c13 (patch)
treef220f91dba97e2efc9ff30d694e2c3169987b6da /src/com/sneed
parent363b24f9153f32627802089eee7900d5749e410e (diff)
change "Elite Four Have Unique Pokemon" to "Pokemon League Has Unique Pokemon"
Diffstat (limited to 'src/com/sneed')
-rw-r--r--src/com/sneed/pkrandom/newgui/Bundle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/sneed/pkrandom/newgui/Bundle.properties b/src/com/sneed/pkrandom/newgui/Bundle.properties
index a594026..8895693 100644
--- a/src/com/sneed/pkrandom/newgui/Bundle.properties
+++ b/src/com/sneed/pkrandom/newgui/Bundle.properties
@@ -625,8 +625,8 @@ GUI.tpHighestLevelGetsItemCheckBox.text=Highest Level Only
GUI.tpHighestLevelGetsItemCheckBox.tooltip=<html>If this option is selected, a held item will be given only to a trainer's highest level Pokemon (or one of them, if there are multiple at that level).<br />If this is unchecked, all of a Trainer's Pokemon will be given items.</html>
GUI.pbsAssignEvoStatsRandomlyCheckBox.text=Randomize Added Stats on Evolution
GUI.pbsAssignEvoStatsRandomlyCheckBox.tooltipText=<html>When a Pokemon evolves, the additional BST it gains will be assigned randomly on top of the pre-evo's stats <br />instead of the evolved Pokemon having the exact same ratio between its stats as the pre-evo.<br /><br />Applies to both regular Evolutions and Mega Evolutions (only if "Follow Evolutions"/"Follow Mega Evolutions" is selected).
-GUI.tpEliteFourUniquePokemonCheckBox.text=Elite Four Have Unique Pokemon:
-GUI.tpEliteFourUniquePokemonCheckBox.toolTipText=<html>Enabling this setting will ensure that Elite Four Trainers (including Champions and BW1 N/Ghetsis) <br />are given the specified number of unique Pokemon that will not appear on any other Trainer.<br />The Elite Four Trainers' highest level Pokemon are the ones that will be unique;<br/>in the case of a level tie, it will be the Pokemon further back in the party.<br />Does not apply to postgame Elite Four battles.
+GUI.tpEliteFourUniquePokemonCheckBox.text=Pokemon League Has Unique Pokemon:
+GUI.tpEliteFourUniquePokemonCheckBox.toolTipText=<html>Enabling this setting will ensure that Pokemon League Trainers (Elite Four, Champions and BW1 N/Ghetsis) <br />are given the specified number of unique Pokemon that will not appear on any other Trainer.<br />The Elite Four Trainers' highest level Pokemon are the ones that will be unique;<br/>in the case of a level tie, it will be the Pokemon further back in the party.<br />Does not apply to postgame Pokemon League battles.
GUI.tpBetterMovesetsCheckBox.text=Better Movesets
GUI.tpBetterMovesetsCheckBox.toolTipText=<html>Attempts to give Trainer Pokemon better movesets by including TM moves/tutor moves/egg moves/pre-evolution moves,<br />and picking moves that synergize with the Pokemon's ability/stats/other moves.