summaryrefslogtreecommitdiff
path: root/src/data/text/nature_names.h
AgeCommit message (Collapse)Author
2021-08-24Removed trailing spaces in the most relevant filesLOuroboros
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.
2020-07-18Clean up some battle scr cmd dataGriffinR
2018-08-14Finish pokemon_summary_screenDiegoisawesome