summaryrefslogtreecommitdiff
path: root/data/maps/NavelRock_Bottom/scripts.inc
AgeCommit message (Collapse)Author
2022-01-11Add seteventmonGriffinR
2021-11-18Reformat compare + goto_if/call_if to single statementsGriffinR
2021-11-07Add CRY_MODE constantsGriffinR
2021-07-20Remove address commentsGriffinR
2021-02-15Rename obedient/fatefulEncounter to eventLegalDeokishisu
Per discussion on pret, `obedient`/`fatefulEncounter` has been renamed to `eventLegal`, and all related functions and constants have been modified with this in mind. Additionally, fixed some whitespace alignment issues in `script_cmd_table.h`, `pokemon.h`, and `tv.c` from the last commit.
2021-02-15Fix giftRibbons Field in SaveBlock1 & Relabel Gift Ribbons in pokemon.hDeokishisu
The giftRibbons field has been split out into proper subfields. The new ExternalEvent structs deal with interconnectivity between external games/peripherals and Emerald, such as PokéCoupon storage and the flag for receiving Wishmaker Jirachi. 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 `fatefulEncounter`. All relevant constants and functions dealing with the Pokémon data structure were renamed with these changes in mind.
2020-08-20Give songs meaningful english namesGriffinR
2020-06-22Add local object event ids for referenced objectsGriffinR
2019-10-31Document legendary scriptsGriffinR
2019-10-07Use B_OUTCOME constants for GetBattleOutcomeGriffinR
2019-09-30Document a few field specialsGriffinR
2019-08-14initial event_scripts documentationGriffinR
2019-04-22Fix some labels and include decorations.hFontbane
Include decorations.h in shop.c Include decorations.h in event_scripts.s
2019-04-22Doc most OnTransitionsFontbane
2019-02-25Update map script filesPhlosioneer
2019-02-24More misc event namesPhlosioneer
2019-01-02Finish off labelling flagsTetrable
2018-12-21improve call_if macrosMelody
2018-12-21improve goto_if macrosMelody
2018-10-18more event flagsgarak
2018-08-08Begin porting/decompiling field_specialsDiegoisawesome
2018-06-20Move events and scripts into map dirsMarcus Huderle