summaryrefslogtreecommitdiff
path: root/data/script_cmd_table.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.
2020-01-13Sync macros to have Give/Take Add/Remove unityGriffinR
2019-05-14Fix indentation in .inc filesPikalaxALT
2019-05-14Fix scrcmd names and define world map flagsPikalaxALT
2019-01-06Through ScrCmd_takecoinsscnorton
2019-01-06Through ScrCmd_pokemartscnorton
2019-01-06through ScrCmd_bufferstringscnorton
2019-01-06Through ScrCmd_getbraillestringwidthscnorton
2019-01-06through ScrCmd_release; propose names for remaining funcsscnorton
2019-01-06through ScrCmd_fadeinbgmscnorton
2019-01-06through ScrCmd_checkdecorPikalaxALT
2019-01-05Start porting scrcmd from emeraldPikalaxALT
2018-12-04dump script command, special var, and std script pointersPikalaxALT