summaryrefslogtreecommitdiff
path: root/src/field_door.c
AgeCommit message (Collapse)Author
2021-11-16Handle optional arguments for warp commands, add WARP_ID_NONEGriffinR
2021-10-09Add MAP_OFFSETGriffinR
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-03-22Label misc field effectsGriffinR
2020-08-20Give songs meaningful english namesGriffinR
2020-06-24Allow flag/var counts to be updated alongside valuesGriffinR
2020-01-26Name null palettesGriffinR
2020-01-26Combine animated door framesGriffinR
2020-01-26Label animated doorsGriffinR
2019-12-17Document Battle Tower scriptsGriffinR
2018-11-14Sort includes into alphabetical orderSlawter666
2018-06-15Get all map constants from include/ rather than constants/Marcus Huderle
2018-01-07Move forward declarationDiegoisawesome
2018-01-07Port field_doorDiegoisawesome