summaryrefslogtreecommitdiff
path: root/include/constants
AgeCommit message (Collapse)Author
2022-03-02Sync pokemon jump documentationGriffinR
2022-02-28Document/sync object event animsGriffinR
2022-02-28Rename movement action 0x9Fcbt6
2022-02-11Sync roamerGriffinR
2022-02-10Fix formatting and stylecbt6
2022-02-10Rename some movement actions and functionscbt6
2022-01-10Sync/update trainer classesGriffinR
2021-11-19Sync globalGriffinR
2021-10-27Multiple renamings; Removed some orphaned functionslioniac
2021-08-11Rename and document HITMARKER_x100000Squeetz
This marker makes the target unable to Counter or Mirror Coat the damage back to an attacker, however the game does not have a scenario where this is applicable since all its uses are in end-turn events. It's used for all passive damage, where the damage dealt isn't coming from an attacker. Alternate name: HITMARKER_NO_ATTACKER
2021-05-13Merge pull request #427 from GriffinRichards/name-mapgroupsPikalaxALT
Name map groups
2021-05-13Name unused house maps/map groupsGriffinR
2021-05-08Rename NUM_FIELD_MAP_OBJECT_TEMPLATES --> MOVEMENT_TYPES_COUNTPikalaxALT
2021-05-08Merge remote-tracking branch 'origin/master' into doc_field_effect_templatesPikalaxALT
2021-05-03Sync field_effect_objects.h from EmeraldPikalaxALT
2021-05-03Sync field_effect_object_template_pointers.h with EmeraldPikalaxALT
2021-05-03Refactor some field effect graphicsPikalaxALT
2021-04-28Improve documentation of trainer tower setsPikalaxALT
2021-04-28Trainer tower sets to CPikalaxALT
2021-04-28Name map groupsGriffinR
2021-04-17Replace rival labelsSatoMew
2021-04-10Fix Record Corner labelsSatoMew
2021-03-31Merge branch 'master' of github.com:pret/pokefirered into fix_mvmt_typesPikalaxALT
2021-03-30Fix movement types; fix some math opsPikalaxALT
2021-03-30Document bike.c and fix weird gotoPikalaxALT
2021-03-21Style fixes; attempt to match help_system NONMATCHINGPikalaxALT
2021-03-20Document remaining routines in field_specialsPikalaxALT
2021-03-19Some more quest log and field player avater documentationPikalaxALT
2021-03-18Document ShouldIgnoreDeoxysFormPikalaxALT
2021-03-18Document and refactor AdjustFriendshipPikalaxALT
2021-03-18Sync EVO_MODE consts from emeraldPikalaxALT
2021-03-16Document item use functions in pokemon.cPikalaxALT
2021-02-16Mirror pokeemerald PR#1329 & PR#1335 to pokefireredDeokishisu
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-14Rename "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-10Use more LOCALID constantsGriffinR
2021-02-05Fix "Compatibility" MisspellingDeokishisu
Someone misspelled "compatibility" as "compatability" in pokeemerald and the error was brought over to pokefirered.
2021-01-29Use trainer constants in flags, automatically update flags/vars countGriffinR
2021-01-19Sync mapjson with pokeemeraldGriffinR
2020-08-29Give songs meaningful english namesGriffinR
2020-06-23pokemon_summary_screen.c, part 4.luckytyphlosion
2020-04-10Address review commentsPikalaxALT
2020-04-06Merge branch 'master' of github.com:pret/pokefirered into various_documentationPikalaxALT
2020-04-06Merge branch 'master' into doc-rmGriffinR
2020-04-05More quest log documentation amid other stuffPikalaxALT
2020-04-01Start documenting region mapGriffinR
2020-03-29Document map_name_popup task fieldsPikalaxALT
2020-03-28Merge branch 'master' of github.com:pret/pokefirered into overworldPikalaxALT
2020-03-28through ChooseAmbientCrySpeciesPikalaxALT
2020-03-27through sub_8055B38PikalaxALT
2020-03-27Use trainer type constantsGriffinR