Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-05 | Sync berry crush from Emerald | PikalaxALT | |
2021-04-17 | Replace rival labels | SatoMew | |
2021-04-10 | Fix Record Corner labels | SatoMew | |
2021-04-09 | standardize "grey" to "gray" | Kurausukun | |
2021-04-09 | fix text color names | Kurausukun | |
2021-03-30 | Fix movement types; fix some math ops | PikalaxALT | |
2021-03-20 | Document symbols reffed in field_control_avatar | PikalaxALT | |
2021-03-14 | Name symbols in battle_anim_special.c | PikalaxALT | |
2021-03-10 | Fix Typos / Use Box Constants | Deokishisu | |
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-16 | Mirror pokeemerald PR#1329 & PR#1335 to pokefirered | Deokishisu | |
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-10 | Use more LOCALID constants | GriffinR | |
2021-02-03 | Fix TM34 Transposition Typo | Deokishisu | |
The script labels for being given TM34 from Lt. Surge are mistakenly typoed as TM43. This commit fixes this error. | |||
2020-11-11 | Move pokedex_screen data from asm to C | GriffinR | |
2020-11-11 | Give meaningfull names to globals in pokedex_screen.s | Ashley Coleman | |
2020-08-31 | Fix Fuchsica typo | GriffinR | |
2020-08-29 | Give songs meaningful english names | GriffinR | |
2020-07-04 | Port over PSS data to src. | luckytyphlosion | |
2020-06-25 | pokemon_summary_screen.c, part 6. | luckytyphlosion | |
2020-05-27 | Merge pull request #337 from GriffinRichards/fix-scriptlabel | PikalaxALT | |
Fix mislabeled starter script | |||
2020-05-04 | Fix corresponding mislabeled rival script | GriffinR | |
2020-05-04 | Fix mislabeled starter script | GriffinR | |
2020-04-23 | battle anim documentation | Evan | |
2020-04-22 | Port emerald water functions into firered | fieldy101 | |
2020-04-10 | Merge branch 'master' of github.com:pret/pokefirered into modern_gcc | PikalaxALT | |
2020-04-07 | Merge branch 'master' of github.com:pret/pokefirered into modern_gcc | PikalaxALT | |
2020-04-07 | Merge branch 'master' of github.com:pret/pokefirered into various_documentation | PikalaxALT | |
2020-04-06 | Split quest_log.c | PikalaxALT | |
2020-04-06 | Move gfx out of data | GriffinR | |
2020-04-05 | More quest log documentation amid other stuff | PikalaxALT | |
2020-04-04 | Fix alignment-related crashes | PikalaxALT | |
2020-03-31 | Name all specials | PikalaxALT | |
2020-03-31 | Some more docs in battle anims | PikalaxALT | |
2020-03-30 | Partial doc of battle anim utility funcs | PikalaxALT | |
2020-03-29 | Decoration data to C | PikalaxALT | |
2020-03-28 | Finish overworld.c | PikalaxALT | |
2020-03-28 | Merge branch 'master' of github.com:pret/pokefirered into overworld | PikalaxALT | |
2020-03-28 | Merge pull request #314 from jiangzhengwenjz/bike | PikalaxALT | |
bike | |||
2020-03-28 | through InitCurrentFlashLevelScanlineEffect | PikalaxALT | |
2020-03-28 | Merge branch 'master' of github.com:pret/pokefirered into overworld | PikalaxALT | |
2020-03-28 | through sub_805644C | PikalaxALT | |
2020-03-28 | through ChooseAmbientCrySpecies | PikalaxALT | |
2020-03-28 | bike | jiangzhengwenjz | |
2020-03-27 | Use trainer type constants | GriffinR | |
2020-03-26 | through LoadSaveblockMapHeader | PikalaxALT | |
2020-03-26 | through Overworld_ResetStateAfterFly | PikalaxALT | |
2020-03-26 | Merge branch 'master' of github.com:pret/pokefirered into field_player_avatar | PikalaxALT | |
2020-03-26 | Label object event graphics | GriffinR | |
2020-03-25 | finish field_player_avatar | PikalaxALT | |
2020-03-25 | through AlignFishingAnimationFrames | PikalaxALT | |
2020-03-25 | through sub_805D1A8 | PikalaxALT | |