12 Commits

Author SHA1 Message Date
yenatch
8f1190efd6 Error on tool warnings 2017-07-06 22:20:50 -04:00
yenatch
3e6d1757d0 Fix gbagfx warning 2017-07-06 22:12:34 -04:00
camthesaxman
543820c726 strip debugging symbols from tools 2017-05-11 21:57:48 -05:00
Cameron
46048394ac add LDFLAGS variable to tools makefiles 2017-05-11 21:51:54 -05:00
YamaArashi
a1f83e332f add error check to RL decompression 2016-09-11 10:02:01 -07:00
YamaArashi
fdcf7a4e3c diploma tilemap/palette 2016-07-29 16:41:13 -07:00
YamaArashi
04cfba7536 picture frame graphics 2016-07-24 07:18:38 -07:00
yenatch
2eabe20a65 Reorder LIBS in rsfont and gbagfx.
20:48    asperguy| Also, the order of LIBS is wrong in the rsfont and gbagfx makefiles. It should be -lpng -lz.
20:50    asperguy| I get undefined references unless I swap them. Order does matter. See this stackoverflow post for an explanation. http://stackoverflow.com/questions/2395355/linking-with-libpng-zlib

In case the stackoverflow link dies, it says the linker will not realize zlib is actually needed unless libpng comes first, because they are static archives.
2016-07-22 00:00:53 -04:00
YamaArashi
4c97f5ad0f support 1 to 256 colors in palettes 2016-06-17 21:02:07 -07:00
ProjectRevoTPP
14dcee450d Potential fix for Issue #1 (#10)
replace all-zero incbins with .space and build fixes for certain Linux configurations
2016-06-17 05:00:47 -07:00
YamaArashi
aa5f55985d tilesets 2016-01-29 03:55:59 -08:00
YamaArashi
64814e1324 pokemon graphics data and makefile 2016-01-24 03:44:21 -08:00