summaryrefslogtreecommitdiff
path: root/data/trainers/dvs.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
2019-08-27Fix swapped comments in data/trainers/dvs.asmRyan Tandy
Bugsy has trainer class id 3 and his DVs are 9/8/8/8. Whitney has trainer class id 2 and her DVs are 8/8/8/8.
2018-06-24Remove all address commentsmid-kid
2018-06-06Use dnRangi
2018-06-06Specify DVs individuallyRangi
2017-12-27Remove redundant data/ filename prefixesRemy Oukaour