summaryrefslogtreecommitdiff
path: root/src/script_movement.c
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-02-24Use TASK_NONE constantGriffinR
2019-11-21Fix event constant file namesGriffinR
2019-11-21Rename EventObj to ObjEventGriffinR
2019-11-20Standardize EVENT_OBJECT to OBJECT_EVENTGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-09-16Clean up script_movement documentationGriffinR
2019-09-16Document script_movementGriffinR
2018-06-13Bring all movement function names up-to-date with pokerubyMarcus Huderle
2018-06-11Rebrand 'map object' and 'field object' to 'event object'Marcus Huderle
2018-06-11Move all field object data into src/data and event_object_movement.cMarcus Huderle
2018-06-11Rename field_map_obj to event_object_movementMarcus Huderle
2018-04-10Decompile script movementKDSKardabox