summaryrefslogtreecommitdiff
path: root/src/battle_palace.c
AgeCommit message (Collapse)Author
2021-11-16Handle optional arguments for warp commands, add WARP_ID_NONEGriffinR
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-01-08Merge branch 'master' into doc-domeGriffinR
2019-12-20Add frontier trainer constantsGriffinR
2019-12-17Document Battle Tower scriptsGriffinR
2019-12-05Set up Battle Dome and Tower macrosGriffinR
2019-12-05Set up remaining facility script doc, use Palace macrosGriffinR
2019-11-26Document Battle Arena scriptsGriffinR
2019-11-25Document Frontier UtilGriffinR
2019-11-25Begin documenting Battle Pike and Frontier UtilGriffinR
2018-12-27Misc overworld documentationMarcus Huderle
2018-11-19add includeDizzyEggg
2018-11-12Decompile Battle PalaceDizzyEggg