Skip to content

Commit

Permalink
v0.5.15
Browse files Browse the repository at this point in the history
git-svn-id: file:///tmp/svn/trunk/jhack@3137 e5242d76-9126-0410-bb86-e0b726a7b37f
  • Loading branch information
mrtenda committed Sep 28, 2010
1 parent 778d3b8 commit 2a04514
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
NEXT VERSION (after v0.5.14):
NEXT VERSION (after v0.5.15)

v0.5.15:
# Door Editor: Added ability to create new and remove existing destinations
# Door Editor: BUGFIX: Will not nullify any destination data written past
0xf284f on the initial write
Expand Down
2 changes: 1 addition & 1 deletion src/net/starmen/pkhack/MainGUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ public static String getDescription() // Return one line description of
*/
public static String getVersion()
{
return "0.5.14";
return "0.5.15";
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/net/starmen/pkhack/modulelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ eb.TownMapEditor #Edits town maps
eb.LogoScreenEditor #Edits logo screens at start of game (Nintendo, HAL, APE)
eb.GasStationEditor #Edits the gas station screen at the start of the game
eb.TitleScreenEditor #Edits (part of) the title screen at the start of the game
eb.DeathScreenEditor #Edits the screen shown when you die
#eb.DeathScreenEditor #Edits the screen shown when you die
eb.SwirlEditor #Edits battle swirls
----------------------Maps-----------------------------------------------------
eb.TileEditor #Edits map tiles, tile arrangements, and collision info,
Expand Down

0 comments on commit 2a04514

Please sign in to comment.