summaryrefslogtreecommitdiff
path: root/asm/macros/battle_frontier/battle_pyramid.inc
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-12-14Document Battle Pyramid scriptsGriffinR
2019-12-05Add some macro commentsGriffinR
2019-12-05Set up Battle Pyramid macrosGriffinR
2019-11-25Split frontier macros and comment frontier_util.incGriffinR