aboutsummaryrefslogtreecommitdiffstats
path: root/audio/headers/sfxheaders2.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-04-15Relabel SFX_SILPH_SCOPE to SFX_TRAINER_APPEARED (#580)PokefanMarcel1-2/+2
2022-08-11Use the same music headers as pokecrystal (#382)Rangi1-119/+352
2020-05-25Update Audio 4 sfx namesdannye1-1/+1
2020-05-20Sync with pokereddannye1-254/+140
2019-07-28Use generic names for noise instrumentsdannye1-38/+38
coming up with satisfactory names is hard, besides this will improve compatibility with crystal
2019-07-27Update audio macro namesdannye1-119/+119
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
2016-07-27Redo audio header macrodannye1-119/+119
2016-07-27Macros to automate music and sound effect headersdannye1-466/+119
2016-07-27Fix sound effect channel numberingdannye1-233/+233
mostly so that sound effects that only use the noise channel are labelled 'Ch7' instead of 'Ch1'
2016-06-11remove address commentsYamaArashi1-119/+119
2016-06-11Character dict; surfing minigame; printer debugpikalaxalt1-7/+7
2016-06-11remove address commentsYamaArashi1-119/+119
2016-05-20Add space after commas in music headerspikalaxalt1-234/+234
2016-05-20Disassemble yellow soundspikalaxalt1-466/+233
2015-07-22Unify audio bank referencesdannye1-1/+1
2→1 8→2 1f→3
2015-07-22Rename sound effect filesdannye1-352/+352
2015-07-03Rename/organize part 3 of 4U-Daniel-PC\Daniel1-2/+0
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\Daniel1-1/+1
2014-04-06combine audio and music foldersU-Fish-PC\Daniel1-0/+0
2014-01-27Get rid of globals.asm. Use ::s to export labels between objects.yenatch1-120/+120
globals.asm was a hack that: - gave rgbasm an extra 100k lines to read - increased reliance on the python preprocessor - made the makefile a mess - gave object creation an extra step - wasn't even necessary This speeds up build time by at least a third.
2013-10-12All music and sfxU-Fish-PC\Daniel1-0/+708