Better language in readme

This commit is contained in:
David Benepe
2020-05-27 19:47:52 -05:00
parent 93e00e8dfe
commit 093e32c316
+4 -4
View File
@@ -25,11 +25,11 @@ If you see the message `Setup complete!`, then you are ready to build.
## Build
To build the ROM, you just simply type in `make` in the main directory. You should see an `OK` at the end of the build if it worked correctly. The generated ROM file should appear in the generated `/build/` folder.
To build the ROM, you just simply type in `make` in the main directory. You should see an `OK` at the end of the build if it worked correctly. The generated ROM file should appear in the `/build/` folder.
## Scripts
This repo provides some useful scripts that should be kept in mind when working on this repo.
There are some useful scripts that should be kept in mind when working on this repo.
---
@@ -43,7 +43,7 @@ This script will generate the linker file `dkr.ld`, which is used for building.
This script will extract all the assets from the DKR ROM and place them into `/assets/` folder according to the extract-config file within the `/extract-ver/` folder. You will need to run this every time you update one of the `.extract-config` files.
Note 1: You do not need to call `./generate_ld.sh`, since that is done automatically from this script.
Note 1: You do not need to call `./generate_ld.sh`, since that is done automatically from this script.
Note 2: The `/assets/` folder will get deleted if it already exists, so don't put anything important in there!
---
@@ -91,4 +91,4 @@ What can be done, but not essential.
These features won't be complete anytime soon.
* Make the ROM shiftable.
* Add support for the other 4 versions.
* Add support for the other 4 versions.