summaryrefslogtreecommitdiff
path: root/constants/audio_constants.asm
AgeCommit message (Collapse)Author
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-11-21Define first_music_cmdmid-kid
This replaces the uses of $d0 in the audio engine with proper constants.
2018-06-04Alignmentmid-kid
2018-06-04Use structure constants for channel_structmid-kid
2018-04-05Use constants for bit/set/res moreRangi
2018-04-01Fix file permissionsmid-kid
I have no idea why this was a thing (do people store this repo on FAT32 flash drives or something?), but quite a bit of files had a permission of 755. This isn't really a problem, but it's inconsistent and weird.
2018-04-01Update file paths in constants/ and docs/mid-kid
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-23Prefix wram labels with w, part 1.luckytyphlosion
Handle edge cases first.
2017-12-16Ad some more constants for meaningful audio WRAM bitsRemy Oukaour
2017-12-15Move data/audio/ back into audio/Remy Oukaour
Keep trainer data together
2017-12-11Move more data tables into data/ files.Remy Oukaour
2017-12-09More constantsRemy Oukaour
2017-12-09Document constants with comments, actual names, and more thorough usageRemy Oukaour
2016-09-27Person action and facing labels, part 1PikalaxALT
2016-07-29pitchoffset macro to replace forceoctavePikalaxALT
2016-05-10Pitch wheelpikalaxalt
2015-12-07audio flag constantsPikalaxALT