summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-10Don't require a boolean trainer flag for `givepoke`Rangi
Fixes #865
2022-01-10Clarify documentation for `dorepeat`Rangi
Fixes #859
2022-01-10Use time constants more often (#867)Idain
2022-01-08Identify why five of six enemy mon base stats are copied (#866)Idain
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2021-12-31Document fix for hatching Unown eggs (#863)Idain
All `diff` lines should start with `+`, `-`, or space, even when a tab comes after Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2021-12-30Use `MAP_LENGTH` in `GetMapPointer`Rangi
2021-12-22Identify some overworld movement dataRangi
2021-11-30Fix Berserk Gene confusion count in docs/bugs_and_glitches.mdmid-kid
Thanks to Major_Agnostic#4555 and Idain#2857
2021-11-28Swimmer♀ Mary is unusedRangi
2021-11-23Use ~X instead of $ff ^ XRangi
2021-11-23Use compound assignment operatorsRangi
2021-11-23Require rgbds 0.5.2Rangi
2021-11-03Comment unused trainersRangi
Fixes #819
2021-11-03Launch 'make compare' only for pret repo and not fork (#858)Yoann Fievez
Fixes #856
2021-11-03Fix #845: Liz gossips about a beautiful trainer, not PokémonRangi
2021-10-30Relocate the beta poker WRAM labels to avoid a UNIONRangi
2021-10-29Clarify documentation of maskbitsRangi
2021-10-28Use -1 for terminating happiness probability dataRangi
2021-10-24Add assertions to some more tablesRangi
2021-10-15Add table assertions to slot machine dataRangi
2021-10-15Clarify how Yellow updated catch rates for Gen 2 itemsRangi
2021-10-13Clarify table_width edit for PokedexDataPointerTablemid-kid
Thanks to @Vendily Fixes #854
2021-10-08Kill Freenode.IIMarckus
2021-10-06Add `assert PokemonPicPointers == UnownPicPointers` in `GetFrontpicPointer`Rangi
2021-09-21Factor out usage_exit into into tools/common.hRangi
2021-09-21Small refactoring and optimization to tools/gfx.cRangi
2021-09-20Rewrite tools/gfx.cRangi
2021-09-07`and 50 percent` -> `and %011111111`Rangi
2021-09-07Drop C standard for tools/ to C11mid-kid
Nothing has changed in c17 beyond minor standards corrections, so there's no advantage in specifying c17 over c11.
2021-09-05Fix #804: update "Clair can give TM24 Dragonbreath twice"Rangi
2021-09-05Label wram variables for in home/mobile and lib/mobile (#843)Andrew Cook
2021-09-05Clean up the recently documented bug fixesRangi
2021-09-05Add multiple design flaw fixes (#848)Colton G. Rushton
Fixes https://github.com/pret/pokecrystal/issues/814 Fixes https://github.com/pret/pokecrystal/issues/805
2021-09-05Minor formatting fix to the Sunny Day moves fix (#851)Colton G. Rushton
Builds on top of #849
2021-09-03Add fix for Sunny Day moves used by the "Smart" AI (#849)Colton G. Rushton
Fixes https://github.com/pret/pokecrystal/issues/807
2021-09-02Update usage doc comments for some tools/*.py scriptsRangi
2021-09-02Rewrite tools/pokemon_animation.cRangi
2021-09-02Rewrite tools/pokemon_animation_graphics.c, and keep `void usage` and `void ↵Rangi
parse_args` at the top of tools' files
2021-09-02Use an `error_exit` macro for toolsRangi
2021-09-02Rewrite tools/scan_includes.c to use common.h and factor out a parse_args ↵Rangi
function
2021-09-02Rewrite tool png_dimensions.c, and start using common.h moreRangi
2021-09-02Remove unused tool palette.cRangi
2021-08-16More EFFECTIVEness.IIMarckus
2021-08-16Use EFFECTIVE constant for 1.0× battle damage.IIMarckus
2021-07-19Identify more palettes in CBG layoutsRangi
2021-07-10Comment explaining what the "base" Stadium data is forRangi
2021-06-20Fixing comments in BattleCommand_TeleportNescientist
2021-06-19Switch from Travis CI to GitHub ActionsRangi
2021-06-19Standardize capitalization of ".Jumptable"Rangi
2021-06-09Fix incorrectly swapped Players PC menu constantsTheFakeMateo