diff options
-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. |