ref: 51018f0b68b8906e41a0313338bb0cda537f1c78
parent: f076f14b9806a517297efe649c4ae9cf4ae2025a
author: yenatch <[email protected]>
date: Thu Apr 4 20:25:47 EDT 2013
More readme formatting
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,5 +1,7 @@
-Installation requires a certain Pokemon Crystal ROM:
+# Getting Started
+Compiling requires a certain Pokemon Crystal ROM:
+
```
Pokemon - Crystal Version (UE) (V1.0) [C][!].gbc
md5: 9f2922b235a5eeb78d65594e82ef5dde
@@ -10,10 +12,10 @@
Feel free to ask us on nucleus.kafuka.org #skeetendo if something goes wrong (remember to tell where)!
-Don't know how to use IRC? Try [mibbit](http://chat.mibbit.com/?server=nucleus.kafuka.org&channel=#skeetendo) or something.
+Don't know how to use IRC? Try [mibbit](http://chat.mibbit.com/?server=nucleus.kafuka.org&channel=#skeetendo).
-# Linux
+## Linux
```bash
sudo apt-get install make gcc bison git python python-setuptools
@@ -39,13 +41,19 @@
# install python requirements
pip install -r requirements.txt
+```
+To compile the ROM from ASM source:
+```
make clean && make
```
+That will take between 3 and 15 seconds, depending on your computer. If you see
+`cmp baserom.gbc pokecrystal.gbc` as the last line, the build was successful! Rejoice!
-# Windows
+## Windows
+
Set up [GitHub for Windows](http://windows.github.com/) and clone this repository.
If you haven't already, get [Python 2.7](http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi) ([64-bit](http://www.python.org/ftp/python/2.7.3/python-2.7.3.amd64.msi)).
@@ -61,8 +69,7 @@
To compile the ROM from ASM source, run `pokecrystal.bat`.
That will take between 3 and 15 seconds, depending on your computer. If you see
-`cmp baserom.gbc pokecrystal.gbc`
-as the last line, the build was successful! Rejoice!
+`FC: no differences encountered`, the build was successful! Rejoice!
Now you may try messing around with `main.asm`, or just do whatever you wanted to.
--- a/README.md
+++ b/README.md
@@ -24,6 +24,10 @@
## Contributing
-* Hang out with us on IRC, nucleus.kafuka.org #skeetendo ([or use mibbit](http://chat.mibbit.com/?server=nucleus.kafuka.org&channel=#skeetendo))
+* Hang out with us on IRC:
+`nucleus.kafuka.org #skeetendo`
+(or use [mibbit](http://chat.mibbit.com/?server=nucleus.kafuka.org&channel=#skeetendo)).
+
+* Are we missing something? Make a pull request! Contributions are welcome.
* Tackle some [issues](https://github.com/kanzure/pokecrystal/issues)!