summaryrefslogtreecommitdiff
path: root/src/tv.c
AgeCommit message (Collapse)Author
2022-01-19Disambiguate fieldmap namesGriffinR
2021-11-17Use specific name limits for string limit functionsGriffinR
2021-11-16Some TV clean-upGriffinR
2021-11-16Label slot machine ids, fix GetPriceReductionGriffinR
2021-11-16Handle optional arguments for warp commands, add WARP_ID_NONEGriffinR
2021-10-17Clean up international_string_utilGriffinR
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-07-10Merge pull request #1474 from GriffinRichards/clean-miragetowerGriffinR
Clean up Mirage Tower
2021-07-05Add local id constants for CGriffinR
2021-07-02Document smart shopper TV showGriffinR
2021-04-26Document TVGriffinR
2021-04-02Document Contest Lady TV ShowGriffinR
2021-03-31Label Trend Watcher TV show textsGriffinR
2021-03-31Document Dewford TrendGriffinR
2021-03-12Nonmatching resoltuionPikalaxALT
- Fix fakematch in Cmd_get_used_held_item - Remove `static` overrides in MODERN in four objects
2021-02-24Document easy chatGriffinR
2021-02-18Document ribbon TV show, add new ribbon IDs/sizeGriffinR
2021-02-15Merge pull request #1324 from GriffinRichards/doc-sbGriffinR
Document remainder of secret_base.c
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-02-05Use GAME_LANGUAGE instead of LANGUAGE_ENGLISHGriffinR
2021-01-21Merge pull request #1305 from GriffinRichards/doc-battletvGriffinR
Document battle tv data
2021-01-19Remove unused local variables and functionsGriffinR
2021-01-14Document battle tv dataGriffinR
2020-11-06add spaces around - and remove comment from include in battle.hMCboy
2020-11-06use constants for ball throw countMCboy
2020-10-01Replace POKEMON_SLOTS_NUMBERGriffinR
2020-09-04Fix BreakinsNews typoGriffinR
2020-08-24Finish documenting berry blenderGriffinR
2020-08-16Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contestGriffinR
2020-08-16Document contest live updatesGriffinR
2020-08-07Start documenting naming screenGriffinR
2020-07-08Merge branch 'master' into doc-overworldGriffinR
2020-07-05fix aggressive loop optimizationsMichael 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-29Label fishing effect functionsGriffinR
2020-06-29Continue documenting overworld/field effectsGriffinR
2020-06-10Match sub_80F0708nullableVoidPtr
Special thanks to @kazblox
2020-02-17Misc constant use in TVGriffinR
2020-02-12Merge branch 'master' of https://github.com/pret/pokeemerald into fix-eventobjGriffinR
2020-02-08Document Trainer CardGriffinR
2020-01-12Merge branch 'master' into fix-eventobjGriffinR
2020-01-12Some script clean up, document secret base secrets showGriffinR
2019-11-25Merge master into ObjEvent renameGriffinR
2019-11-25Document Frontier UtilGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-11-20Document Trainer Fan ClubGriffinR
2019-11-13Merge branch 'master' into doc-scriptcleanGriffinR
2019-11-13Document Contest scriptsGriffinR
2019-11-12Document interview and TV scripts, and misc script clean upGriffinR
2019-11-09Document Slateport scriptsGriffinR