summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)Author
2021-05-31Relabel SFX to match constantsZumi Daxuya
2021-05-31Reorganize cry and SFX more closely to pokegoldZumi Daxuya
2021-05-31Preliminary cry labellingZumi Daxuya
2021-05-31Rip SFX dataZumi Daxuya
2021-05-31Rip cry pitches, transform hex in cry data into decimalZumi Daxuya
2021-05-30Rip cries and cry headersZumi Daxuya
2021-05-08Dump banks $09 and $0B (#93)Zumi
2021-01-25Disassemble RTC setup dialog and slot machine minigame (bank $24) (#87)Zumi
Also identify SFX and cry pointers
2020-12-18Music -> SongHeaderPointersZumi Daxuya
2020-12-18Format the split audio files a little betterZumi Daxuya
2020-12-18Split audio engine dataZumi Daxuya
2020-12-17Further disassemble audio engineZumi Daxuya
2020-12-17Begin disassembling the rest of the audio engineZumi Daxuya
2020-12-08Updated music constants, labels, and macro names (#78)jd-0
2020-09-20More cleanup of whitespace and commentsRangi
2020-09-20Remove address commentsjd-0
Regex patterns used: ; [0-9a-f]{1,5} \([0-9a-f]{1,2}:[0-9a-f]{1,4}\) ; [0-9a-f]{1,2}:[0-9a-f]{4} ; [0-9a-f]{4,5} ;[0-9a-f]{4,5} ;[0-9a-f]{1,2}:[0-9a-f]{1,4}
2020-09-20- Remove trailing whitespaceRangi
- Indent with single tabs, not spaces - Colons after labels - Capitalize BANK, HIGH, and LOW - dbw BANK(X), X -> dba X
2020-09-13Give all .asm and all .inc except of base_stats/???.inc new line at the end ↵Ebernacher90
of file
2018-07-03Introduce linkerscript.luckytyphlosion
Addresses of sections will now be added to the linkerscript via `org`, and the section name will be the path/to/file. If there is more than one section in the file, then add a @SectionName after the path/to/file to describe the section.
2018-07-03A few small formatting fixesobskyr
2018-06-05Remove the underscores in generic function labels to maintain consistency ↵PikalaxALT
with pokecrystal
2018-06-04Disassemble PlayDangerpfero
2018-06-04Small dent into the audio enginepfero
2018-06-02Make songs their own individual objectspfero
2018-06-02Dump all songsdannye
uses a slightly modified red sound engine only added feature is drumsets, which still need documenting
2018-05-30Clean up Makefilepfero
This makefile can now figure graphics dependencies on its own, creates dependency files for each compilation unit and compiles everything separately. This is a proposal. Please try it out, read the Makefile to see if you get what I'm trying to do, and propose any improvements you want.
2018-05-29Fix disassembling mistakesISSOtm
2018-05-28Disassemble a lil' bitISSOtm