summaryrefslogtreecommitdiff
path: root/data/pokemon
AgeCommit message (Collapse)Author
2021-11-23Use compound assignment operatorsRangi
2021-05-09Require rgbds 0.5.1Rangi
Use some new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
2021-04-20Use rgbds 0.5.0Rangi
2021-03-05Verify data table sizes with table_width and assert_table_length macrosRangi
It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants.
2021-01-06The 'tmhm' macro adjusts to the number of TMs/HMsRangi
2020-11-17Use assert to ensure correct base data sizeRangi
2020-10-29Updates to more closely sync with pokecrystalRangi
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-16[in progress] Harmonize more constant and data files with pokecrystalRangi
2020-06-15Remove Crystal-only CaughtDataRangi
2020-06-15Padding -> unused beta pics in base stats.entrpntr
2020-06-14Derive Pokémon frontpic dimensions using tools/png_dimensionsRangi
2020-06-14Make .gbcpal files for Pokémon and trainer spritesRangi
Pokémon use their back sprites since front sprites differ between Gold and Silver.
2020-06-14Fix file permissions.entrpntr
2020-06-06Merge pull request #45 from libjet/bank3eentrpntr
Disassemble bank $3e
2020-06-06Add engine/pokedex/unown_dex.asmlibjet
2020-06-06Add time_capsule_2.asm and new_pokedex_entry.asmlibjet
2020-06-06Add engine/link/time_capsule.asmlibjet
2020-06-05Fix file permissions.entrpntr
2020-06-02Add engine/gfx/mon_icons.asmlibjet
2020-05-25Add data/pokemon/unused_pic_banks.asmlibjet
2020-05-14Clean up some palette stuff, update main.asm and layout.link.entrpntr
2020-05-12Simple cleanups in constants/data/macros and banks 1-4.entrpntr
2020-05-07Add majority of remaining unused source files.entrpntr
2020-04-19Continue with effect commands (about 50% complete).entrpntr
2020-03-31Disassemble pic banks.entrpntr
2020-03-22Clean up makefile, submodules, root dir; Python 3 compatibility.entrpntr
2020-02-19Update some included files at the start of home.asmlibjet
2019-12-12Update predef_pointers and wram, and correct typo's caused by search + replacelibjet
2019-10-12Sync base_stats from pokecrystal and include in the buildRyan Tandy
Remaining differences: - Move tutor is Crystal exclusive - Kept hard-coded pic dimensions for now as front pics have not been extracted yet
2019-10-12Sync egg group constants from pokecrystalRyan Tandy
Copied from pret/pokecrystal@0eeb00d6ac67199b3343c5a6ddc739b251f7a68f and pret/pokecrystal@2d8f3a0654a0baa6ab0c6e64b610d52b34c6e068
2019-10-12Sync growth rate constants from pokecrystalRyan Tandy
Copied from pret/pokecrystal@0eeb00d6ac67199b3343c5a6ddc739b251f7a68f
2019-10-12Use PSYCHIC_M for the Psychic TM.yenatch
[Ryan Tandy: adapted from pret/pokecrystal@0b8b6f9259bedacad55bb4667de5b2bbe6eafda7]
2019-08-15Fix cries, and integrate them into the build.IIMarckus
2018-09-21Include Pokédex entries in the build.IIMarckus
2018-08-17Shuffle files around to closer match pokecrystal.IIMarckus