Skip to content

Commit 554febd

Browse files
committed
Update instructions for the python script
1 parent e791441 commit 554febd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ you should be able to use this script:
4040
```bash
4141
$ # creates a new JSON file in assets/
4242
$ python gen_data.py make --id 1
43-
$ # creates a new ascii image as txt file in assets/
44-
$ python gen_data.py ascii --id 1
43+
$ # creates a new ascii image as txt file in assets/ and prints a preview
44+
$ python gen_data.py --verbose ascii --id 1 --mirror
4545
```
4646

4747
You can also use the `--name` option for identifying a new pokemon. Repeat both
@@ -52,7 +52,7 @@ $ python gen_data.py --help
5252
```
5353

5454
to get more help. Once you've obtained these files, build the project to play
55-
this game.
55+
this game. Use the `--mirror` flag for your own pokemon (recommended).
5656

5757
### On Visual Studio (Windows)
5858

0 commit comments

Comments
 (0)