diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-04-19 12:58:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-19 12:58:02 -0400 |
commit | 928a987921ab27b9b9fe795876bc6ec446c3714f (patch) | |
tree | 93fbf873c7b0c1040217ed75a7392919f8a0fc85 | |
parent | 1da4933a780f60e9c5f45f1a118a17e6d9a7f40d (diff) |
Update INSTALL.md
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ ### 1. Copy baserom(s) into root folder -Put a clean copy of Pokemon Diamond (US) nds rom at `./baserom.us.nds`. +Put a clean copy of Pokemon Diamond (US) nds rom at `./baserom.nds`. ### 2. Install MWCC compiler @@ -46,4 +46,4 @@ Install them using either the Cygwin package manager or using pacman on Msys2. ### 4. Build ROM -Run `make` to build the ROM.
\ No newline at end of file +Run `make` to build the ROM. |