aboutsummaryrefslogtreecommitdiffstats
path: root/constants/audio_constants.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-25Verify data table and name list sizes with assertion macrosRangi1-0/+1
Fixes #312
2020-07-14Clean up some data, using macros for multiline list entriesRangi1-0/+6
2020-07-09Use const_skip and const_next macros for brevityRangi1-10/+12
2020-07-07Use HIGH() and LOW()Rangi1-4/+4
2020-07-03Organize macros/ like pokecrystalRangi1-0/+26
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
2020-07-03Make suggested edits:Rangi1-13/+0
- data/mapWilds -> data/wild/maps - diglett_sculpture.asm -> book_or_sculpture.asm - relocate some audio/music constants
2020-07-03Reorganize constants/Rangi1-0/+46
To do: add comments associating constants with data and code