mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-23 16:46:41 -05:00
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| convert_png.c | ||
| convert_png.h | ||
| font.c | ||
| font.h | ||
| gfx.c | ||
| gfx.h | ||
| global.h | ||
| huff.c | ||
| huff.h | ||
| jasc_pal.c | ||
| jasc_pal.h | ||
| LICENSE | ||
| lz.c | ||
| lz.h | ||
| main.c | ||
| Makefile | ||
| options.h | ||
| rl.c | ||
| rl.h | ||
| util.c | ||
| util.h | ||