Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-28 | Match sub_806CF04 | PikalaxALT | |
2020-07-20 | Merge pull request #780 from GriffinRichards/sync-scripts | GriffinR | |
Sync some scripts with pokeemerald | |||
2020-04-28 | More trainer type usage | GriffinR | |
2020-04-27 | Sync trainer_battle.inc | GriffinR | |
2020-02-12 | Fix event object include guards and constant filenames | GriffinR | |
2020-02-12 | Standardize Event Object to Object Event | GriffinR | |
2018-10-20 | Continue synchronising | Slawter666 | |
2018-07-10 | Move movement constants into include/constants/event_object_movement_constants.h | Marcus Huderle | |
2018-06-15 | Update some event_object_movement things to sync with emerald | Marcus Huderle | |
2018-06-07 | Label all metatile behaviors and functions | Marcus Huderle | |
2018-05-29 | Unify 'map object' and 'field object' terms into 'event object' | Marcus Huderle | |
2018-05-29 | More event object movement cleanup | Marcus Huderle | |
2018-05-29 | Properly label object movement anim nums | Marcus Huderle | |
2018-05-29 | Finish labeling all movement actions | Marcus Huderle | |
2018-05-29 | Start labeling movement actions | Marcus Huderle | |
2018-05-29 | Define movement type constants | Marcus Huderle | |
2018-05-29 | Label all movement type functions and their callbacks | Marcus Huderle | |
2018-05-29 | Rename regularAnim and specialAnim to singleMovement and heldMovement | Marcus Huderle | |
2018-05-23 | Label all of MapObject struct members, and ground effect flags | Marcus Huderle | |
2018-04-10 | Document/cleanup fldeff_secretpower.c | Marcus Huderle | |
2018-02-18 | remove subdirectories | camthesaxman | |
2017-08-12 | split out src/ directory into categorized subdirectories. | ProjectRevoTPP | |
2017-07-20 | map out ram variables | drifloony | |
2017-06-16 | Merge remote-tracking branch 'marijn/clean/headers' | yenatch | |
2017-05-26 | Make C and ASM files non-executable | PikalaxALT | |
2017-05-26 | Add headers | Marijn van der Werf | |
2017-05-25 | Another set of fns | PikalaxALT | |
2017-04-27 | Sort includes | Marijn van der Werf | |
2017-03-18 | reorganize and add new headers for many files | ProjectRevoTPP | |
2017-01-21 | formatting | YamaArashi | |
2017-01-17 | Remove trailing whitespace | Marijn van der Werf | |
2017-01-17 | Sort includes | Marijn van der Werf | |
2017-01-05 | split data | YamaArashi | |
2016-12-29 | use BUGFIX ifdefs | YamaArashi | |
2016-12-04 | Fix warnings in trainer_see.c | Marijn 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-30 | Declare 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-19 | make ROM match again with a lazy temporary fix | ProjectRevoTPP | |
2016-11-18 | decompile 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 |