diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-11-24 10:46:10 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-24 10:46:10 -0600 |
commit | fecda40501d39c633435fe2777ebc93d92233ca1 (patch) | |
tree | b3ee3529ad37632ba4814e5d1eaedd779be8d94a | |
parent | 80116a80fd98679c0449efe33c4e460947f4b8d0 (diff) | |
parent | a136c5203c4327c6aa46f93a35f9160e255c63e6 (diff) |
Merge pull request #29 from PikalaxALT/patch-1
Add note about baserom to INSTALL.md
-rw-r--r-- | INSTALL.md | 6 |
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. |