summaryrefslogtreecommitdiff
path: root/src/data
AgeCommit message (Collapse)Author
2022-02-28Add usage of ANIM_GET_ON_OFF_POKEMON_WEST, unused commentsGriffinR
2022-02-28Document/sync object event animsGriffinR
2022-02-28Rename movement action 0x9Fcbt6
2022-02-10Rename some movement actions and functionscbt6
2022-01-10Sync/update trainer classesGriffinR
2021-05-08Port pal tag names from EmeraldPikalaxALT
2021-05-08Match pal tag names with their valuesPikalaxALT
2021-05-08Rename palette tags and filesPikalaxALT
2021-05-08Name used object event palette tagsPikalaxALT
2021-05-04Name gObjectEventPal_xxx objectsPikalaxALT
2021-05-03Move field effect graphics resources, 2PikalaxALT
2021-05-03Move event gfx resources, 1PikalaxALT
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-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