summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSanky <gsanky@gmail.com>2013-02-02 23:13:32 +0100
committerSanky <gsanky@gmail.com>2013-02-02 23:20:50 +0100
commit4089cf486d83d78fddaab98316952e1bbeaafd47 (patch)
treef2721b81775a3e450e1a301a4679c9d6159c22b3 /README.md
parent43546fd07ac588be694c697873a642c5a2cc8c1d (diff)
parent1e893fae740cd9f82ead9adcb6f5c1ccb1c6090b (diff)
Merge https://github.com/kanzure/pokecrystal
Conflicts: constants.asm extras/crystal.py main.asm original-commit-id: 7df002c3e20f1b728b1d29a877c3731d4867f502
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index d0a2119..0131fc0 100644
--- a/README.md
+++ b/README.md
@@ -30,9 +30,8 @@ After running those lines, `cp extras/output.txt main.asm` and run `git diff mai
Unit tests cover most of the classes.
-```python
-import crystal
-crystal.run_tests()
+```bash
+python tests.py
```
#### Parsing a script at a known address