summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)Author
2021-11-23Use ~X instead of $ff ^ XRangi
2021-04-12Comment that unused music bytes are left over from more channelsRangi
2021-04-12Rename SOUND_REST to SOUND_CRYRangi
Fixes #821
2021-03-24Add some comments regarding 16-bit increment/decrementRangi
2021-03-22Miscellaneous cleanupRangi
2021-03-16Revise some constant definitionsRangi
2021-03-11Verify script command table sizesRangi
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
2020-12-23Rename some labelsRangi
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer" Fixes #789
2020-12-07Identified two magic numbers and cleaned up some comments (#783)aljohnston112
Improve the audio engine's comments and replace some magic numbers with constants
2020-10-29Updates to more closely sync with pokegoldRangi
2020-10-28Identify more WRAM labels, and start a <X>_DummyFunction label conventionRangi
2020-10-28Replace many '; unused' with '; unreferenced'Rangi
2020-10-26Use more assertions to ensure correct code and dataRangi
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-10-05Identify some more unnamed labelsRangi
2020-08-03Label some audio commands as unusedmid-kid
2020-07-08Eliminate enum: use const instead, with case-by-case parallel const ↵Rangi
implementations
2020-06-29Identify more labels and constantsRangi
2020-06-29Identify more unnamed labelsRangi
2020-06-13Label some mobile addresses, and revise some commentsRangi
2020-04-23Add "unused" comments for stray audio/sfx.asm dataRangi
2020-04-23Miscellaneous updates and correctionsRangi
2020-03-21rgbds supports 'X - 1' instead of 'X + -1'Rangi
2020-02-04Merge branch 'master' into audio-macrosmid-kid
2020-01-06Merge branch 'master' into audio-macrosdannye
2020-01-05Replace "branch" labels in music files with local namesRangi
2019-11-18Make the map setup commands match the actual function names bettermid-kid
These functions used as map setup commands are used in other places, too, so I can't prefix them under the same. The names should match except I won't repeat "map" in a map setup command name.
2019-10-21Fix some mobile script and map sign thingsmid-kid
2019-09-23Clarify naming of SFX_GET_EGG_* pointersRyan Tandy
In game, one receives eggs from the Aide and the Day-care Man, not the Day-care Lady. SFX `0x96` is used for both. Rename it to reflect it is not unique to the Day-care. SFX `0x95` is an alias of the same sound and appears to be unused. Rename the pointer to clarify that.
2019-09-08Remove excessive newline from ends of sound filesdannye
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
2019-08-16GlassTing (Elm's PC when email arrives) isn't in G/S either.IIMarckus
2019-04-19Identify some more WRAM labelsRangi
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-20Fix usage of endchannel_cmdmid-kid
2018-08-25Use labels instead of constants for HRAMRangi
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld
2018-07-29Make reviewed fixes; standardize on " + "Rangi
2018-07-18Fix missing newlinemid-kid
2018-07-11Replace more hex values with constants or decimalRangi
2018-06-25No space between labels and bodiesRangi
2018-06-25Remove more triple newlinesRangi
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-06-25Remove even more address commentsmid-kid
That should be all of them this time
2018-06-24Remove all address commentsmid-kid
2018-06-05Fix DangetSoundHigh -> DangerSoundHighmid-kid
2018-06-04Clean up PlayDangermid-kid