Revert bad merge.

"Merge pull request #317 from yenatch/pngs-kind-of"

This reverts commit 25025d1b6c, reversing
changes made to 0d17d4a758.
This commit is contained in:
IIMarckus
2015-11-01 16:06:15 -07:00
parent 006d14640c
commit 25c126c69b
827 changed files with 37 additions and 20 deletions

View File

@@ -13,7 +13,6 @@ cd ..
git clone --recursive https://github.com/pret/pokecrystal
cd pokecrystal
make init
```
To build **pokecrystal.gbc**:
@@ -38,7 +37,6 @@ cd ..
git clone --recursive https://github.com/pret/pokecrystal
cd pokecrystal
make init
```
To build **pokecrystal.gbc**:
@@ -66,7 +64,6 @@ pip install pypng
git clone --recursive https://github.com/pret/pokecrystal
cd pokecrystal
make init
```
To build **pokecrystal.gbc**:
@@ -91,7 +88,7 @@ mkdir vagrantbox
cd vagrantbox
vagrant init pokecrystal
vagrant up
vagrant ssh -c "cd /vagrant && git clone --recursive https://github.com/pret/pokecrystal && cd pokecrystal && make init"
vagrant ssh -c "cd /vagrant && git clone --recursive https://github.com/pret/pokecrystal"
vagrant ssh
```