mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-27 12:14:20 +01:00
6 lines
103 B
Bash
6 lines
103 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
FILEPATH=$1
|
||
|
|
||
|
tools/gbagfx/gbagfx graphics/$FILEPATH.bin.lz graphics/$FILEPATH.bin
|