summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-04-19Use rgbds 0.5.0Rangi
2021-04-13Remove extra trailing newlineRangi
2021-04-13Group miscellaneous graphics from main.asm into their own object fileRangi
Fixes #824
2021-04-12Comment that unused music bytes are left over from more channelsRangi
2021-04-12Rename SOUND_REST to SOUND_CRYRangi
Fixes #821
2021-04-12Remove some unnecessary padding allocationsiimarckus
2021-03-24Add some comments regarding 16-bit increment/decrementRangi
2021-03-24Sync some files with pokegoldRangi
2021-03-23Consistent comments in the tileset animation engineRangi
2021-03-23Merge pull request #816 from Rangi42/listsRangi
Verify uneven list sizes with list_start, li, and assert_list_length macros
2021-03-22Verify uneven list sizes with list_start, li, and assert_list_length macrosRangi
This was discussed in #815
2021-03-22Miscellaneous cleanupRangi
2021-03-21The radio's "Places & People" does not comment on Mysticalman EusineRangi
2021-03-21Clean up some macro definitionsRangi
2021-03-21Use numeric constants in text strings with "{d:interpolation}"Rangi
2021-03-21Assert the sBox1-14 tables have NUM_BOXES entriesRangi
2021-03-18Run tools/palfix.py on gfxRangi
2021-03-17Consistent labels for each nickname in RAMRangi
2021-03-17Assert some more table widthsRangi
2021-03-16Revise some constant definitionsRangi
2021-03-15palfix.py outputs 2-bit grayscale if possibleRangi
2021-03-15Add tools/palfix.py, and make Python tools executableRangi
2021-03-15$11 = wTempMonStructEnd - wTempMonLevelRangi
2021-03-11Sync some files with pokegoldRangi