summaryrefslogtreecommitdiff
path: root/constants/item_constants.asm
AgeCommit message (Collapse)Author
2021-11-23Use compound assignment operatorsRangi
2021-04-20Use rgbds 0.5.0Rangi
2021-03-21Clean up some macro definitionsRangi
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-07-09Eliminate enum: use const instead, with case-by-case parallel const ↵Rangi
implementations
2020-07-06add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid ↵Rangi
repeating the move names in tmhm_moves.asm
2020-06-16[in progress] Harmonize more constant and data files with pokecrystalRangi
2020-04-30Add engine/link/link.asm and engine/link/mystery_gift.asmentrpntr
2020-04-27Sync with the recent updates to pokecrystal.entrpntr
2020-04-07Add data/moves/effects.asm.entrpntr
2020-03-22Clean up makefile, submodules, root dir; Python 3 compatibility.entrpntr
2020-02-08Remove Crystal exlusiveslibjet
2019-12-11Updated macros/scripts/text.asm and cleaned up macros.asmlibjet
2019-12-09Added engine/events stuff and cleaned up contest related codelibjet
2019-10-12Use PSYCHIC_M for the Psychic TM.yenatch
[Ryan Tandy: adapted from pret/pokecrystal@0b8b6f9259bedacad55bb4667de5b2bbe6eafda7]
2018-08-16Sync specials with pokecrystal.IIMarckus
2018-08-16Sync many constant/macro files with pokecrystal.IIMarckus
2016-06-21engine/health.asm; overworld move/item fns pt 1pikalaxalt
2016-06-19item attributespikalaxalt
2016-01-29Import stuff from pokecrystal; diff gold and silverPikalaxALT