summaryrefslogtreecommitdiff
path: root/src/trainer_see.c
AgeCommit message (Collapse)Author
2021-06-28Match sub_806CF04PikalaxALT
2020-07-20Merge pull request #780 from GriffinRichards/sync-scriptsGriffinR
Sync some scripts with pokeemerald
2020-04-28More trainer type usageGriffinR
2020-04-27Sync trainer_battle.incGriffinR
2020-02-12Fix event object include guards and constant filenamesGriffinR
2020-02-12Standardize Event Object to Object EventGriffinR
2018-10-20Continue synchronisingSlawter666
2018-07-10Move movement constants into include/constants/event_object_movement_constants.hMarcus Huderle
2018-06-15Update some event_object_movement things to sync with emeraldMarcus Huderle
2018-06-07Label all metatile behaviors and functionsMarcus Huderle
2018-05-29Unify 'map object' and 'field object' terms into 'event object'Marcus Huderle
2018-05-29More event object movement cleanupMarcus Huderle
2018-05-29Properly label object movement anim numsMarcus Huderle
2018-05-29Finish labeling all movement actionsMarcus Huderle
2018-05-29Start labeling movement actionsMarcus Huderle
2018-05-29Define movement type constantsMarcus Huderle
2018-05-29Label all movement type functions and their callbacksMarcus Huderle
2018-05-29Rename regularAnim and specialAnim to singleMovement and heldMovementMarcus Huderle
2018-05-23Label all of MapObject struct members, and ground effect flagsMarcus Huderle
2018-04-10Document/cleanup fldeff_secretpower.cMarcus Huderle
2018-02-18remove subdirectoriescamthesaxman
2017-08-12split out src/ directory into categorized subdirectories.ProjectRevoTPP
2017-07-20map out ram variablesdrifloony
2017-06-16Merge remote-tracking branch 'marijn/clean/headers'yenatch
2017-05-26Make C and ASM files non-executablePikalaxALT
2017-05-26Add headersMarijn van der Werf
2017-05-25Another set of fnsPikalaxALT
2017-04-27Sort includesMarijn van der Werf
2017-03-18reorganize and add new headers for many filesProjectRevoTPP
2017-01-21formattingYamaArashi
2017-01-17Remove trailing whitespaceMarijn van der Werf
2017-01-17Sort includesMarijn van der Werf
2017-01-05split dataYamaArashi
2016-12-29use BUGFIX ifdefsYamaArashi
2016-12-04Fix warnings in trainer_see.cMarijn van der Werf
2016-12-02[WIP] Extract all external function declarations to headers (#114)Marijn van der Werf
* Extract other external function declarations * Fix GBA compilation * Revert `sub_803C434` to asm
2016-11-30Declare more non-static functions in header files (#111)Marijn van der Werf
* Declare more non-static functions in header files * Use `(void)` for functions without arguments. * Move global-included data to seperate headers * Don't import types or global in header * Fix fieldmap imports * Revert in-code changes * Add missing newlines
2016-11-19make ROM match again with a lazy temporary fixProjectRevoTPP
2016-11-18decompile trainer_see.c (#102)ProjectRevoTPP
* begin decompiling trainer_see.c * ...actually add the c file you dummy * decompile more of trainer_see.c * finish decompiling trainer_see.c * formatting