summaryrefslogtreecommitdiff
path: root/include/constants
AgeCommit message (Collapse)Author
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
2020-03-26through Overworld_ResetStateAfterFlyPikalaxALT
2020-03-26Merge branch 'master' of github.com:pret/pokefirered into field_player_avatarPikalaxALT
2020-03-26Label object event graphicsGriffinR
2020-03-25through sub_805D1A8PikalaxALT
2020-03-25Move object event graphics info pointers to srcGriffinR
2020-03-24through PlayerSetAnimId; some quest log docPikalaxALT
2020-03-23through PlayerGetCopyableMovementPikalaxALT
2020-03-23Move evobjmv data up to movement type func tables to srcGriffinR
2020-03-23through CheckForObjectEventCollisionPikalaxALT
2020-03-22Merge pull request #309 from PikalaxALT/pokemon_special_animPikalaxALT
Pokemon special anim
2020-03-21through sub_811D5C0PikalaxALT
2020-03-19Move heal location dataGriffinR
2020-03-19Some documentation of field_control_avatar and related routinesPikalaxALT
2020-03-17through CheckStandardWildEncounterPikalaxALT
2020-03-17through GetInteractedObjectEventScriptPikalaxALT
2020-03-16field_weather_utilPikalaxALT
2020-03-16Merge branch 'master' of github.com:pret/pokefirered into pokemon_storage_systemPikalaxALT
2020-03-15Document some metatile behaviors and address review comments.ultima-soul
2020-03-13through sub_8090FC4PikalaxALT
2020-03-13Merge branch 'master' into event_object_movementultima-soul
2020-03-12Decompile/port event_object_movementultima-soul
2020-03-11Port pokemon_storage_2 from emeraldPikalaxALT
2020-03-11region_map.h to region_map_sections.hGriffinR
2020-03-06through sub_80FFF80PikalaxALT
2020-03-05Combine animated door framesGriffinR
2020-03-05Label field door metatilesGriffinR
2020-03-05Merge pull request #285 from GriffinRichards/doc-scriptcleanPikalaxALT
Clean up script documentation
2020-03-05Use explicit initializers for help textGriffinR
2020-03-04Add enums for help system text, label help contextGriffinR
2020-03-03Add more metatile labelsGriffinR
2020-03-03Sync event ticket flag namesGriffinR
2020-03-02Fix special var namesGriffinR