summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-06-08Rename `prioritysjump` to `sdefer`Rangi
2021-06-07MON_PKRUS -> MON_POKERUSRangi
2021-06-07"ld [MON_LEVEL], a" in ComputeNPCTrademonStats should be "ld ↵Rangi
[wCurPartyLevel], a"
2021-05-30Add more comments to tileset palette animation functionsRangi
2021-05-30Move the dbbw, dbww, and dbwww macros to legacyRangi
2021-05-09Require rgbds 0.5.1Rangi
Use some new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
2021-04-27Use {interpolation} to generate sequences of RAM labelsRangi
This makes the table_width/assert_table_length usages unnecessary, and also keeps the labels automatically up to date if the length constants change.
2021-04-26SPECIAL -> UNUSED_TYPES_ENDRangi