summaryrefslogtreecommitdiff
path: root/macros/scripts/audio.asm
AgeCommit message (Collapse)Author
2020-07-10Use const_skip and const_next macros for brevityRangi
2020-07-08Eliminate enum: use const instead, with case-by-case parallel const ↵Rangi
implementations
2020-03-21Miscellaneous fixes from #694Rangi
2020-01-05Update docs/music_commands.mddannye
and remove the pokered compatibility macros
2019-09-08stereo_panning: force any non-zero arg to 1dannye
2019-09-04Add legacy audio macrosdannye
2019-09-03Use TRUE/FALSE constants for stereo_panningdannye
and use dn instead of db for volume envelope and pitch sweep
2019-09-03Rename dnote to drum_note and dspeed to drum_speeddannye
2019-09-02Update audio macros and argumentsdannye
and update related labels/constants/comments this fixes a lot of mistakes and maximizes compatibility with red
2018-12-09Format music macros like movement macrosRangi
2018-11-21Define first_music_cmdmid-kid
This replaces the uses of $d0 in the audio engine with proper constants.
2018-11-20Cosmetic fixesmid-kid
2018-11-11Clarify LEGACY supportmid-kid
2017-12-28endm -> ENDMxCrystal
2017-12-28Uppercase MACRO and EQU(S) according to the style guidexCrystal
2017-12-26Rename: emote_headers, sprite_headers, cry_headers, gfx_headers, tileset_headersRemy Oukaour
2017-12-24Support old one-argument sound_duty macro, similar to callab/callba legacy ↵Remy Oukaour
support
2017-12-15More comments for macrosRemy Oukaour
2017-12-14Reorganize macrosRemy Oukaour