Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-19 | Disambiguate fieldmap names | GriffinR | |
2021-11-17 | Use specific name limits for string limit functions | GriffinR | |
2021-11-16 | Some TV clean-up | GriffinR | |
2021-11-16 | Label slot machine ids, fix GetPriceReduction | GriffinR | |
2021-11-16 | Handle optional arguments for warp commands, add WARP_ID_NONE | GriffinR | |
2021-10-17 | Clean up international_string_util | 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-07-10 | Merge pull request #1474 from GriffinRichards/clean-miragetower | GriffinR | |
Clean up Mirage Tower | |||
2021-07-05 | Add local id constants for C | GriffinR | |
2021-07-02 | Document smart shopper TV show | GriffinR | |
2021-04-26 | Document TV | GriffinR | |
2021-04-02 | Document Contest Lady TV Show | GriffinR | |
2021-03-31 | Label Trend Watcher TV show texts | GriffinR | |
2021-03-31 | Document Dewford Trend | GriffinR | |
2021-03-12 | Nonmatching resoltuion | PikalaxALT | |
- Fix fakematch in Cmd_get_used_held_item - Remove `static` overrides in MODERN in four objects | |||
2021-02-24 | Document easy chat | GriffinR | |
2021-02-18 | Document ribbon TV show, add new ribbon IDs/size | GriffinR | |
2021-02-15 | Merge pull request #1324 from GriffinRichards/doc-sb | GriffinR | |
Document remainder of secret_base.c | |||
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-02-05 | Use GAME_LANGUAGE instead of LANGUAGE_ENGLISH | GriffinR | |
2021-01-21 | Merge pull request #1305 from GriffinRichards/doc-battletv | GriffinR | |
Document battle tv data | |||
2021-01-19 | Remove unused local variables and functions | GriffinR | |
2021-01-14 | Document battle tv data | GriffinR | |
2020-11-06 | add spaces around - and remove comment from include in battle.h | MCboy | |
2020-11-06 | use constants for ball throw count | MCboy | |
2020-10-01 | Replace POKEMON_SLOTS_NUMBER | GriffinR | |
2020-09-04 | Fix BreakinsNews typo | GriffinR | |
2020-08-24 | Finish documenting berry blender | GriffinR | |
2020-08-16 | Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contest | GriffinR | |
2020-08-16 | Document contest live updates | GriffinR | |
2020-08-07 | Start documenting naming screen | GriffinR | |
2020-07-08 | Merge branch 'master' into doc-overworld | GriffinR | |
2020-07-05 | fix aggressive loop optimizations | Michael Panzlaff | |
Previously, aggressive loop optimizations with a new compiler were not possible due to undefined behaviour at end of arrays. A macro "UBFIX" is added to allow ifdefs for fixes which resolve undefined behavior. For example newer GCC versions will detect various bugs in the original game code and will otherwise not compile with -Werror. | |||
2020-06-29 | Label fishing effect functions | GriffinR | |
2020-06-29 | Continue documenting overworld/field effects | GriffinR | |
2020-06-10 | Match sub_80F0708 | nullableVoidPtr | |
Special thanks to @kazblox | |||
2020-02-17 | Misc constant use in TV | GriffinR | |
2020-02-12 | Merge branch 'master' of https://github.com/pret/pokeemerald into fix-eventobj | GriffinR | |
2020-02-08 | Document Trainer Card | GriffinR | |
2020-01-12 | Merge branch 'master' into fix-eventobj | GriffinR | |
2020-01-12 | Some script clean up, document secret base secrets show | GriffinR | |
2019-11-25 | Merge master into ObjEvent rename | GriffinR | |
2019-11-25 | Document Frontier Util | GriffinR | |
2019-11-20 | Standardize Event Object to Object Event | GriffinR | |
2019-11-20 | Document Trainer Fan Club | GriffinR | |
2019-11-13 | Merge branch 'master' into doc-scriptclean | GriffinR | |
2019-11-13 | Document Contest scripts | GriffinR | |
2019-11-12 | Document interview and TV scripts, and misc script clean up | GriffinR | |
2019-11-09 | Document Slateport scripts | GriffinR | |