summaryrefslogtreecommitdiff
path: root/src/trainer_see.c
AgeCommit message (Collapse)Author
2022-01-29Add missing collision constant usageGriffinR
2022-01-14Move more graphics out of miscGriffinR
2021-10-27Document field player functionscbt6
2021-09-14Add TAG_NONEGriffinR
2021-07-07Flatten pos fields in struct SpritePikalaxALT
2021-02-22Use the field effects palette tag constant for the heart iconSphericalIce
2021-02-14Rename 'hidden' Trainers/obj events to 'buried'SphericalIce
2021-01-26Document object lock and some trainer approachGriffinR
2020-12-10Merge remote-tracking branch 'upstream/master' into berry_crushKurausukun
2020-09-17field_player_avatar.c: Fix TryInterruptObjectEventSpecialAnim fakematch.Kaz
2020-09-13Undo PokeCodec's PRsaaaaaa123456789
This commit undoes most of PokeCodec's PRs after the debate in chat. Some harmless or completely superseded PRs have been left alone, as there is not much benefit in attempting to undo them. Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136, #1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179, #1180, #1181, #1182 and #1183.
2020-07-28Merge branch 'master' into doc-overworldGriffinR
2020-07-24Change signedness and add casts to avoid implicit conversion warningsPokeCodec
2020-06-29Continue documenting overworld/field effectsGriffinR
2020-04-28More trainer type usageGriffinR
2019-12-06Merge master into ObjEvent renameGriffinR
2019-12-06Use ST_OAM constants for OamData definitionsGriffinR
2019-11-21Fix event constant file namesGriffinR
2019-11-20Standardize EVENT_OBJECT to OBJECT_EVENTGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-11-01Document aqua/magma hideout scriptsGriffinR
2019-08-04Merge branch 'master' into pokenav_unk_2PikalaxALT
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-03-02Clean up the last extern functionsPhlosioneer
2019-01-29Document trainer approach funcs, and use movement type constants in scriptsMarcus Huderle
2019-01-13Document and clean up trainer hillDizzyEggg
2018-12-08Merge remote-tracking branch 'upstream/master'nullableVoidPtr
2018-12-07Document trainer battle scripts (#430)DizzyEggg
2018-12-06Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵nullableVoidPtr
spaces -> tabs
2018-12-02cleans up trainer battle scriptsMelody
* adds battle type macros * adds `trainerbattle_normal` macro * adds `trainerbattle_double` macro * adds rematch macros * adds no intro macro
2018-11-18Document Battle PyramidDizzyEggg
2018-11-13Move field effects enum to definesSlawter666
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-11Update event object struct membersMarcus Huderle
2018-06-11Rename field_map_obj to event_object_movementMarcus Huderle
2018-01-30rename headerProjectRevoTPP
2018-01-29start decompiling field_map_obj_helpersProjectRevoTPP
2017-12-19ram vars to C filesDizzyEggg
2017-12-19clean up trainer see fileDizzyEggg
2017-12-18decompile trainer seeDizzyEggg
2017-12-18start working on trainer seeDizzyEggg
2017-12-16battle setup review changesDizzyEggg
2017-12-01battle setup file is decompiledDizzyEggg