diff options
author | Ajarmar <axel.jarmar@gmail.com> | 2019-10-27 00:36:19 +0200 |
---|---|---|
committer | Ajarmar <axel.jarmar@gmail.com> | 2019-10-27 00:36:19 +0200 |
commit | 66f13ac6f76608ba3fbc52e8acf46e48d379f3cb (patch) | |
tree | c2165ccbba87aef75e3bdc406bdada27fd866a85 /src/com/dabomstew/pkrandom | |
parent | 5581696c569f2eef634c2b10981915c04d654fef (diff) |
add advisory warning for shop item randomization
Diffstat (limited to 'src/com/dabomstew/pkrandom')
-rwxr-xr-x | src/com/dabomstew/pkrandom/gui/Bundle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/dabomstew/pkrandom/gui/Bundle.properties b/src/com/dabomstew/pkrandom/gui/Bundle.properties index 09ef43b..9b3b589 100755 --- a/src/com/dabomstew/pkrandom/gui/Bundle.properties +++ b/src/com/dabomstew/pkrandom/gui/Bundle.properties @@ -189,7 +189,7 @@ RandomizerGUI.pmsMetronomeOnlyRB.text=Metronome Only Mode RandomizerGUI.pmsMetronomeOnlyRB.toolTipText=<html>Where possible, every Pok\u00e9mon in the entire game will have Metronome as its only move,<br /> with the PP boosted to 40 to make it possible to complete fights without always using Struggle.<br />Does not currently apply to non-standard battles such as the Battle Tower/Frontier or the PWT. RandomizerGUI.inGameTradesPanel.border.title=In-Game Trades RandomizerGUI.fieldItemsPanel.border.title=Field Items -RandomizerGUI.shopItemsPanel.border.title=Shop Items +RandomizerGUI.shopItemsPanel.border.title=Shop Items (Gen 5 Only) RandomizerGUI.igtUnchangedRB.text=Unchanged RandomizerGUI.igtUnchangedRB.toolTipText=In-game trades remain the same. RandomizerGUI.igtGivenOnlyRB.text=Randomize Given Pokemon Only |