summaryrefslogtreecommitdiff
path: root/src/data/contest_text_tables.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.
2019-11-16Document contest stringsGriffinR
2019-03-31Fix mistakes and use EVENT_OBJ_GFX_* macrosPhlosioneer
2019-03-08Move text pointer tables into CPhlosioneer