Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-04-06 | Split quest_log.c | PikalaxALT | |
2020-03-31 | Name all specials | PikalaxALT | |
2020-03-03 | Sync some specials/drop unnecessary prefixes | GriffinR | |
2020-01-15 | Document some Quest Log | GriffinR | |
2020-01-10 | Sync Birth Island / Navel Rock scripts | GriffinR | |
2020-01-10 | Sync split scripts, more misc splits/doc | GriffinR | |
2020-01-10 | Sync event macros | GriffinR | |
2020-01-09 | Sync temp vars | GriffinR | |
2020-01-09 | Label used movement steps | GriffinR | |
2020-01-08 | Use special obj event ids | GriffinR | |
2020-01-08 | Use map_script constants, name unique map_script labels | GriffinR | |
2020-01-08 | Sync compare macros, some event_scripts.s doc, begin map_scripts constants | GriffinR | |
2019-10-24 | Rename specials according to Ruby | PikalaxALT | |
2019-10-24 | Finish field_specials | PikalaxALT | |
2019-10-21 | Document battle outcome checks in scripts | PikalaxALT | |
2019-10-21 | Documentation for start-of-credits script | PikalaxALT | |
2019-10-21 | Remaining story flags referenced in event scripts | PikalaxALT | |
2019-10-20 | Story flags through mystic ticket | PikalaxALT | |
2019-10-20 | use TRUE and FALSE for flag conditionals; more story flags | PikalaxALT | |
2019-10-20 | script switch/case; name script conditionals | PikalaxALT | |
2019-10-19 | Remaining NPC hide/show flags | PikalaxALT | |
2019-07-12 | document pokemon function symbols | jiangzhengwenjz | |
2019-05-16 | goto_if_eq and switch/case in scripts | PikalaxALT | |
2019-05-16 | Resolve most hardcoded values in map scripts | PikalaxALT | |
2019-05-14 | Replace some hardcoded flags/vars | PikalaxALT | |
2019-05-14 | Fix indentation in .inc files | PikalaxALT | |
2019-05-09 | dump event scripts | garak | |