Skip to content

Commit a623c20

Browse files
committed
Version Update
Version 2
1 parent 848eeac commit a623c20

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

AlttpRandomizer/Net/RandomizerVersion.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace AlttpRandomizer.Net
1010
{
1111
public class RandomizerVersion
1212
{
13-
public static string Current = "1";
13+
public static string Current = "2";
1414
public static bool Debug = false;
1515

1616
public static string CurrentDisplay
@@ -28,7 +28,7 @@ public static string CurrentDisplay
2828
}
2929
}
3030

31-
private const int checkVersion = 1;
31+
private const int checkVersion = 2;
3232
private static readonly string updateAddress = "http://dessyreqt.github.io/alttprandomizer/?" + DateTime.Now.Ticks;
3333

3434
public static void CheckUpdate()

readme.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Current Version: 1
1+
# Current Version: 2
22

33
# About the Legend of Zelda: A Link to the Past Randomizer (or ALttPRandomizer)
44
This is a simple program that moves around items in the Legend of Zelda: A Link to the Past (ALttP). It is used for racing the game.
@@ -29,3 +29,16 @@ This randomizer uses the 1.0 JP version of the base rom because it is what is pr
2929
- You can jump down from a wall of which you are partially inside. This is most useful above the section of Turtle Rock that leads to the Mirror Shield.
3030
- In an area where you can't use the Magic Mirror, you can make pushed blocks disappear by trying to use it while pushing the blocks.
3131
- You can enter the Exploration Glitch in Tower of Hera by falling down the rightmost hole on the 3F, then jumping right from the wall.
32+
33+
# What's new in Randomizer?
34+
v2
35+
- Fixed a bug didn't allow you to create the seed entered
36+
- Accounted for the fact that hookshot can be used to access lower Dark World.
37+
38+
v1
39+
- Chest items and items given to you by the bottle vendor, Sahasrahla, the flute boy, the sick kid, the purple chest, the hobo under the bridge, the catfish, King Zora, and the old mountain man are randomized. Note that this doesn't include chests in the various chest games throughout Hyrule.
40+
- Fake Dark World is fixed.
41+
- Titan's Mitt won't downgrade to Power Gloves.
42+
- Swamp Palace softlock is fixed.
43+
- "No mirror" softlock is fixed.
44+
- 0bb patch for Agahnim applied.

0 commit comments

Comments
 (0)