img2tim typo

This commit is contained in:
ABelliqueux 2021-07-21 16:30:19 +02:00
parent ee81f4af6a
commit e73a5a7834

View File

@ -23,7 +23,7 @@ make cleansub
Convert your image to a 24bpp TIM with [`img2tim`](https://github.com/Lameguy64/img2tim): Convert your image to a 24bpp TIM with [`img2tim`](https://github.com/Lameguy64/img2tim):
```bash ```bash
img2tim -bpp 24 -o bs.tim bs.png img2tim -bpp 24 -o output.tim input.png
``` ```
Then use `MC32` as instructed below. Then use `MC32` as instructed below.