summaryrefslogtreecommitdiff
path: root/constants/pokemon_data_constants.asm
AgeCommit message (Collapse)Author
2022-02-12Define the `*_WILDDATA_LENGTH` equations to match their data representationRangi
2021-06-07MON_PKRUS -> MON_POKERUSRangi
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-03-22Miscellaneous cleanupRangi
2021-03-21Assert the sBox1-14 tables have NUM_BOXES entriesRangi
2021-03-17Assert some more table widthsRangi
2021-03-05Define more struct offset constants with rsreset instead of const_defRangi
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.
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-06-29Identify more unnamed labelsRangi
2020-06-16[in progress] Harmonize more constant and data files with pokecrystalRangi
2020-06-15Remove Crystal-only CaughtDataRangi
2020-05-29Add engine/events/lucky_number.asmlibjet
2020-05-12Simple cleanups in constants/data/macros and banks 1-4.entrpntr
2020-05-04Clean up specials and swarms.entrpntr
2020-05-01Add engine/overworld/wildmons.asm (without data files).entrpntr
2020-04-27Sync with the recent updates to pokecrystal.entrpntr
2020-04-01Use linkerscript for bank $2e, disassemble some stuff after pics.entrpntr
2020-03-17Some cleanup before continuing.entrpntr
2020-03-17Fill in a lot of missing bank $04 code.entrpntr
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
2018-08-16Sync many constant/macro files with pokecrystal.IIMarckus
2016-06-17home/movement.asmpikalaxalt
2016-01-29Import stuff from pokecrystal; diff gold and silverPikalaxALT