about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-04-28 00:10:49 -0400
committerGitHub <noreply@github.com>2023-04-28 00:10:49 -0400
commitcdfc37087e79e4a11ef9615ae11490e60dfe53d6 (patch)
tree6e254b568ff2f8f93d24b3b96b9156f47b561c08
parent7446b4accb7b456d5ada064dab607b64e11c2895 (diff)
downloadlingo-archipelago-cdfc37087e79e4a11ef9615ae11490e60dfe53d6.tar.gz
lingo-archipelago-cdfc37087e79e4a11ef9615ae11490e60dfe53d6.tar.bz2
lingo-archipelago-cdfc37087e79e4a11ef9615ae11490e60dfe53d6.zip
Fixed README typo
-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