summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
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
2020-04-05More quest log documentation amid other stuffPikalaxALT
2020-04-04Fix alignment-related crashesPikalaxALT
2020-03-31Name all specialsPikalaxALT
2020-03-31Some more docs in battle animsPikalaxALT
2020-03-30Partial doc of battle anim utility funcsPikalaxALT
2020-03-29Decoration data to CPikalaxALT
2020-03-28Finish overworld.cPikalaxALT
2020-03-28Merge branch 'master' of github.com:pret/pokefirered into overworldPikalaxALT
2020-03-28Merge pull request #314 from jiangzhengwenjz/bikePikalaxALT
bike
2020-03-28through InitCurrentFlashLevelScanlineEffectPikalaxALT
2020-03-28Merge branch 'master' of github.com:pret/pokefirered into overworldPikalaxALT
2020-03-28through sub_805644CPikalaxALT
2020-03-28through ChooseAmbientCrySpeciesPikalaxALT
2020-03-28bikejiangzhengwenjz
2020-03-27Use trainer type constantsGriffinR
2020-03-26through LoadSaveblockMapHeaderPikalaxALT
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-25finish field_player_avatarPikalaxALT
2020-03-25through AlignFishingAnimationFramesPikalaxALT
2020-03-25through sub_805D1A8PikalaxALT
2020-03-25Move remaining event_object_movement data to srcGriffinR
2020-03-25Move object event graphics to srcGriffinR
2020-03-25Move data up to object event graphics to srcGriffinR
2020-03-25Move object event graphics info pointers to srcGriffinR
2020-03-24through InitPlayerAvatarPikalaxALT
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