Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-22 | Move most files out of the root directory | Rangi | |
- ram/ froups the ram source files - slack/ is for unused garbage taking up the ROM's free space - gfx.py moved to utils/ | |||
2020-09-21 | Rename tileset graphics for future Polished Map compatibility | Rangi | |
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 | Use local .End or .FirstEntryEnd labels for measuring data/GFX sizes | Rangi | |
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 | Capitalize DEF | 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-08-29 | Fix minor oversight | SatoMew | |
2020-08-29 | Resolved conflict caused by my changes. | SatoMew | |
2020-08-09 | Remove "; if DEBUG" comments for SECTIONs, and "if DEBUG" conditions since ↵ | Rangi | |
only the debug Gold ROM is built | |||
2019-04-14 | Identify radio graphics | SatoMew | |
2019-04-14 | Pokégear → Trainer Gear | SatoMew | |
2018-11-29 | Disassembled the rest of the code in bank 4 as far as i can tell. Lines 899, ↵ | 2Tie | |
1538, and 1631 in engine/menu/start_menu.asm have hardcoded jumps that i couldn't figure out how to make work myself. | |||
2018-08-21 | Dumped rest of bank, still need to clean up a few hardcoded addresses | Pokeglitch | |
2018-08-21 | Extracted corrupted gfx | Pokeglitch | |
2018-08-20 | Dumped first section of Bank 2 | Pokeglitch | |
2018-08-19 | Extract common exterior tileset graphics | Rangi | |
2018-07-31 | Small formatting fix | Pokeglitch | |
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-04 | Title screen disassembled (new pr) | ehw | |
2018-06-02 | Merge branch 'master' into build_more_roms | PikalaxALT | |
2018-06-03 | gfx: re-organize some graphics and disassemble gfx load code | Tauwasser | |
All graphics were split so that proper labels could be placed. Font was not split, because that was nicely handled using the charmap constants. If proper lengths should also be handled using automatic calculation using labels, some graphics would need further splitting up in order to place labels.s Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-02 | Merge branch 'master' into build_more_roms | PikalaxALT | |
2018-06-02 | Make the repository build all four ROMs | PikalaxALT | |
2018-06-02 | Dump all songs | dannye | |
uses a slightly modified red sound engine only added feature is drumsets, which still need documenting | |||
2018-06-01 | Compress trainer pics | dannye | |
add missing include for soldier pic | |||
2018-06-01 | Add trainer battle sprites & update gfx.asm | ehw | |
2018-05-31 | Keep pokemon data in data/pokemon | Rangi | |
Don't print "Here" a lot 'make mostlyclean' needs to remove .d files in case a file was renamed | |||
2018-05-31 | Disassemble overworld sprites | Rangi | |
2018-05-31 | Add palette constants and pokemon palette assignment table | dannye | |
2018-05-31 | Add super palette data | dannye | |
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. |