summaryrefslogtreecommitdiff
path: root/src/event_object_movement.c
AgeCommit message (Collapse)Author
2021-07-02Use -g flag to compilePikalaxALT
2021-06-28Match sub_806CF04PikalaxALT
2020-07-22Fix COMMON sym references under modern gccPikalaxALT
2020-04-28More trainer type usageGriffinR
2020-02-12Restructure src/data/object_events and src/data/field_effectsMarcus Huderle
2020-02-12Use named C arrays for event obj movement dataMarcus Huderle
2020-02-12Sync with pret/pokeemerald:959GriffinR
2020-02-12Fix event object include guards and constant filenamesGriffinR
2020-02-12Standardize Event Object to Object EventGriffinR
2018-10-20Continue synchronisingSlawter666
2018-10-18More synchingSlawter666
2018-10-17More synchronisationSlawter666
2018-10-17Begin synchronising with pokeemeraldSlawter666
2018-07-10Move movement constants into include/constants/event_object_movement_constants.hMarcus Huderle
2018-06-23Document field_effect_helpers and other misc. thingsMarcus Huderle
2018-06-19Label various overworld-related thingsMarcus Huderle
2018-06-15Update some event_object_movement things to sync with emeraldMarcus Huderle
2018-06-08Label field_cameraMarcus Huderle
2018-06-07Label all metatile behaviors and functionsMarcus Huderle
2018-06-06Label/document field_control_avatar.c and a few misc thingsMarcus Huderle
2018-05-29Unify 'map object' and 'field object' terms into 'event object'Marcus Huderle
2018-05-29More event object movement cleanupMarcus Huderle
2018-05-29Rename movement_type and movement_action func table filenamesMarcus Huderle
2018-05-29Properly label object movement anim numsMarcus Huderle
2018-05-29Finish labeling all movement actionsMarcus Huderle
2018-05-29Start labeling movement actionsMarcus Huderle
2018-05-29Define movement type constantsMarcus Huderle
2018-05-29Label all movement type functions and their callbacksMarcus Huderle
2018-05-29Rename regularAnim and specialAnim to singleMovement and heldMovementMarcus Huderle
2018-05-23Label all of MapObject struct members, and ground effect flagsMarcus Huderle
2018-05-21Fix map object range union, and remove the obsolete alt structMarcus Huderle
2018-04-10Document/cleanup fldeff_secretpower.cMarcus Huderle
2018-04-07through DebugMenu_807786C; use macro NAKED instead of __attribute__((naked))PikalaxALT
2018-02-18remove subdirectoriescamthesaxman