Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-31 | Relabel SFX to match constants | Zumi Daxuya | |
2021-05-31 | Reorganize cry and SFX more closely to pokegold | Zumi Daxuya | |
2021-05-31 | Preliminary cry labelling | Zumi Daxuya | |
2021-05-31 | Rip SFX data | Zumi Daxuya | |
2021-05-31 | Rip cry pitches, transform hex in cry data into decimal | Zumi Daxuya | |
2021-05-30 | Rip cries and cry headers | Zumi Daxuya | |
2021-05-08 | Dump banks $09 and $0B (#93) | Zumi | |
2021-01-25 | Disassemble RTC setup dialog and slot machine minigame (bank $24) (#87) | Zumi | |
Also identify SFX and cry pointers | |||
2020-12-18 | Music -> SongHeaderPointers | Zumi Daxuya | |
2020-12-18 | Format the split audio files a little better | Zumi Daxuya | |
2020-12-18 | Split audio engine data | Zumi Daxuya | |
2020-12-17 | Further disassemble audio engine | Zumi Daxuya | |
2020-12-17 | Begin disassembling the rest of the audio engine | Zumi Daxuya | |
2020-12-08 | Updated music constants, labels, and macro names (#78) | jd-0 | |
2020-09-20 | More cleanup of whitespace and comments | Rangi | |
2020-09-20 | Remove address comments | jd-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 whitespace | Rangi | |
- Indent with single tabs, not spaces - Colons after labels - Capitalize BANK, HIGH, and LOW - dbw BANK(X), X -> dba X | |||
2020-09-13 | Give all .asm and all .inc except of base_stats/???.inc new line at the end ↵ | Ebernacher90 | |
of file | |||
2018-07-03 | Introduce 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-03 | A few small formatting fixes | obskyr | |
2018-06-05 | Remove the underscores in generic function labels to maintain consistency ↵ | PikalaxALT | |
with pokecrystal | |||
2018-06-04 | Disassemble PlayDanger | pfero | |
2018-06-04 | Small dent into the audio engine | pfero | |
2018-06-02 | Make songs their own individual objects | pfero | |
2018-06-02 | Dump all songs | dannye | |
uses a slightly modified red sound engine only added feature is drumsets, which still need documenting | |||
2018-05-30 | Clean up Makefile | pfero | |
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-29 | Fix disassembling mistakes | ISSOtm | |
2018-05-28 | Disassemble a lil' bit | ISSOtm | |