Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Document pokedex.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also some general formatting fixes for constants.
|
|
I used a script to generate the format for the array, so I can easily
change its formatting if needed.
|
|
|
|
|
|
|
|
spaces -> tabs
|
|
|