summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2018-11-24 11:33:29 -0500
committerGitHub <noreply@github.com>2018-11-24 11:33:29 -0500
commita136c5203c4327c6aa46f93a35f9160e255c63e6 (patch)
treeccf83bacc61bc0410b0e9343f48ec916d56cecf1
parent2ed26ab8fcd4e302ab4aac6bb01dba7b5c985914 (diff)
Add note about baserom to INSTALL.md
-rw-r--r--INSTALL.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index db4f80aba..5ba0ee484 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -50,3 +50,9 @@ If the command for building pokefirered.gba does not work, run `nproc` and use t
## Windows 10
Install the [Windows Subsystem for Linux](https://docs.microsoft.com/windows/wsl/install-win10), then install [devkitARM](https://devkitpro.org/wiki/Getting_Started) inside the subsystem, and run the commands.
+
+## Important note for all users
+
+Until further notice, this repository is dependent on `baserom.gba`, which is a copy of Pokémon FireRed (U)(1.0) bearing the SHA1 sum `41cb23d8dccc8ebd7c649cd8fbb58eeace6e2fdc`. If you attempt to build and get the following error or similar, it's because `baserom.gba` is missing.
+
+ No rule to make target 'build/firered/data/librfu_rodata.o', needed by 'pokefirered.elf'. Stop.