summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--INSTALL.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 867a5198..4f376cea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,8 @@ install:
# These files are only accessible from Travis CI IP Addresses to prevent piracy.
- wget http://private.martmists.com/mwccarm.zip
- wget http://private.martmists.com/baserom.nds
+ - cp baserom.nds arm7/
+ - cp baserom.nds arm9/
- unzip mwccarm.zip
- mv mwccarm tools
diff --git a/INSTALL.md b/INSTALL.md
index 1ffc5c59..82e9719e 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,6 +1,6 @@
### 1. Copy baserom(s) into root folder
-Put a clean copy of Pokemon Diamond (US) nds rom at `./baserom.nds`.
+Put clean copies of Pokemon Diamond (US) nds rom at `./baserom.nds`, `./arm9/baserom.nds`, and `./arm7/baserom.nds`. All three copies are required and must be identical.
### 2. Install MWCC compiler