Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-11 | Add missing trainer type constant usage | GriffinR | |
2022-02-10 | Rename some movement actions and functions | cbt6 | |
2021-06-26 | Informative note about PewterCity_Gym_Text_BrockDefeat | LOuroboros | |
2021-05-13 | Name unused house maps/map groups | GriffinR | |
2021-04-28 | Name map groups | GriffinR | |
2021-04-17 | Replace rival labels | SatoMew | |
2021-04-10 | Fix Record Corner labels | SatoMew | |
2021-03-30 | Fix movement types; fix some math ops | 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-08-31 | Fix Fuchsica typo | GriffinR | |
2020-08-29 | Give songs meaningful english names | GriffinR | |
2020-05-04 | Fix corresponding mislabeled rival script | GriffinR | |
2020-05-04 | Fix mislabeled starter script | GriffinR | |
2020-04-06 | Split quest_log.c | PikalaxALT | |
2020-03-31 | Name all specials | 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 | through ChooseAmbientCrySpecies | PikalaxALT | |
2020-03-27 | Use trainer type constants | GriffinR | |
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-23 | through PlayerGetCopyableMovement | PikalaxALT | |
2020-03-23 | through CheckForObjectEventCollision | PikalaxALT | |
2020-03-19 | Some documentation of field_control_avatar and related routines | PikalaxALT | |
2020-03-17 | through GetInteractedObjectEventScript | PikalaxALT | |
2020-03-13 | var_value to string | GriffinR | |
2020-03-11 | trainer_type and trainer_sight_or_berry_tree_id to string | GriffinR | |
2020-03-05 | Merge pull request #285 from GriffinRichards/doc-scriptclean | PikalaxALT | |
Clean up script documentation | |||
2020-03-04 | Add enums for help system text, label help context | GriffinR | |
2020-03-04 | Combine special prefixes, drop more | GriffinR | |
2020-03-03 | Add missing movement type constant use | GriffinR | |
2020-03-03 | Add more metatile labels | GriffinR | |
2020-03-03 | Label remaining JP script text | GriffinR | |
2020-03-03 | Sync some specials/drop unnecessary prefixes | GriffinR | |
2020-03-03 | Sync event ticket flag names | GriffinR | |
2020-03-02 | Remove interactwith from field move scripts | GriffinR | |
2020-03-02 | Add missing script labels | GriffinR | |
2020-03-02 | Fix special var names | GriffinR | |
2020-03-02 | Label sign bg events | GriffinR | |
2020-03-02 | Merge pull request #278 from GriffinRichards/doc-miscscript | PikalaxALT | |
Split/label some common event scripts | |||
2020-03-02 | Merge branch 'master' into doc-sixisland | GriffinR | |
2020-03-02 | Merge pull request #275 from GriffinRichards/doc-fiveisland | PikalaxALT | |
Document Five Island scripts | |||
2020-03-02 | Merge pull request #274 from GriffinRichards/doc-fourisland | PikalaxALT | |
Document Four Island scripts, trainer_card.inc, sync trainer_card.c | |||
2020-03-02 | Resolve some JP text | GriffinR | |
2020-03-02 | Split/label some common event scripts | GriffinR | |
2020-02-28 | Document missed Vermilion house script | GriffinR | |
2020-02-28 | Document Seven Island scripts | GriffinR | |