Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2020-03-21 | through sub_811D5C0 | PikalaxALT | |
2020-03-19 | Move heal location data | GriffinR | |
2020-03-19 | Some documentation of field_control_avatar and related routines | PikalaxALT | |
2020-03-17 | through CheckStandardWildEncounter | PikalaxALT | |
2020-03-17 | through GetInteractedObjectEventScript | PikalaxALT | |
2020-03-16 | field_weather_util | PikalaxALT | |
2020-03-16 | Merge branch 'master' of github.com:pret/pokefirered into pokemon_storage_system | PikalaxALT | |
2020-03-15 | Document some metatile behaviors and address review comments. | ultima-soul | |
2020-03-13 | through sub_8090FC4 | PikalaxALT | |
2020-03-13 | Merge branch 'master' into event_object_movement | ultima-soul | |
2020-03-12 | Decompile/port event_object_movement | ultima-soul | |
2020-03-11 | Port pokemon_storage_2 from emerald | PikalaxALT | |