Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-13 | Merge pull request #427 from GriffinRichards/name-mapgroups | PikalaxALT | |
Name map groups | |||
2021-05-13 | Name unused house maps/map groups | GriffinR | |
2021-05-08 | Rename NUM_FIELD_MAP_OBJECT_TEMPLATES --> MOVEMENT_TYPES_COUNT | PikalaxALT | |
2021-05-08 | Merge remote-tracking branch 'origin/master' into doc_field_effect_templates | PikalaxALT | |
2021-05-03 | Sync field_effect_objects.h from Emerald | PikalaxALT | |
2021-05-03 | Sync field_effect_object_template_pointers.h with Emerald | PikalaxALT | |
2021-05-03 | Refactor some field effect graphics | PikalaxALT | |
2021-04-28 | Improve documentation of trainer tower sets | PikalaxALT | |
2021-04-28 | Trainer tower sets to C | PikalaxALT | |
2021-04-28 | Name map groups | GriffinR | |
2021-04-17 | Replace rival labels | SatoMew | |
2021-04-10 | Fix Record Corner labels | SatoMew | |
2021-03-31 | Merge branch 'master' of github.com:pret/pokefirered into fix_mvmt_types | PikalaxALT | |
2021-03-30 | Fix movement types; fix some math ops | PikalaxALT | |
2021-03-30 | Document bike.c and fix weird goto | PikalaxALT | |
2021-03-21 | Style fixes; attempt to match help_system NONMATCHING | PikalaxALT | |
2021-03-20 | Document remaining routines in field_specials | PikalaxALT | |
2021-03-19 | Some more quest log and field player avater documentation | PikalaxALT | |
2021-03-18 | Document ShouldIgnoreDeoxysForm | PikalaxALT | |
2021-03-18 | Document and refactor AdjustFriendship | PikalaxALT | |
2021-03-18 | Sync EVO_MODE consts from emerald | PikalaxALT | |
2021-03-16 | Document item use functions in pokemon.c | PikalaxALT | |
2021-02-16 | Mirror pokeemerald PR#1329 & PR#1335 to pokefirered | Deokishisu | |
The `giftRibbons` field in `SaveBlock1` has been split out into proper subfields. The new ExternalEvent structs deal with interconnectivity between external games/peripherals and FRLG. 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. The previous `fatefulEncounter` field was actually filler, and relabeled as such, while the `obedient` bit was renamed `eventLegal`. All relevant constants and functions dealing with the Pokémon data structure were renamed with these changes in mind. I still maintain that `eventLegal` is a misnomer and it should be called `fatefulEncounter` in all three repos. | |||
2021-02-14 | Rename "Hidden" Movement Type to "Buried" | Deokishisu | |
This commit mirrors the change to pokeemerald that renames `MOVEMENT_TYPE_HIDDEN` to `MOVEMENT_TYPE_BURIED` to avoid confusion between it and `MOVEMENT_TYPE_INVISIBLE`. As the files and function labels are not synced between the two repos, only the necessary changes were made based on what pokefirered calls its functions. More syncing of labels with pokeemerald will need to be done in the future. | |||
2021-02-10 | Use more LOCALID constants | GriffinR | |
2021-02-05 | Fix "Compatibility" Misspelling | Deokishisu | |
Someone misspelled "compatibility" as "compatability" in pokeemerald and the error was brought over to pokefirered. | |||
2021-01-29 | Use trainer constants in flags, automatically update flags/vars count | GriffinR | |
2021-01-19 | Sync mapjson with pokeemerald | GriffinR | |
2020-08-29 | Give songs meaningful english names | GriffinR | |
2020-06-23 | pokemon_summary_screen.c, part 4. | luckytyphlosion | |
2020-04-10 | Address review comments | PikalaxALT | |
2020-04-06 | Merge branch 'master' of github.com:pret/pokefirered into various_documentation | PikalaxALT | |
2020-04-06 | Merge branch 'master' into doc-rm | GriffinR | |
2020-04-05 | More quest log documentation amid other stuff | PikalaxALT | |
2020-04-01 | Start documenting region map | GriffinR | |
2020-03-29 | Document map_name_popup task fields | PikalaxALT | |
2020-03-28 | Merge branch 'master' of github.com:pret/pokefirered into overworld | PikalaxALT | |
2020-03-28 | through ChooseAmbientCrySpecies | PikalaxALT | |
2020-03-27 | through sub_8055B38 | PikalaxALT | |
2020-03-27 | Use trainer type constants | GriffinR | |
2020-03-26 | through Overworld_ResetStateAfterFly | PikalaxALT | |
2020-03-26 | Merge branch 'master' of github.com:pret/pokefirered into field_player_avatar | PikalaxALT | |
2020-03-26 | Label object event graphics | GriffinR | |
2020-03-25 | through sub_805D1A8 | PikalaxALT | |
2020-03-25 | Move object event graphics info pointers to src | GriffinR | |
2020-03-24 | through PlayerSetAnimId; some quest log doc | PikalaxALT | |
2020-03-23 | through PlayerGetCopyableMovement | PikalaxALT | |
2020-03-23 | Move evobjmv data up to movement type func tables to src | GriffinR | |
2020-03-23 | through CheckForObjectEventCollision | PikalaxALT | |
2020-03-22 | Merge pull request #309 from PikalaxALT/pokemon_special_anim | PikalaxALT | |
Pokemon special anim |