summaryrefslogtreecommitdiff
path: root/src/trainer_see.c
AgeCommit message (Collapse)Author
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