summaryrefslogtreecommitdiff
path: root/src/data/graphics/rayquaza_scene.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-08-27Clean up rayquaza scene documentationGriffinR
2020-08-27Document second rayquaza sceneGriffinR
2020-08-27Document first rayquaza sceneGriffinR
2020-08-25Start documenting rayquaza_sceneGriffinR
2018-10-21Fix LZ compressed data alignmentDiegoisawesome
2018-09-05Move graphics to src/data/graphicsSlawter666