summaryrefslogtreecommitdiff
path: root/constants/move_constants.asm
AgeCommit message (Collapse)Author
2021-03-04Verify data table sizes with table_width and assert_table_length macrosRangi
This was discussed in #706 It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants, as discussed in #739
2020-07-10Use const_skip and const_next macros for brevityRangi
2020-03-21rgbds supports 'X - 1' instead of 'X + -1'Rangi
2017-12-27Remove redundant data/ filename prefixesRemy Oukaour
2017-12-26Split battle/ into data/ and engine/ componentsRemy Oukaour
2017-12-09Document constants with comments, actual names, and more thorough usageRemy Oukaour
2015-12-23Battle Anim Object struct constantsPikalaxALT
2015-11-09Some work on battle animationsPikalaxALT
2015-06-23Remove trailing newlines.IIMarckus
2014-01-05bring back move constant valuesyenatch
2013-12-01enumerate move constantsyenatch
2013-06-17move constants files into constants/yenatch