summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2022-02-11Add missing trainer type constant usageGriffinR
2022-02-10Rename some movement actions and functionscbt6
2022-01-21Merge pull request #481 from GriffinRichards/sync-classesGriffinR
Sync/update trainer classes
2022-01-15Remove berry fixGriffinR
2022-01-10Remove old asm constantsGriffinR
2022-01-10Sync/update trainer classesGriffinR
2021-10-27Multiple renamings; Removed some orphaned functionslioniac
2021-10-01Fix Magic Numbers in battle_anim_scripts.sDeokishisu
This file should still be synced properly with pokeemerald in the future, but for now the magic numbers for the sound constants have been fixed.
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-07-03Merge pull request #442 from GriffinRichards/fix-offsetsGriffinR
Remove hardcoded offsets in battle scripts
2021-06-26Informative note about PewterCity_Gym_Text_BrockDefeatLOuroboros
2021-06-21Remove hardcoded offsets in battle scriptsGriffinR
2021-06-03Reorganize tileset graphics filesPikalaxALT
2021-05-13Merge remote-tracking branch 'origin/master' into sync_bery_crushPikalaxALT
2021-05-13Merge pull request #427 from GriffinRichards/name-mapgroupsPikalaxALT
Name map groups
2021-05-13Name unused house maps/map groupsGriffinR
2021-05-11Merge remote-tracking branch 'origin/master' into sync_bery_crushPikalaxALT
2021-05-08Merge remote-tracking branch 'origin/master' into doc_field_effect_templatesPikalaxALT
2021-05-08Finish porting data_8479668.s to CPikalaxALT
2021-05-05Sync berry crush from EmeraldPikalaxALT
2021-05-03Sync field_effect_objects.h from EmeraldPikalaxALT
2021-04-28Trainer tower sets to CPikalaxALT
2021-04-28Name map groupsGriffinR
2021-04-17Replace rival labelsSatoMew
2021-04-10Fix Record Corner labelsSatoMew
2021-04-09standardize "grey" to "gray"Kurausukun
2021-04-09fix text color namesKurausukun
2021-03-30Fix movement types; fix some math opsPikalaxALT
2021-03-20Document symbols reffed in field_control_avatarPikalaxALT
2021-03-14Name symbols in battle_anim_special.cPikalaxALT
2021-03-10Fix Typos / Use Box ConstantsDeokishisu
The Celadon City scripts that give Eevee misspelled it as Eeevee. Fixed. The comment explaining `boxRSEggsUnlocked` in the `ExternalEventFlags` struct had an incorrect deposit requirement listed and was fixed. Also, replaced the literals with the `TOTAL_BOXES_COUNT` and `IN_BOX_COUNT` constants in `pokemon.c`'s `IsPokemonStorageFull` function. Thanks hjk321 for pointing that out.
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-10Use more LOCALID constantsGriffinR
2021-02-03Fix TM34 Transposition TypoDeokishisu
The script labels for being given TM34 from Lt. Surge are mistakenly typoed as TM43. This commit fixes this error.
2020-11-11Move pokedex_screen data from asm to CGriffinR
2020-11-11Give meaningfull names to globals in pokedex_screen.sAshley Coleman
2020-08-31Fix Fuchsica typoGriffinR
2020-08-29Give songs meaningful english namesGriffinR
2020-07-04Port over PSS data to src.luckytyphlosion
2020-06-25pokemon_summary_screen.c, part 6.luckytyphlosion
2020-05-27Merge pull request #337 from GriffinRichards/fix-scriptlabelPikalaxALT
Fix mislabeled starter script
2020-05-04Fix corresponding mislabeled rival scriptGriffinR
2020-05-04Fix mislabeled starter scriptGriffinR
2020-04-23battle anim documentationEvan
2020-04-22Port emerald water functions into fireredfieldy101
2020-04-10Merge branch 'master' of github.com:pret/pokefirered into modern_gccPikalaxALT
2020-04-07Merge branch 'master' of github.com:pret/pokefirered into modern_gccPikalaxALT
2020-04-07Merge branch 'master' of github.com:pret/pokefirered into various_documentationPikalaxALT
2020-04-06Split quest_log.cPikalaxALT
2020-04-06Move gfx out of dataGriffinR