From 76e805d8318c5d7f6014f584948e25bc8cf9565a Mon Sep 17 00:00:00 2001 From: Dabomstew Date: Fri, 26 Jun 2015 11:56:26 +1200 Subject: [PATCH] Prepare for an interim 1.6.3b to fix move name bug Mainly because I didn't get around to making new stuff for a 1.6.4 release yet. --- readme.txt | 2 +- src/com/dabomstew/pkrandom/gui/Bundle.properties | 2 +- src/com/dabomstew/pkrandom/gui/RandomizerGUI.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index a6b403f9d..2afd8e82e 100755 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Universal Pokemon Randomizer 1.6.3a +Universal Pokemon Randomizer 1.6.3b by Dabomstew, 2012-15 Homepage: http://pokehacks.dabomstew.com/randomizer/index.php diff --git a/src/com/dabomstew/pkrandom/gui/Bundle.properties b/src/com/dabomstew/pkrandom/gui/Bundle.properties index b87ff1177..76ac9fe51 100755 --- a/src/com/dabomstew/pkrandom/gui/Bundle.properties +++ b/src/com/dabomstew/pkrandom/gui/Bundle.properties @@ -275,7 +275,7 @@ GenerationLimitDialog.title=Choose Pokemon to allow GenerationLimitDialog.cancelButton.text=Cancel GenerationLimitDialog.warningRomHackLabel.text=
WARNING: This functionality will NOT work correctly with ROM hacks
that change the available Pokemon or add new ones!
AboutDialog.linkLabel.text=http://pokehacks.dabomstew.com/randomizer -AboutDialog.titleLabel.text=Universal Pokemon Randomizer 1.6.4-dev +AboutDialog.titleLabel.text=Universal Pokemon Randomizer 1.6.3b AboutDialog.title=About AboutDialog.ackLabel.text=Based on research by various sources; see Acknowledgements AboutDialog.authorLabel.text=Created by Dabomstew diff --git a/src/com/dabomstew/pkrandom/gui/RandomizerGUI.java b/src/com/dabomstew/pkrandom/gui/RandomizerGUI.java index 7e8ad6aab..656c5448c 100755 --- a/src/com/dabomstew/pkrandom/gui/RandomizerGUI.java +++ b/src/com/dabomstew/pkrandom/gui/RandomizerGUI.java @@ -78,7 +78,7 @@ public class RandomizerGUI extends javax.swing.JFrame { private RomHandler romHandler; protected RomHandler.Factory[] checkHandlers; - public static final int UPDATE_VERSION = 1640; + public static final int UPDATE_VERSION = 1632; public static PrintStream verboseLog = System.out;