Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-11 | Add missing trainer type constant usage | GriffinR | |
2021-07-07 | Flatten pos fields in struct Sprite | PikalaxALT | |
2021-03-24 | Merge branch 'master' of github.com:pret/pokefirered into misc_doc | PikalaxALT | |
2021-03-20 | Update player avatar state enums | PikalaxALT | |
2021-03-18 | [LEAK-INFORMED] match InitObjectEventStateFromTemplate | Kurausukun | |
additionally, port range fixes from emerald as well as a couple other things | |||
2021-02-14 | Rename "Hidden" Movement Type to "Buried" | Deokishisu | |
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. | |||
2020-03-26 | Label object event graphics | GriffinR | |
2020-03-13 | Finish rest of event_object_movement | ultima-soul | |
2020-03-13 | Merge branch 'master' into event_object_movement | ultima-soul | |
2020-03-03 | Sync trainer_battle.inc | GriffinR | |
2020-02-23 | Sync object event gfx constants | GriffinR | |
2020-02-21 | Prelim names for mvmt actions; merge field_ground_effect into evobjmv | PikalaxALT | |
2020-02-21 | Address review comments; name some methods in event_object_movement | PikalaxALT | |
2020-02-20 | Finish trainer_see | PikalaxALT | |
2020-02-20 | Decomp all trainer see funcs | PikalaxALT | |
2020-02-19 | trainer_see through CheckPathBetweenTrainerAndPlayer | PikalaxALT | |