aboutsummaryrefslogtreecommitdiffstats
path: root/constants/audio_constants.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Verify data table and name list sizes with assertion macrosRangi2021-03-251-0/+1
| | | | Fixes #312
* Clean up some data, using macros for multiline list entriesRangi2020-07-141-0/+6
|
* Use const_skip and const_next macros for brevityRangi2020-07-091-10/+12
|
* Use HIGH() and LOW()Rangi2020-07-071-4/+4
|
* Organize macros/ like pokecrystalRangi2020-07-031-0/+26
| | | | While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
* Make suggested edits:Rangi2020-07-031-13/+0
| | | | | | - data/mapWilds -> data/wild/maps - diglett_sculpture.asm -> book_or_sculpture.asm - relocate some audio/music constants
* Reorganize constants/Rangi2020-07-031-0/+46
To do: add comments associating constants with data and code