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 Trick House scripts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also VAR_TRICK_HOUSE_LEVEL
|
|
|
|
|
|
|
|
|
|
|
|
Trainer hill isn't anywhere close to done, but I figured out enough
to name the VAR. That's all this PR should do.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed some confusing naming, named some unknown symbols, and fixed the
names of some flags.
|
|
|
|
|