diff options
author | yenatch <yenatch@gmail.com> | 2018-04-28 21:09:01 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2018-04-28 21:09:31 -0400 |
commit | cfc5093a9336bcdf701f6daf4631e30b8db2a4fa (patch) | |
tree | 1f303211307751e6f0e5d88b020c79b5e5e74a96 | |
parent | d940925645f26cc81aabb2bc0bcafe26691b7601 (diff) |
condense alternate builds into a table
-rw-r--r-- | INSTALL.md | 31 |
1 files changed, 8 insertions, 23 deletions
diff --git a/INSTALL.md b/INSTALL.md index dc35350f0..5f7eecbd2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -83,29 +83,14 @@ To build **pokeruby.gba**: When you simply enter `make` and don't specify a target, then Pokémon Ruby 1.0 will be built. However, Sapphire can also be built, along with revisions 1 and 2 of both Ruby and Sapphire. Here is a listing of each ROM that can be made, along with the command to make the ROM. -Pokémon Ruby 1.0 - - make ruby - -Pokémon Ruby 1.1 - - make ruby_rev1 - -Pokémon Ruby 1.2 - - make ruby_rev2 - -Pokémon Sapphire 1.0 - - make sapphire - -Pokémon Sapphire 1.1 - - make sapphire_rev1 - -Pokémon Sapphire 1.2 - - make sapphire_rev2 +Version | Command +-------------|--------------------- +Ruby 1.0 | `make ruby` +Ruby 1.1 | `make ruby_rev1` +Ruby 1.2 | `make ruby_rev2` +Sapphire 1.0 | `make sapphire` +Sapphire 1.1 | `make sapphire_rev1` +Sapphire 1.2 | `make sapphire_rev2` # Faster builds |