Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-04 | Some miscellaneous refactoring | Rangi | |
2020-09-21 | Rename tileset graphics for future Polished Map compatibility | Rangi | |
2020-09-21 | Add tileset header macro from pokered | jd-0 | |
2020-09-21 | Extract bank 07, 08,13, & 37 tilesets' metatiles and collision data | jd-0 | |
2020-09-21 | Extract bank $0C tilesets' metatiles and collision data | jd-0 | |
Are collisions always 1/4 the metatile size?? Build: OK | |||
2020-09-21 | Extract bank $06 tilesets' metatiles and collision data | Rangi | |
2020-09-20 | More cleanup of whitespace and comments | Rangi | |
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-10-11 | Dumping bank 3. Still need to convert a few hardcoded pointers to labels | 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-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-30 | Add tileset headers and tileset graphics | dannye | |