Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-10 | Move cutscene code to "movie" folder | Zumi Daxuya | |
2020-09-20 | Remove more address comments | Rangi | |
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 | |||
2020-08-09 | Remove "; if DEBUG" comments for SECTIONs, and "if DEBUG" conditions since ↵ | Rangi | |
only the debug Gold ROM is built | |||
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-10 | Merge branch 'math_etc' into 'master' | ISSOtm | |
2018-06-09 | Actually remove the include for vram.asm... | ehw | |
2018-06-09 | Update shim and title.asm | ehw | |
include vram.asm no longer needed, some function name changes | |||
2018-06-04 | Upload more correct version of last commit. | ehw | |
Uploaded old version from offline fork by accident. | |||
2018-06-04 | Farcall/callfar is now callba/callab, leave bank numbers in comments. | ehw | |
2018-06-04 | Add newline to end of file | ehw | |
2018-06-04 | Remove some tabs | ehw | |
2018-06-04 | Update files | ehw | |
2018-06-04 | Update wram.asm and title.asm for new sound findings | ehw | |
2018-06-04 | Title screen disassembled (new pr) | ehw | |
2018-06-02 | Make the repository build all four ROMs | PikalaxALT | |
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 | Small temporary SECTION headers go in main.asm, so the individual files ↵ | Rangi | |
won't all need fixing later | |||
2018-05-28 | Disassemble a lil' bit | ISSOtm | |