summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-04-25 21:09:36 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-04-25 21:09:36 -0400
commit442bb98553233bd38d6117d58df82d30bb83872a (patch)
treead022afee0bd77d5a847ce870b9b2445591d1151
parent409de04065549094cec4905209aaf90dd7e3060c (diff)
Update install instructions and travis
-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