aboutsummaryrefslogtreecommitdiffstats
path: root/audio.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Store garbage data as visible PNG files, built as 2bppRangi2026-06-151-1/+1
|
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-04-151-1/+1
|\
| * Relabel SFX_SILPH_SCOPE to SFX_TRAINER_APPEARED (#580)PokefanMarcel2026-04-151-1/+1
| |
* | Separate surfing Pikachu graphics from audio engine codeRangi2025-10-191-1/+0
| | | | | | | | Fixes #137
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2022-10-021-3/+0
|\|
| * Require rgbds 0.6.0Rangi2022-10-021-3/+0
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2022-09-121-1/+2
|\|
| * Use the same music headers as pokecrystal (#382)Rangi2022-08-111-3/+3
| |
| * Incorporate the suggested fixesSatoMew2021-05-011-4/+4
| |
| * Identify the unused cry that was carried over to GSCSatoMew2021-05-011-4/+4
| |
* | Build the Virtual Console patch with `make yellow_vc` (#80)vulcandth2022-03-261-1/+1
| |
* | Identify the unused cry that was carried over to GSCSatoMew2021-05-021-4/+4
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-12-151-1/+1
|\|
| * Fix reference to unused_fanfare.asmSatoMew2020-11-301-1/+1
| |
| * Identify what became GSC's Key Item fanfareSatoMew2020-11-291-1/+1
| |
| * Some formatting changesRangi2020-10-191-3/+6
| |
| * INCLUDE "engine/pokemon/bills_pc.asm" in main.asm, not audio.asmRangi2020-07-031-2/+5
| |
| * Add subdirectories to engine/ similar to pokecrystalRangi2020-07-021-228/+6
| |
| * Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi2020-06-271-15/+15
| | | | | | Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
| * Use generic names for noise instrumentsdannye2019-07-281-57/+57
| | | | | | | | coming up with satisfactory names is hard, besides this will improve compatibility with crystal
| * Update audio macro namesdannye2019-07-271-8/+8
| | | | | | | | | | | | 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
| * Replace some hard-coded values with constantsRangi2019-07-071-1/+1
| |
| * Rename map files, labels, and constants to be consistent and work with ↵Rangi2019-01-011-3/+0
| | | | | | | | Polished Map
| * Clean up pre-linkerscript remnants.luckytyphlosion2018-11-181-19/+15
| |
| * Fix typos in commentsdannye2017-06-241-1/+1
| |
| * Revert "Fix floating sections"AntonioND2017-03-211-15/+15
| | | | | | | | | | | | This reverts commit cec6e6e2fb7886acc85200f921d3913fd2ea8a2b. Signed-off-by: AntonioND <antonio_nd@outlook.com>
| * Fix floating sectionsAntonioND2017-03-141-15/+15
| | | | | | | | | | | | | | This is needed to prevent rgblink from moving them around in future releases. Signed-off-by: AntonioND <antonio_nd@outlook.com>
| * Redo audio header macrodannye2016-07-271-3/+3
| |
| * Fix sound effect channel numberingdannye2016-07-271-5/+5
| | | | | | | | | | mostly so that sound effects that only use the noise channel are labelled 'Ch7' instead of 'Ch1'
| * Remove the last address commentsdannye2016-06-121-6/+6
| | | | | | | | | | except for wram.asm and sram.asm also delete unused yellow file
| * remove address commentsYamaArashi2016-06-111-6/+6
| |
| * No more W_dannye2015-08-301-2/+2
| |
* | More debug yellowdannye2020-11-071-1/+3
| | | | | | | | only debug menu left
* | Organize home and macro codeRangi2020-11-051-1/+1
| |
* | Start reorganizing pokeyellowRangi2020-11-041-11/+3
| |
* | Sync with pokereddannye2020-11-041-225/+25
| |
* | Update Audio 4 sfx namesdannye2020-05-251-45/+45
| |
* | Sync with pokereddannye2020-05-201-96/+107
| |
* | Label surfing minigame SFXAmber Brault2019-10-111-5/+5
| |
* | Update toolsCeleste Brault2019-06-101-1/+1
| |
* | Clean up pre-linkerscript remnants.luckytyphlosion2018-11-181-24/+24
| |
* | fix some constantsyenatch2018-04-011-7/+7
| |
* | remove BANK[] and bank constants from ROMX sectionsyenatch2018-04-011-47/+31
| |
* | move pikachu cries into a separate fileyenatch2018-04-011-207/+1
| |
* | use a macro for pikachu criesyenatch2018-04-011-209/+107
| |
* | remove address commentsYamaArashi2016-06-111-53/+53
| |
* | Character dict; surfing minigame; printer debugpikalaxalt2016-06-111-1/+3
| |
* | Remove unused source filesdannye2016-06-061-1/+1
| |
* | Clean up white spacedannye2016-06-061-4/+4
| |
* | Clean up Makefiledannye2016-06-061-0/+1
| |