summaryrefslogtreecommitdiff
path: root/data/moves/tmhm_moves.asm
AgeCommit message (Collapse)Author
2021-04-19Use rgbds 0.5.0Rangi
2021-03-22Miscellaneous cleanupRangi
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-08Eliminate enum: use const instead, with case-by-case parallel const ↵Rangi
implementations
2020-07-06add_tm, add_hm, and add_mt define TM##_MOVE, HM##_MOVE, and MT##_MOVE ↵Rangi
constants, to avoid repeating the move names in tmhm_moves.asm
2018-06-24Remove all address commentsmid-kid
2018-01-28Clarify TM/HM move/enum correspondenceRangi
2017-12-26Split battle/ into data/ and engine/ componentsRemy Oukaour