summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2022-03-14Add a `bpp2png` tool to replace gfx.py for converting 1/2bpp to PNGRangi
2022-03-14Build the Virtual Console patches with `make gold_vc` and `make silver_vc` (#74)vulcandth
2022-03-08Slightly refactor some C toolsRangi
2021-11-23Require rgbds 0.5.2Rangi
2021-04-13Group miscellaneous graphics from main.asm into their own object fileRangi
2020-08-11'make clean' reuses 'make tidy' commandsRangi
2020-07-28'make tidy' shouldn't trigger 'make -C tools'Rangi
2020-07-23Generate the Stadium 2 checksum data with pfero's tool instead of raw INCBINsRangi
2020-07-15Mark gold_debug and silver_debug as PHONY make targetsRangi
2020-07-13Disassemble the final English debug ROMsRangi
2020-07-03Copy pokered and have a single .gbc recipe with version-specific rgbfix flagsRangi
2020-06-28Reformat gfx/trade/game_boy.png and fix tools/gfx --preserveRangi
2020-06-28Interleave the title screen Ho-Oh and Lugia graphics (8x16 OAM tiles)Rangi
2020-06-16[in progress] Harmonize more constant and data files with pokecrystalRangi
2020-06-15Concatenate multiple intro 2bpps together before compressionRangi
2020-06-14SGB border maps include the middle $00 area, which make strips out using trRangi
2020-06-14Match mosh remaining .2bpp.lz filesRangi
2020-06-14Derive Pokémon frontpic dimensions using tools/png_dimensionsRangi
2020-06-14Make .gbcpal files for Pokémon and trainer spritesRangi
2020-06-14Sync tools with pokecrystal (fixes warnings when building lzcomp)Rangi
2020-06-14Add .lz.bin files for the current non-matching graphics files.entrpntr
2020-06-14WIP commit (doesn't build currently).entrpntr
2020-06-14Checkpoint where things mostly work.entrpntr
2020-06-14Initial commit of lz compression tools.entrpntr
2020-05-28Changes for hall of fame and credits.entrpntr
2020-05-25Make separate tileset object, add similar collision files.entrpntr
2020-05-16Couple quick fixes so nothing dangerous/shameful gets merged in.entrpntr
2020-05-14Match pokecrystal file names and folder structure, tools updates.entrpntr
2020-05-09Fix labels, add PNGs.entrpntr
2020-05-07Add majority of remaining unused source files.entrpntr
2020-05-03Add Makefile option for verbose sym/map; fix some label names.entrpntr
2020-05-01Add PNGs.entrpntr
2020-04-27Sync with the recent updates to pokecrystal.entrpntr
2020-04-26Disassemble map scenes and events.entrpntr
2020-04-23Revisit some bank 5 code before continuing.entrpntr
2020-04-22Finish home cleanup, identify tileset data, other misc cleanups.entrpntr
2020-04-20Miscellaneous cleanup before continuing.entrpntr
2020-04-10Add engine/rtc/rtc.asm and engine/overworld/overworld.asm.entrpntr
2020-04-06Add unnamed.py and update for rgbds v0.4.x before continuing.entrpntr
2020-04-05Create PNGs for remaining gfx binary files.entrpntr
2020-04-05Add gfx helper code for mail; add PNGs to repo.entrpntr
2020-04-02Fix gfx code, generate pngs for pokemon/trainers and add to repo.entrpntr
2020-04-02Finish disassembling bank $2e, miscellaneous pics cleanup.entrpntr
2020-03-31Disassemble pic banks.entrpntr
2020-03-25Disassemble load_pics.asm and move_mon_wo_mail.asm in bank $14.entrpntr
2020-03-22Clean up makefile, submodules, root dir; Python 3 compatibility.entrpntr
2020-02-19Use labels instead of constants for HRAMlibjet
2019-08-16Build a separate audio object.IIMarckus
2018-09-21Include Pokédex entries in the build.IIMarckus
2018-07-06Add the three banks of common text.IIMarckus