summaryrefslogtreecommitdiff
path: root/src/trainer_see.c
AgeCommit message (Collapse)Author
2022-02-11Add missing trainer type constant usageGriffinR
2021-07-07Flatten pos fields in struct SpritePikalaxALT
2021-03-24Merge branch 'master' of github.com:pret/pokefirered into misc_docPikalaxALT
2021-03-20Update player avatar state enumsPikalaxALT
2021-03-18[LEAK-INFORMED] match InitObjectEventStateFromTemplateKurausukun
additionally, port range fixes from emerald as well as a couple other things
2021-02-14Rename "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-26Label object event graphicsGriffinR
2020-03-13Finish rest of event_object_movementultima-soul
2020-03-13Merge branch 'master' into event_object_movementultima-soul
2020-03-03Sync trainer_battle.incGriffinR
2020-02-23Sync object event gfx constantsGriffinR
2020-02-21Prelim names for mvmt actions; merge field_ground_effect into evobjmvPikalaxALT
2020-02-21Address review comments; name some methods in event_object_movementPikalaxALT
2020-02-20Finish trainer_seePikalaxALT
2020-02-20Decomp all trainer see funcsPikalaxALT
2020-02-19trainer_see through CheckPathBetweenTrainerAndPlayerPikalaxALT