summaryrefslogtreecommitdiff
path: root/src/data/decoration
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.
2021-01-04Some decoration labels, use constant for tileset sizeGriffinR
2021-01-04Clean up gDecorations with gItems formatGriffinR
2020-04-13Use metatile labels for decor gfxGriffinR
2019-11-20Standardize EVENT_OBJECT to OBJECT_EVENTGriffinR
2019-09-16Document decor iconsGriffinR
2019-04-05Document secret baseMarcus Huderle
2018-12-03Get rid of headers in src/dataDizzyEggg
2018-10-21Fix LZ compressed data alignmentDiegoisawesome
2018-08-23Move data from include to srcDiegoisawesome