Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
Prepare for an interim 1.6.3b to fix move name bug
Browse files Browse the repository at this point in the history
Mainly because I didn't get around to making new stuff for a 1.6.4
release yet.
  • Loading branch information
Dabomstew committed Jun 25, 2015
1 parent 30a5a79 commit 76e805d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/com/dabomstew/pkrandom/gui/Bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ GenerationLimitDialog.title=Choose Pokemon to allow
GenerationLimitDialog.cancelButton.text=Cancel
GenerationLimitDialog.warningRomHackLabel.text=<html><center>WARNING: This functionality will NOT work correctly with ROM hacks<br /> that change the available Pokemon or add new ones!</center>
AboutDialog.linkLabel.text=<html><a href="http://pokehacks.dabomstew.com/randomizer">http://pokehacks.dabomstew.com/randomizer</a>
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
Expand Down
2 changes: 1 addition & 1 deletion src/com/dabomstew/pkrandom/gui/RandomizerGUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 76e805d

Please sign in to comment.