Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-20 | Document slot machine more (unabridged) | Abaresk | |
2022-01-26 | Merge pull request #1608 from GriffinRichards/fix-fieldmap | GriffinR | |
Fix some incorrect fieldmap names | |||
2022-01-19 | Disambiguate fieldmap names | GriffinR | |
2022-01-04 | Misc cleanup | GriffinR | |
2021-11-18 | Finish updating macro comments | GriffinR | |
2021-11-17 | Distinguish 'virtual object' names from object events | GriffinR | |
2021-11-17 | Use specific name limits for string limit functions | GriffinR | |
2021-11-17 | Continue macro comment updating | GriffinR | |
2021-11-16 | More updating event macro comments | GriffinR | |
2021-11-16 | Label slot machine ids, fix GetPriceReduction | GriffinR | |
2021-11-16 | Continue updating event macro comments | GriffinR | |
2021-11-16 | Handle optional arguments for warp commands, add WARP_ID_NONE | GriffinR | |
2021-11-15 | Drop some overworld prefixes | GriffinR | |
2021-11-13 | Merge pull request #1547 from GriffinRichards/doc-sounddata | GriffinR | |
Clean up sound, add CRY_MODE constants | |||
2021-11-07 | Disambiguate cry functions | GriffinR | |
2021-11-04 | Merge branch 'master' into doc-menu | GriffinR | |
2021-11-03 | Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAW | GriffinR | |
2021-11-03 | Add COPYWIN constants | GriffinR | |
2021-11-03 | Merge branch 'master' into doc-finalmisc | GriffinR | |
2021-11-02 | Document files with a few remaining symbols | GriffinR | |
2021-10-30 | Add font id constants | GriffinR | |
2021-10-24 | Merge pull request #1519 from GriffinRichards/doc-mgift | GriffinR | |
Document Mystery Gift | |||
2021-10-15 | Document mystery gift link scripts, general mystery gift | GriffinR | |
2021-10-09 | Add MAP_OFFSET | GriffinR | |
2021-08-24 | Removed trailing spaces in the most relevant files | LOuroboros | |
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-04 | Fix some object lock names | GriffinR | |
2021-04-21 | Clean up contest_painting | GriffinR | |
2021-03-31 | Use bool for multichoice ignoreBPress | GriffinR | |
2021-02-15 | Rename obedient/fatefulEncounter to eventLegal | Deokishisu | |
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-15 | Fix giftRibbons Field in SaveBlock1 & Relabel Gift Ribbons in pokemon.h | Deokishisu | |
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-26 | Document object lock and some trainer approach | GriffinR | |
2021-01-26 | Clean up scrcmd.c | GriffinR | |
2021-01-01 | Document warp spin functions | GriffinR | |
2020-11-02 | Re-apply joypad macros (minus merge conflicts) | aaaaaa123456789 | |
2020-09-13 | Undo PokeCodec's PRs | aaaaaa123456789 | |
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-04 | Switch to button macros | PokeCodec | |
2020-08-16 | Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contest | GriffinR | |
2020-08-13 | Split contest funcs from script_pokemon_util | GriffinR | |
2020-07-28 | Merge branch 'master' into doc-overworld | GriffinR | |
2020-07-24 | Change signedness and add casts to avoid implicit conversion warnings | PokeCodec | |
2020-07-15 | Merge branch 'master' into doc-overworld | GriffinR | |
2020-07-08 | Merge branch 'master' into doc-overworld | GriffinR | |
2020-07-08 | Merge branch 'master' of https://github.com/pret/pokeemerald into doc-confetti | GriffinR | |
2020-06-29 | Document misc field control | GriffinR | |
2020-06-18 | Rename contest_link_80FC4F4, 80F57C4, and 81D9DE4 | GriffinR | |
2020-06-18 | Document contest results | GriffinR | |
2020-06-10 | Merge branch 'master' into doc-link | GriffinR | |
2020-06-03 | Document field_message_box.c | GriffinR | |
2020-06-01 | Document union_room_player_avatar.c | GriffinR | |
2020-02-12 | Merge branch 'master' of https://github.com/pret/pokeemerald into fix-eventobj | GriffinR | |