Age | Commit message (Collapse) | Author |
|
Document Pokénav
|
|
Document remaining symbols in battle_interface, palette, and save
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also some general formatting fixes for constants.
|
|
|
|
|
|
|
|
|
|
Need to study the water droplet animation more closely before they can
be renamed; otherwise, this names every major symbol in this file.
|
|
|
|
spaces -> tabs
|
|
alloc as per #325
Some of the INVALID_ are likely erroneously placed, due to lack of documentation
|
|
|
|
|
|
|
|
|
|
|
|
|