summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2018-01-22Rearrange Makefile by contentRangi
2018-01-22Add back catch-all graphics rules.yenatch
.pal -> .gbcpal has been omitted for now since there's no tool to convert it yet.
2018-01-21Separate new_game graphicsRemy Oukaour
2018-01-19More Japanese charactersRemy Oukaour
2018-01-19One leader per lineRemy Oukaour
2018-01-16Move map-related "metadata" files into data/maps/Remy Oukaour
2018-01-14Merge branch 'sort-symfile' of https://github.com/yenatch/pokecrystalRemy Oukaour
2018-01-12Mystery Gift graphics matchRemy Oukaour
2018-01-11Resize SGB graphicsRemy Oukaour
2018-01-09Avoid catch-all Makefile rulesRemy Oukaour
2018-01-09CRYSTAL11 → _CRYSTAL11Remy Oukaour
2018-01-09Eliminate version.asm (resolves #464)Remy Oukaour
2018-01-09Move text/ into data/Remy Oukaour
2018-01-02Make some graphics easier to editRemy Oukaour
2018-01-01sort the symfile by symbol typeyenatch
2017-12-26Name mail graphicsRemy Oukaour
2017-12-26Use "battle_anims" and "sprite_anims" for clarity, not just "anims"Remy Oukaour
2017-12-26Split battle/ into data/ and engine/ componentsRemy Oukaour
2017-12-26Rename: emote_headers, sprite_headers, cry_headers, gfx_headers, tileset_headersRemy Oukaour
2017-12-16Move some more main.asm routines into individual filesRemy Oukaour
2017-12-15Move more unknown graphics into real subfoldersRemy Oukaour
2017-12-15Move all misc/ and unknown/ files to meaningful directoriesRemy Oukaour
2017-12-14Split items/ and trainers/ into their data/ and engine/ componentsRemy Oukaour
Move some data into a pokemon/ subdirectory
2017-12-11Name some gfx/unknown/ filesRemy Oukaour
2017-12-11Move the rest of gfx/misc/ into specific directoriesRemy Oukaour
2017-12-09Move some gfx/unknown/ files into meaningful directoriesRemy Oukaour
2017-12-09Move some gfx/misc/ files into meaningful directoriesRemy Oukaour
2017-12-03fix make 3.81yenatch
the shell newline capture doesnt work in 3.81, so that's gone
2017-12-03fix cryptic 'no rule' error when a prerequisite is missingyenatch
at the cost of scan_includes running before the rules are actually evaluated
2017-10-22rgbds variables in the makefileyenatch
this is for my own convenience but anyone using both rgbds 2 and 3 may find it useful
2017-10-22rename pokecrystal.ld -> pokecrystal.linkyenatch
2017-09-24Rebuild on changes to pokecrystal.ldyenatch
2017-09-24Merge pull request #379 from yenatch/toolsyenatch
Refactor scan_includes and add warnings for tools
2017-09-24Merge pull request #389 from yenatch/rgbds-3yenatch
rgbds 0.3.3
2017-09-24Make repository compatible with RGBDS 0.3.3 (breaks support for earlier ↵PikalaxALT
versions of RGBDS)
2017-09-24tools/gfx: Replace --width with --pngyenatch
2017-09-23Fix section linkingPikalaxALT
Create linker script and float all sections
2017-09-10Updating Makefile for the unused GB + N64 image.surskitty
2017-08-20Makefile formattingyenatch
2017-08-20Use $(filter) to check targetsyenatch
2017-06-29Use $(MAKE)yenatch
2017-06-24Merge branch 'master' into tools-makefile-integrationyenatch
2017-06-24Add a md5 tool to avoid md5sum dependency.yenatch
md5sum is missing in macOS and (presumably) BSD. An alternative would have been to use sha1sum instead, but it's probably a good idea to have as few dependencies as possible, so this doesn't happen again. fixes #364
2017-06-24Use SHA1 to compare romsyenatch
2017-06-24Explicit rules for gfx/shrink{1,2}.2bppyenatch
2017-06-24Fix gfx/miscyenatch
2017-06-24pngs in gfx/unknownyenatch
2017-06-24pngs in gfx/miscyenatch
2017-06-24pngs in gfx/fxyenatch
- gave up on wind.png - add --remove-yflip
2017-06-23pngs in gfx/yenatch