Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-08 | Dump banks $09 and $0B (#93) | Zumi | |
2020-09-22 | include -> INCLUDE | Rangi | |
2020-09-22 | Relabeled Item/MoveDescriptions & DexEntries (#74) | jd-0 | |
Re-label item & move descriptions and dex entries | |||
2020-09-21 | Remove excess spaces | Rangi | |
2020-09-20 | Extract item descriptions | 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-08-09 | Remove "; if DEBUG" comments for SECTIONs, and "if DEBUG" conditions since ↵ | Rangi | |
only the debug Gold ROM is built | |||
2018-07-31 | Finished dumping bank 1 | Pokeglitch | |
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-06-08 | Rudimentary held item constants for item attributes | PikalaxALT | |
2018-06-08 | Disassemble item attributes | PikalaxALT | |
2018-06-02 | Merge branch 'master' into build_more_roms | PikalaxALT | |
2018-06-02 | Make the repository build all four ROMs | PikalaxALT | |
2018-06-01 | Use fullwidth digits | Rangi | |
2018-05-31 | Declare Pokédex type search data; add more comments | Rangi | |
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-30 | Dump item and move names | Rangi | |