shithub: pokecrystal

Download patch

ref: 4b5a5b6f0e29b87ec9fe68f2b6812ab89aafe520
parent: 81c5b26945ac299f6e8d4b0eea5823cf90bb2fed
author: Bryan Bishop <[email protected]>
date: Sat Aug 3 09:55:45 EDT 2013

update INSTALL.md with submodule instructions

--- a/INSTALL.md
+++ b/INSTALL.md
@@ -93,6 +93,13 @@
 
 Make sure you downloaded a base rom. Name it **baserom.gbc**.
 
+**pokecrystal** only compiles with the use of a git submodule. To activate the submodule type:
+
+```
+git submodule init
+git submodule update
+```
+
 Now you should be able to build **pokecrystal.gbc** for the first time.
 
 This compiles a new rom from the source code, with any patches filled in from the base rom.
@@ -138,6 +145,10 @@
 # download pokecrystal
 git clone git://github.com/kanzure/pokecrystal.git
 cd pokecrystal
+
+# grab extras/ which is required for compiling
+git submodule init
+git submodule update
 
 # install python requirements
 pip install -r requirements.txt