summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2021-02-22Fix storage magic numbershjk321
I could *kinda* understand missing SendMonToPc, but IN THE STRUCT ITSELF?!
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-14Merge pull request #388 from GriffinRichards/constants-localidsGriffinR
Use more LOCALID constants
2021-02-14Merge pull request #389 from Kurausukun/dexmatchingGriffinR
[LEAK-INFORMED] match the rest of pokedex_screen
2021-02-12Fix warning about gMonPaletteTable sectionGriffinR
2021-02-11words are hardKurausukun
2021-02-11fix whitespace, update dex category macroKurausukun
2021-02-11[LEAK-INFORMED] match the rest of pokedex_screenKurausukun
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-12-31Remove deadnaming, sync BgEventGriffinR
2020-11-27Merge pull request #371 from GriffinRichards/data-pokedexGriffinR
Move pokedex_screen data from asm to C
2020-11-26Rename farfetchd graphics to match defineAshley Coleman
2020-11-12Clean up pokedex screen textGriffinR
2020-11-11Move pokedex_screen data from asm to CGriffinR
2020-09-01Match Most of Remaining FunctionsPokeCodec
2020-08-29Give songs meaningful english namesGriffinR
2020-07-04Apply static modifier to static functions in PSS.luckytyphlosion
2020-07-04Port over PSS data to src.luckytyphlosion
2020-07-04Get rid of manual sym defines in sym_ewram.txt and ld_script_modern.txtluckytyphlosion
2020-07-04pokemon_summary_screen.c, part 12.luckytyphlosion
2020-07-03pokemon_summary_screen.c, part 10.luckytyphlosion
2020-07-03pokemon_summary_screen.c, part 9.luckytyphlosion
2020-07-02pokemon_summary_screen.c, part 8.luckytyphlosion
2020-07-02pokemon_summary_screen.c, part 7.luckytyphlosion
2020-06-25pokemon_summary_screen.c, part 6.luckytyphlosion
2020-06-24pokemon_summary_screen.c, part 5.luckytyphlosion
2020-06-23pokemon_summary_screen.c, part 4.luckytyphlosion
2020-06-23pokemon_summary_screen.c, part 3.luckytyphlosion
Also commit hgrep.sh for searching in non-c files.
2020-06-14pokemon_summary_screen.c, part 2.luckytyphlosion
Also fix prototype of MenuHelpers_CallLinkSomething.
2020-06-14Initial work on pokemon_summary_screen.cluckytyphlosion
2020-05-27Merge pull request #342 from GriffinRichards/sync-mapdatasizePikalaxALT
Add MAX_MAP_DATA_SIZE alias
2020-05-27Merge pull request #340 from GriffinRichards/doc-inconnectPikalaxALT
Label in_connection's field in ObjectEventTemplate
2020-05-17Add MAX_MAP_DATA_SIZE aliasGriffinR
2020-05-14Merge branch 'master' into doc-inconnectGriffinR
2020-05-14Label in_connection's field in ObjectEventTemplateGriffinR
2020-05-05alignment fixEvan
2020-05-05fix PLAYER_AVATAR_FLAG_WATERING defineEvan
2020-05-01document battle_message.cEvan
2020-04-27Merge pull request #333 from jiangzhengwenjz/librfuPikalaxALT
fix librfu issues
2020-04-27Merge pull request #334 from jiangzhengwenjz/nonmatchingPikalaxALT
fix remainSize field in librfu
2020-04-28fix remainSize typejiangzhengwenjz
2020-04-27librfu issuesjiangzhengwenjz
2020-04-23battle anim documentationEvan
2020-04-23Resolving PR reviewfieldy101
2020-04-22Port emerald water functions into fireredfieldy101
2020-04-22Label GCN link flags fieldGriffinR