summaryrefslogtreecommitdiff
path: root/constants/music_constants.asm
AgeCommit message (Collapse)Author
2021-03-16Revise some constant definitionsRangi
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
2018-01-16map_header → map_def; map_header_2 → map_dataRemy Oukaour
2018-01-11Use maskbits some moreRemy Oukaour
2017-12-10Use new palette constantsRemy Oukaour
2017-12-09Document constants with comments, actual names, and more thorough usageRemy Oukaour
2016-01-05maptrigger macroPikalaxALT
2015-07-13Replace EVENT_ALWAYS_THERE with -1PikalaxALT
2015-06-23Remove trailing newlines.IIMarckus
2013-11-07split sfx constants out of music constantsyenatch
2013-11-07get rid of unused sound constantsyenatch
2013-07-31correct misnamed sfx constantsyenatch
2013-06-17move constants files into constants/yenatch