From 442bb98553233bd38d6117d58df82d30bb83872a Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 25 Apr 2020 21:09:36 -0400 Subject: Update install instructions and travis --- .travis.yml | 2 ++ INSTALL.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3