aboutsummaryrefslogtreecommitdiffstats
path: root/audio (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-01Restore extra line breaksSatoMew3-0/+6
2021-05-01Incorporate the suggested fixesSatoMew4-18/+12
2021-05-01Identify the unused cry that was carried over to GSCSatoMew4-15/+18
2021-04-08Trim extra newlines from some filesRangi1-1/+0
2021-03-25Verify data table and name list sizes with assertion macrosRangi1-0/+2
Fixes #312
2020-11-30And extend this principle to the filename as wellSatoMew1-0/+0
2020-11-30Be consistent with the unused and unreferenced terminologySatoMew1-5/+3
2020-11-30Rename the unreferenced fanfare's constantsSatoMew1-3/+3
2020-11-29Identify what became GSC's Key Item fanfareSatoMew1-0/+1
2020-11-14Fix file modesdannye3-0/+0
2020-07-17Port dbsprite macro for OAM y,x,tile,attr data from pokecrystalRangi1-5/+10
2020-07-17SONY -> RIVALRangi1-1/+1
2020-07-16Define constants for audio commandsRangi3-117/+117
2020-07-14Clean up some data, using macros for multiline list entriesRangi3-6/+6
2020-07-06Specify the ldh instruction, don't turn ld into ldhRangi4-115/+115
2020-07-03Replace raw hex values with HRAM constantsRangi5-5/+5
To do: turn constants into labels and use ldh
2020-07-03Organize macros/ like pokecrystalRangi2-3/+3
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
2020-07-03Remove unused Yellow musicRangi4-1808/+0
2020-07-02Add subdirectories to engine/ similar to pokecrystalRangi7-0/+217
2020-06-27Factor out shared audio/notes.asmRangi4-36/+15
2019-09-03Rename dnote to drum_note and dspeed to drum_speeddannye20-1096/+1096
2019-08-25Make pitch_sweep pitch change argument consistent with the other signed ↵dannye45-45/+45
magnitude arguments
2019-08-18Finish cleaning up audio macro arguments and descriptionsdannye149-312/+312
break up arguments for stereo_panning and duty_cycle_pattern note_type fade is signed properly document arguments for vibrato, tempo, pitch_slide etc
2019-08-17Update labels to match new audio macro namesdannye4-1278/+1403
and synchronize engine_2 and engine_3 with engine_1
2019-07-28Use generic names for noise instrumentsdannye79-2262/+2262
coming up with satisfactory names is hard, besides this will improve compatibility with crystal
2019-07-27Update audio macro namesdannye380-19918/+19918
change audio channel numbers from 0-7 back to 1-8 change all note macros back to single note macro todo: fix comments with old macro names, update noise macros/instrument names
2019-04-08Replace the few instances of Unknown Dungeon with Cerulean CaveSatoMew1-1/+1
2018-03-16Break up sfxnote parameters into duty, volume, volume change and pitchdannye310-2581/+2584
2018-03-16Break up pitchenvelope parameters into length and pitch changedannye52-106/+106
2018-03-16Made some changesEggy0307-2684/+2684
2016-07-27Replace unnecessary tabs with spacesdannye2-10/+10
2016-07-27Redo audio header macrodannye9-488/+487
2016-07-27Add warnings about music/sfx macro usagedannye1-0/+1
These are not game limitations, just restrictions for the macros to behave properly
2016-07-27Macros to automate music and sound effect headersdannye6-1522/+361
2016-07-27Fix music channel numberingdannye49-309/+309
same as previous, but for songs instead of sound effects
2016-07-27Fix sound effect channel numberingdannye326-1269/+1269
mostly so that sound effects that only use the noise channel are labelled 'Ch7' instead of 'Ch1'
2016-06-12Remove the last address commentsdannye3-44/+42
except for wram.asm and sram.asm also delete unused yellow file
2016-06-11remove address commentsYamaArashi381-1251/+1251
2015-08-08commented audio codeYamaArashi3-1151/+1196
2015-07-22Unify audio bank referencesdannye15-565/+565
2→1 8→2 1f→3
2015-07-22Rename sound effect filesdannye324-1586/+1586
2015-07-03Rename/organize part 4 of 4U-Daniel-PC\Daniel227-227/+0
rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
2015-07-03Rename/organize part 3 of 4U-Daniel-PC\Daniel154-310/+154
rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
2015-06-01Add newlines to EOFsU-Daniel-PC\Daniel329-328/+328
2015-03-12Low health alarm documentationU-Daniel-PC\Daniel1-2/+2
RenaKunisaki
2014-10-17Kill version.asm.IIMarckus1-2/+2
2014-06-10Make each pitch/instrument its own macroU-Fish-PC\Daniel65-14899/+14899
2014-06-09Clean up white spaceU-Fish-PC\Daniel4-6/+6
2014-06-09Clean up music bank referencesU-Fish-PC\Daniel3-3/+3
2014-06-09Combine wave filesU-Fish-PC\Daniel6-84/+18