about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index b93a849..3822d6d 100644 --- a/README.md +++ b/README.md
@@ -30,7 +30,7 @@ selected in the level selection screen, so it is safe to play the game normally
30**Note**: Running the randomizer modifies the game's memory. If you want to play the base game after playing the randomizer, 30**Note**: Running the randomizer modifies the game's memory. If you want to play the base game after playing the randomizer,
31you need to restart Lingo first. 31you need to restart Lingo first.
32 32
33## Running fron source 33## Running from source
34 34
35The randomizer is almost ready to run from source. The only step that is required is to compile the LL1.yaml datafile into gamedata.gd, which needs to be played in the Archipelago folder. The generate_gamedata.rb script in the util folder can do this for you. The first argument is the path to the datafile, and the second argument is the path to the output file. 35The randomizer is almost ready to run from source. The only step that is required is to compile the LL1.yaml datafile into gamedata.gd, which needs to be played in the Archipelago folder. The generate_gamedata.rb script in the util folder can do this for you. The first argument is the path to the datafile, and the second argument is the path to the output file.
36 36