aboutsummaryrefslogtreecommitdiffstats
path: root/audio (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-04-152-3/+3
|\
| * Relabel SFX_SILPH_SCOPE to SFX_TRAINER_APPEARED (#580)PokefanMarcel2026-04-152-3/+3
| |
* | Use `SFX_STOP_ALL_MUSIC` (#136)CreamElDudJafar2025-08-171-1/+1
| |
* | Update hardware.inc to 5.2.0Rangi422025-07-221-16/+58
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-07-026-58/+58
|\|
| * Use more audio constantsRangi422025-06-303-33/+33
| |
| * Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-305-119/+119
| |
* | Fix the .wave5 comment for yellow sfx datadannye2024-10-091-6/+2
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-10-091-0/+6
|\|
| * Comment wave5 garbage data (#474)Sylvie2024-10-071-0/+6
| | | | | | Also mention songs that use which wave5 data
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-253-17/+18
|\|
| * Identify more flag bits (#464)Sylvie2024-09-234-25/+25
| |
| * Identify some unused WRAM variables (#453)Sylvie2024-06-153-6/+6
| |
| * Add comment about audio engine perfect pitch bug (#451)Preeyan Parmar2024-05-233-3/+6
| | | | | | Co-authored-by: preeyan <preeyan>
* | Merge branch 'master' of https://github.com/pret/pokereddannye2022-09-1260-584/+1419
|\|
| * Use the same music headers as pokecrystal (#382)Rangi2022-08-1112-496/+1258
| |
| * Update commentdannye2022-07-151-1/+1
| |
| * Identify some `.asm_*` labelsRangi2022-07-101-7/+7
| |
| * Replace "branch" labels in SFX files with local namesRangi2022-07-10164-312/+7
| |
| * Replace "branch" labels in music files with local namesRangi2022-07-1047-1047/+812
| |
| * RGBDS syntax updates (#358)vulcandth2022-06-061-1/+1
| | | | | | New MACRO and DEF syntax
* | Fix mono/stereo channel enable masksdannye2022-07-151-10/+17
| |
* | Fix some hardcoded battle sfx idsdannye2022-07-151-11/+12
| |
* | Identify some `.asm_*` labelsRangi2022-07-101-7/+7
| |
* | Replace "branch" labels in SFX files with local namesRangi2022-07-10164-312/+7
| |
* | Replace "branch" labels in music files with local namesRangi2022-07-1050-1084/+832
| |
* | RGBDS syntax updates (#86)vulcandth2022-06-062-3/+3
| | | | | | New MACRO and DEF syntax
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-11-231-5/+5
|\|
| * Use `dn` for wave instrument samples, like pokecrystalRangi2021-11-061-5/+5
| |
| * Restore extra line breaksSatoMew2021-05-013-0/+6
| |
| * Incorporate the suggested fixesSatoMew2021-05-014-18/+12
| |
| * Identify the unused cry that was carried over to GSCSatoMew2021-05-014-15/+18
| |
| * Trim extra newlines from some filesRangi2021-04-081-1/+0
| |
* | Identify the unused cry that was carried over to GSCSatoMew2021-05-024-12/+16
| |
* | Trim extra newlines from some filesRangi2021-04-081-1/+0
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-03-251-0/+2
|\|
| * Verify data table and name list sizes with assertion macrosRangi2021-03-251-0/+2
| | | | | | | | Fixes #312
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-12-151-5/+4
|\|
| * And extend this principle to the filename as wellSatoMew2020-11-301-0/+0
| |
| * Be consistent with the unused and unreferenced terminologySatoMew2020-11-301-5/+3
| |
| * Rename the unreferenced fanfare's constantsSatoMew2020-11-301-3/+3
| |
| * Identify what became GSC's Key Item fanfareSatoMew2020-11-291-0/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-145-0/+0
|\|
| * Fix file modesdannye2020-11-143-0/+0
| |
| * Port dbsprite macro for OAM y,x,tile,attr data from pokecrystalRangi2020-07-171-5/+10
| |
| * SONY -> RIVALRangi2020-07-171-1/+1
| |
| * Define constants for audio commandsRangi2020-07-163-117/+117
| |
| * Clean up some data, using macros for multiline list entriesRangi2020-07-143-6/+6
| |
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-064-115/+115
| |
| * Replace raw hex values with HRAM constantsRangi2020-07-035-5/+5
| | | | | | | | To do: turn constants into labels and use ldh