diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-25 21:09:36 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-25 21:09:36 -0400 |
commit | 442bb98553233bd38d6117d58df82d30bb83872a (patch) | |
tree | ad022afee0bd77d5a847ce870b9b2445591d1151 | |
parent | 409de04065549094cec4905209aaf90dd7e3060c (diff) |
Update install instructions and travis
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | INSTALL.md | 2 |
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 @@ -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 |