summaryrefslogtreecommitdiff
path: root/src/scrcmd.c
AgeCommit message (Collapse)Author
2022-02-20Document slot machine more (unabridged)Abaresk
2022-01-26Merge pull request #1608 from GriffinRichards/fix-fieldmapGriffinR
Fix some incorrect fieldmap names
2022-01-19Disambiguate fieldmap namesGriffinR
2022-01-04Misc cleanupGriffinR
2021-11-18Finish updating macro commentsGriffinR
2021-11-17Distinguish 'virtual object' names from object eventsGriffinR
2021-11-17Use specific name limits for string limit functionsGriffinR
2021-11-17Continue macro comment updatingGriffinR
2021-11-16More updating event macro commentsGriffinR
2021-11-16Label slot machine ids, fix GetPriceReductionGriffinR
2021-11-16Continue updating event macro commentsGriffinR
2021-11-16Handle optional arguments for warp commands, add WARP_ID_NONEGriffinR
2021-11-15Drop some overworld prefixesGriffinR
2021-11-13Merge pull request #1547 from GriffinRichards/doc-sounddataGriffinR
Clean up sound, add CRY_MODE constants
2021-11-07Disambiguate cry functionsGriffinR
2021-11-04Merge branch 'master' into doc-menuGriffinR
2021-11-03Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAWGriffinR
2021-11-03Add COPYWIN constantsGriffinR
2021-11-03Merge branch 'master' into doc-finalmiscGriffinR
2021-11-02Document files with a few remaining symbolsGriffinR
2021-10-30Add font id constantsGriffinR
2021-10-24Merge pull request #1519 from GriffinRichards/doc-mgiftGriffinR
Document Mystery Gift
2021-10-15Document mystery gift link scripts, general mystery giftGriffinR
2021-10-09Add MAP_OFFSETGriffinR
2021-08-24Removed trailing spaces in the most relevant filesLOuroboros
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow.
2021-05-04Fix some object lock namesGriffinR
2021-04-21Clean up contest_paintingGriffinR
2021-03-31Use bool for multichoice ignoreBPressGriffinR
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.
2021-01-26Document object lock and some trainer approachGriffinR
2021-01-26Clean up scrcmd.cGriffinR
2021-01-01Document warp spin functionsGriffinR
2020-11-02Re-apply joypad macros (minus merge conflicts)aaaaaa123456789
2020-09-13Undo PokeCodec's PRsaaaaaa123456789
This commit undoes most of PokeCodec's PRs after the debate in chat. Some harmless or completely superseded PRs have been left alone, as there is not much benefit in attempting to undo them. Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136, #1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179, #1180, #1181, #1182 and #1183.
2020-09-04Switch to button macrosPokeCodec
2020-08-16Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contestGriffinR
2020-08-13Split contest funcs from script_pokemon_utilGriffinR
2020-07-28Merge branch 'master' into doc-overworldGriffinR
2020-07-24Change signedness and add casts to avoid implicit conversion warningsPokeCodec
2020-07-15Merge branch 'master' into doc-overworldGriffinR
2020-07-08Merge branch 'master' into doc-overworldGriffinR
2020-07-08Merge branch 'master' of https://github.com/pret/pokeemerald into doc-confettiGriffinR
2020-06-29Document misc field controlGriffinR
2020-06-18Rename contest_link_80FC4F4, 80F57C4, and 81D9DE4GriffinR
2020-06-18Document contest resultsGriffinR
2020-06-10Merge branch 'master' into doc-linkGriffinR
2020-06-03Document field_message_box.cGriffinR
2020-06-01Document union_room_player_avatar.cGriffinR
2020-02-12Merge branch 'master' of https://github.com/pret/pokeemerald into fix-eventobjGriffinR