summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-15Use constants for PartyAttr in move_effects/thief.asmmid-kid
2022-02-14Clear however many bytes are needed for wFruitTreeFlagsRangi
2022-02-13Fixed IlexForestKurtStepsDownMovement capitalization typo (#877)vulcandth
2022-02-12Define the `*_WILDDATA_LENGTH` equations to match their data representationRangi
2022-01-24Fix headingRangi
2022-01-24Document Return/Frustration bug and its fix (#872)Idain
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2022-01-23Enumerate MobileAPI function constantsmid-kid
2022-01-22`ClearWindowData` clears four menu data buffers, each the same sizeRangi
2022-01-20Use `VRAM_End` in place of `sScratch`Rangi
2022-01-10Document fix for game freezing while switching mon (#869)Idain
Fixes #868 Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2022-01-10Better comments for enemy health percentage codeRangi
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