Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-18 | Move super_palettes.inc to data/sgb/ | Zumi Daxuya | |
2021-05-18 | Decode SGB border palettes | Zumi Daxuya | |
Rename UnusedSGBBorder -> AlternateSGBBorder | |||
2021-05-17 | Fix failing build | Zumi Daxuya | |
2021-05-17 | Identify SGB functions, properly rip SGB border | Zumi Daxuya | |
2021-05-02 | Disassemble memory minigame and Picross minigame | Zumi | |
2021-01-25 | Disassemble RTC setup dialog and slot machine minigame (bank $24) (#87) | Zumi | |
Also identify SFX and cry pointers | |||
2021-01-25 | Split and label Trainer Gear code (#89) | Zumi | |
Split and label Trainer Gear code | |||
2020-12-17 | Suggested changes to #83 | Zumi Daxuya | |
2020-12-11 | More progress on disassembling Pikachu minigame | Zumi Daxuya | |
2020-12-10 | Dump intro tilemaps | Zumi Daxuya | |
2020-11-13 | Kanto Mon Names (#79) | jd-0 | |
Rename Kanto mons to English | |||
2020-09-25 | Factor out Town Map tilemap and adjust its graphics | Rangi | |
2020-09-22 | Add an unused duplicate graphic for tileset 1B | Rangi | |
This allows Polished Map compatibility | |||
2020-09-22 | Extract player-shrinking pics | Rangi | |
2020-09-22 | Factor out gfx- and slack-specific rules into .mk files | Rangi | |
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-20 | More cleanup of whitespace and comments | Rangi | |
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 | 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-07-03 | Merge branch 'master' of https://github.com/luckytyphlosion/pokegold-spaceworld | luckytyphlosion | |
2018-07-03 | Merge branch 'master' of https://github.com/pret/pokegold-spaceworld | luckytyphlosion | |
2018-06-04 | Title screen disassembled (new pr) | ehw | |
2018-06-03 | gfx/pokegear: use better format for town map | Tauwasser | |
This makes use of the new --trim-trailing option for tools/gfx Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
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-01 | Add trainer battle sprites & update gfx.asm | ehw | |
2018-06-01 | gfx/annon_pics: annotate ROM addresses | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-05-31 | Disassemble overworld sprites | Rangi | |
2018-05-31 | home/pokemon: disassemble Pokémon sprite uncompression routine | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
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 | gfx: add egg front sprite | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-05-30 | Add tileset headers and tileset graphics | dannye | |
2018-05-30 | 'make mostlyclean' preserves graphics; separate frame gfx files | Rangi | |
2018-05-30 | Split up icon graphics; add missing files | Rangi | |
2018-05-30 | Organize graphics like pokecrystal | Rangi | |
2018-05-30 | Add more graphics | dannye | |
add tools/gfx.c for trimming whitespace from pngs | |||
2018-05-29 | Add misc graphics | dannye | |
add exes to gitignore for those on windows | |||
2018-05-29 | Same pic bank solution as pokecrystal | Rangi | |
2018-05-29 | Merge branch 'master' of http://git.sanqui.net:3000/pret/pokegold-spaceworld | Rangi | |
2018-05-29 | Small temporary SECTION headers go in main.asm, so the individual files ↵ | Rangi | |
won't all need fixing later |