Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-24 | Document pokedex.c, 1 | PikalaxALT | |
2021-06-23 | Sync more function names from Emerald | PikalaxALT | |
2021-06-17 | Replace simple ewram access with battle struct, 2 | PikalaxALT | |
2021-06-17 | document ewram macros in BattleStartClearSetData | PikalaxALT | |
2021-02-16 | Mirror pokeemerald PR#1329 & PR#1335 to pokeruby | Deokishisu | |
The `externalReservedData` field has been split up into `externalEventData` and `externalEventFlags`, which have their own structs. The new structs deal with interconnectivity between external games/peripherals and RS. US & JP Colosseum Bonus Discs', Colosseum and XD's, Pokémon Channel's, and PokémonBox: Ruby & Sapphire's interactions with these fields has been documented. The `giftRibbon#` fields in `PokemonSubstruct3` have also been renamed to their appropriate ribbons, and commented with distribution info if applicable. All relevant constants and functions dealing with the Pokémon data structure were renamed with these changes in mind. | |||
2020-04-27 | Sync trainer_battle.inc | GriffinR | |
2019-07-29 | resolve some Emerald differences | camthesaxman | |
2018-07-03 | label pp up masks | yenatch | |
2018-04-06 | Finish decompiling battle_9 | Marcus Huderle | |
2018-04-06 | Decompile a bunch of battle_9 | Marcus Huderle | |
2018-04-06 | Start decompiling battle_9 | Marcus Huderle | |
2018-04-04 | Merge remote-tracking branch 'upstream/master' into battle-1 | 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-27 | Merge branch 'master' into pokemon_data | scnorton | |
2017-06-19 | Battle labels named (#333) | DizzyEggg | |
* Changed battle labels | |||
2017-06-16 | Decompile remaining Pokemon data into c objects | scnorton | |
2017-05-26 | Sort includes | Marijn van der Werf | |
2017-05-26 | Add headers | Marijn van der Werf | |
2017-05-23 | Merge pull request #303 from marijnvdwerf/clean/includes | yenatch | |
Clean/includes | |||
2017-05-22 | Add data2 header | Marijn van der Werf | |
2017-05-22 | Add strings2.h | Marijn van der Werf | |
2017-05-22 | Decrease indentation level of switches | Marijn van der Werf | |
2017-05-08 | decompile some of mail_data.s | YamaArashi | |
2017-05-07 | decompile more pokemon functions | YamaArashi | |
2017-02-04 | decompile more of field_map_obj (#231) | Cameron Hall | |
* decompile more code * decompile more of field_map_obj * decompile more of field_map_obj | |||
2017-02-01 | label, document, reorganize, and clean up battle_ai.c (#228) | ProjectRevoTPP | |
label, document, reorganize, and clean up battle_ai.c | |||
2017-01-28 | tabs to spaces | YamaArashi | |
2017-01-27 | define more data in C (#219) | Cameron Hall | |
* define some graphics data in C * define wild pokemon in C * use less #ifdefs * define data in berry.c | |||
2017-01-21 | formatting | YamaArashi | |
2017-01-17 | Sort includes | Marijn van der Werf | |
2017-01-08 | enum the species constants | yenatch | |
2017-01-02 | gBattleTypeFlags | YamaArashi | |
2017-01-02 | event_data.c | YamaArashi | |
2016-12-31 | use more constants in CalculateBaseDamage | YamaArashi | |
2016-12-29 | fix typo | YamaArashi | |
2016-12-29 | add conditional bugfix for setting mon IVs | YamaArashi | |
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-04 | add flag.h and var.h | YamaArashi | |
2016-10-23 | enigma berry structs | YamaArashi | |
2016-10-18 | trainer battle specifications | YamaArashi | |
2016-09-27 | decompile 2 pokemon functions | YamaArashi | |
2016-09-18 | expand WRAM sections and add some variables | YamaArashi | |
2016-09-12 | decompile pokemon functions | YamaArashi | |
2016-09-12 | fix do-while formatting | YamaArashi | |
2016-09-12 | decompile more pokemon functions | YamaArashi | |
2016-09-10 | make aif2pcm compatible with VS2015 | YamaArashi | |
2016-09-10 | decompile functions for setting pokemon data | YamaArashi | |