19 Commits

Author SHA1 Message Date
cbt6 8998b19435 Document src/event_object_movement.c 2022-11-07 14:53:37 +08:00
GriffinR 57e82c9264 Label movement action arrays, z coord -> elevation 2022-10-05 18:20:54 -04:00
cbt6 73f8a54aa9 Document remaining movement types and actions 2022-08-16 12:24:18 +08:00
cbt6 7233b2ed0a Rename WalkFastest functions to WalkFaster 2022-08-11 12:21:28 +08:00
GriffinR a5e6e91605 Document/sync object event anims 2022-02-28 13:17:57 -05:00
cbt6 0aaae88d6e Rename movement action 0x9F 2022-02-28 23:12:57 +08:00
cbt6 0f3e26f9a4 Fix formatting and style 2022-02-10 01:53:48 +08:00
cbt6 ac3de6d02c Rename some movement actions and functions 2022-02-10 00:20:22 +08:00
PikalaxALT c05af7f394 Rename NUM_FIELD_MAP_OBJECT_TEMPLATES --> MOVEMENT_TYPES_COUNT 2021-05-08 14:36:03 -04:00
PikalaxALT f00b44699c Fix movement types; fix some math ops 2021-03-30 20:33:31 -04:00
Deokishisu fc623d2abf Rename "Hidden" Movement Type to "Buried"
This commit mirrors the change to pokeemerald that renames `MOVEMENT_TYPE_HIDDEN` to `MOVEMENT_TYPE_BURIED` to avoid confusion between it and `MOVEMENT_TYPE_INVISIBLE`.

As the files and function labels are not synced between the two repos, only the necessary changes were made based on what pokefirered calls its functions. More syncing of labels with pokeemerald will need to be done in the future.
2021-02-14 14:59:10 -05:00
PikalaxALT 80e5031619 Use Surf field effect 2020-02-28 15:29:16 -05:00
PikalaxALT 93b05b4e42 Fix typo 2020-02-21 16:13:35 -05:00
PikalaxALT 540c33405a Remove constants/movement_commands.h 2020-02-21 15:46:19 -05:00
PikalaxALT 69d8833b31 Prelim names for mvmt actions; merge field_ground_effect into evobjmv 2020-02-21 13:41:18 -05:00
PikalaxALT 14a599bbc2 Address review comments; name some methods in event_object_movement 2020-02-21 09:02:06 -05:00
PikalaxALT abc39d86f3 Decomp all trainer see funcs 2020-02-20 14:03:29 -05:00
PikalaxALT 401276242a through sub_811BDA8 2020-01-22 13:39:36 -05:00
garak cdd882f3cc disassemble movement type arrays 2019-12-17 15:05:23 -05:00