summaryrefslogtreecommitdiff
path: root/constants/item_constants.asm
AgeCommit message (Expand)Author
2021-11-23Use compound assignment operatorsRangi
2021-05-31Improve some RAM formattingRangi
2021-05-23Use macros for bit arraysRangi
2021-04-19Port 'add_tmnum' from pokecrystalRangi
2021-04-17Use rgbds 0.5.0 features:Rangi
2021-03-25Verify data table and name list sizes with assertion macrosRangi
2021-01-06The 'tmhm' macro adjusts to the number of TMs/HMsRangi
2020-11-14Fix file modesdannye
2020-07-20Add comments associating constants with data, and identify some more dataRangi
2020-07-09Use const_skip and const_next macros for brevityRangi
2020-07-09Eliminate enum: use const instead, with case-by-case parallel const implement...Rangi
2020-07-06Avoid repeating the NUM_TMS valueRangi
2020-07-06add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid repeatin...Rangi
2020-07-05TM/HM constants named after movesRangi
2020-07-03Reorganize constants/Rangi
2015-12-14Fewer underscores in constantsdannye
2015-08-10Use constants for elevator floorsdannye
2015-07-19Enumerate more constantsdannye
2015-07-03Rename/organize part 1 of 4U-Daniel-PC\Daniel
2015-06-01Add newlines to EOFsU-Daniel-PC\Daniel
2014-05-21More misc relabellingU-Fish-PC\Daniel
2013-12-11Clean up constantsU-Fish-PC\Daniel
2013-12-05split related constants into constants/yenatch