diff options
author | Maurice Henke <maurice@henke.gg> | 2021-10-04 17:47:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-04 17:47:26 +0200 |
commit | 6c798bc4ac9afc890eab9d2bb70914f8a6d8f3c7 (patch) | |
tree | cb69c5d23956ab5e2633767b392a9ebcf29a62ff | |
parent | c307c842e01eb86fc1d7b22ba65315c3de695220 (diff) | |
parent | eb426f0311cffc28e8f6690f5ceb6fe556230c2c (diff) |
Merge pull request #8 from icogn/buildingMdAdjustments
Adjust BUILDING.md
-rw-r--r-- | BUILDING.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/BUILDING.md b/BUILDING.md index ce01fe91..df02b6df 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -157,14 +157,15 @@ Repeating these steps every time you want to test a change is a little cumbersom Automatically loads the TP Randomizer REL when starting up the game. ``` -1. In `Code:`, copy and paste one of the following: - - [US](https://pastebin.com/ES58EG3Z) - - [EU](https://pastebin.com/MvaeFAyV) - - [JP](https://pastebin.com/uRXqGGiq) +1. In `Code:`, copy and paste one of the following depending on your TP version: + + - [US](https://pastebin.com/ES58EG3Z) + - [EU](https://pastebin.com/MvaeFAyV) + - [JP](https://pastebin.com/uRXqGGiq) 1. Click the `Save` button. 1. Make sure the checkbox next to the new `Randomizer REL Loader` entry is checked, then close the popup. Now whenever you start up the game, the Randomizer code will automatically load. -_(If you would like to play TP without loading the Randomizer, you can uncheck the box next to `REL Loader`.)_ +_(If you would like to play TP without loading the Randomizer, you can uncheck the box next to `Randomizer REL Loader`.)_ |