summaryrefslogtreecommitdiff
path: root/data/maps/NavelRock_Summit/scripts.inc
AgeCommit message (Collapse)Author
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
2020-04-06Split quest_log.cPikalaxALT
2020-03-31Name all specialsPikalaxALT
2020-03-03Sync some specials/drop unnecessary prefixesGriffinR
2020-01-15Document some Quest LogGriffinR
2020-01-10Sync Birth Island / Navel Rock scriptsGriffinR
2020-01-10Sync split scripts, more misc splits/docGriffinR
2020-01-10Sync event macrosGriffinR
2020-01-09Sync temp varsGriffinR
2020-01-09Label used movement stepsGriffinR
2020-01-08Use special obj event idsGriffinR
2020-01-08Use map_script constants, name unique map_script labelsGriffinR
2020-01-08Sync compare macros, some event_scripts.s doc, begin map_scripts constantsGriffinR
2019-10-24Rename specials according to RubyPikalaxALT
2019-10-24Finish field_specialsPikalaxALT
2019-10-21Document battle outcome checks in scriptsPikalaxALT
2019-10-21Documentation for start-of-credits scriptPikalaxALT
2019-10-21Remaining story flags referenced in event scriptsPikalaxALT
2019-10-20Story flags through mystic ticketPikalaxALT
2019-10-20use TRUE and FALSE for flag conditionals; more story flagsPikalaxALT
2019-10-20script switch/case; name script conditionalsPikalaxALT
2019-10-19Remaining NPC hide/show flagsPikalaxALT
2019-07-12document pokemon function symbolsjiangzhengwenjz
2019-05-16goto_if_eq and switch/case in scriptsPikalaxALT
2019-05-16Resolve most hardcoded values in map scriptsPikalaxALT
2019-05-14Replace some hardcoded flags/varsPikalaxALT
2019-05-14Fix indentation in .inc filesPikalaxALT
2019-05-09dump event scriptsgarak