summaryrefslogtreecommitdiff
path: root/src/data
AgeCommit message (Collapse)Author
2021-04-23Merge pull request #406 from hjk321/index-graphicsGriffinR
Document, Index, and Prettify Graphics, Part 1 (A-H)
2021-04-14Fix empty trainer party initializerGriffinR
2021-04-09standardize "grey" to "gray"Kurausukun
2021-03-30Merge battle graphics into battle_terrain and remove un-included fileshjk321
The previous battle folder contained the used (and until recently undocumented) battle terrain graphics, while everything in the previous battle_terrain folder contained unused data (which is now at battle_terrain/unused, minus the files that never get included in the rom).
2021-03-30Fix movement types; fix some math opsPikalaxALT
2021-03-19Some more quest log and field player avater documentationPikalaxALT
2021-03-15Document old man batttle controllerPikalaxALT
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-12Fix warning about gMonPaletteTable sectionGriffinR
2021-01-29Use trainer constants in flags, automatically update flags/vars countGriffinR
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-12Rename unknown trainer party variablesAshley Coleman
2020-11-11Move pokedex_screen data from asm to CGriffinR
2020-09-06Add "MAP_" prefix missing from 76e126a35b00ecf87038c37de1899cd923617e45BigBahss
2020-09-06Add "MAP_" prefix to LeafGreen "map" fieldsBigBahss
2020-07-04Port over PSS data to src.luckytyphlosion
2020-04-04Merge pull request #319 from garakmon/encounterinjafixPikalaxALT
Fix encounter groups with neither a FireRed nor LeafGreen label
2020-04-03Merge pull request #316 from PikalaxALT/various_documentationPikalaxALT
Various documentation
2020-04-03fix encounter groups with neither a FireRed or LeafGreen labelgarakmon
2020-03-29Reorient object event sprites to horizontalGriffinR
2020-03-29Decoration data to CPikalaxALT
2020-03-27Label oam tablesGriffinR
2020-03-26Merge branch 'master' of github.com:pret/pokefirered into field_player_avatarPikalaxALT
2020-03-26Use directional movement action constantsGriffinR
2020-03-26Label object event graphicsGriffinR
2020-03-25Review static evobjmv dataGriffinR
2020-03-25Move object event graphics to srcGriffinR
2020-03-25Move object event graphics info pointers to srcGriffinR
2020-03-24Move field effect object template pointers to srcGriffinR
2020-03-24Move object event pic tables to srcGriffinR
2020-03-24Move object event anims to srcGriffinR
2020-03-24Move base oam to srcGriffinR
2020-03-24Move object event subsprites to srcGriffinR
2020-03-24Move object event graphics info to srcGriffinR
2020-03-24Move field effect objects to srcGriffinR
2020-03-23Move movement type func tables to srcGriffinR
2020-03-23Move movement action func tables to srcGriffinR
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-05Merge branch 'master' of github.com:pret/pokefirered into dodrio_berry_pickingPikalaxALT
2020-03-05Move strings.s to srcGriffinR
2020-03-04through sub_8154A2C; reorganize dbp files a bitPikalaxALT
2020-03-02Merge pull request #279 from PikalaxALT/field_effectPikalaxALT
Field effect
2020-02-27Sync trainer_card.cGriffinR
2020-02-27through MultiplyPaletteRGBComponentsPikalaxALT
2020-02-23Name battle terrains; address review commentsPikalaxALT
2020-02-22Move graphics through mail to srcGriffinR
2020-02-22Move item icons/pals to srcGriffinR