yenatch
a749057b27
Fix gfx/frames
2017-06-24 16:28:50 -04:00
yenatch
803c5154f4
pngs in gfx/unknown
2017-06-24 16:27:52 -04:00
yenatch
131bda73bc
pngs in gfx/misc
2017-06-24 02:50:42 -04:00
yenatch
89cb46a64d
pngs in gfx/mobile
2017-06-24 00:53:38 -04:00
yenatch
afc6f8033b
forgot to remove 2bpp from gfx/tilesets
2017-06-24 00:50:33 -04:00
yenatch
65809032bf
forgot to remove 2bpp from gfx/intro
2017-06-24 00:49:37 -04:00
yenatch
41ae3610f6
pngs in gfx/fx
...
- gave up on wind.png
- add --remove-yflip
2017-06-24 00:47:55 -04:00
yenatch
f42e731d76
pngs in gfx/battle
2017-06-23 20:00:11 -04:00
yenatch
1f81d1851f
pngs in gfx/
2017-06-23 19:56:24 -04:00
yenatch
a540926345
pngs in gfx/unown_puzzle
2017-06-22 23:53:57 -04:00
yenatch
89093e4670
pngs in gfx/trainers
2017-06-22 23:46:58 -04:00
yenatch
31d9c1fffa
pngs in gfx/trade
...
game_boy.png can be rearranged in a nicer way, but it's a job for another time
2017-06-22 23:45:45 -04:00
yenatch
bcb58c2939
Add --interleave to tools/gfx and refactor.
...
For images composed of 8x16 sprites.
The width has to be manually passed in. If this were an rgbgfx feature this would not be necessary.
Fixes 647f9b4452
2017-06-21 23:49:45 -04:00
yenatch
647f9b4452
pngs in gfx/title
2017-06-21 23:45:01 -04:00
yenatch
967b0898a9
pngs in gfx/tilesets
2017-06-21 00:28:48 -04:00
yenatch
1fee4eb003
pngs in gfx/stats
2017-06-21 00:14:21 -04:00
yenatch
5738567985
pngs in gfx/splash
2017-06-21 00:13:09 -04:00
yenatch
2e0344e63d
pngs in gfx/special/celebi
2017-06-21 00:12:01 -04:00
yenatch
99f6249de8
pngs in gfx/pokegear
...
- flymap_label_border.2bpp was actually 1bpp
2017-06-21 00:11:29 -04:00
yenatch
f10ed64d1a
pngs in gfx/pokedex
2017-06-20 23:42:29 -04:00
yenatch
93a3a7d3c5
Use $(if) in the makefile. Fix gfx/mail.
...
Fixes 384788f370
2017-06-20 23:36:28 -04:00
yenatch
a71005fafa
Remove debug statement from tools/gfx
2017-06-18 00:54:02 -04:00
yenatch
384788f370
pngs in gfx/mail
2017-06-18 00:13:03 -04:00
yenatch
cd3d125861
Add gfx
tool for graphics postprocessing
2017-06-18 00:09:25 -04:00
yenatch
f4071b2ce7
pngs in gfx/icon
2017-06-08 22:28:19 -04:00
yenatch
a45b56a8c1
pngs in gfx/frames
2017-06-08 22:26:33 -04:00
yenatch
71b51b7f19
pngs in gfx/{debug,emotes,evo,font,intro}
2017-06-08 22:21:12 -04:00
yenatch
cd159dcf39
pngs in gfx/overworld
2017-06-04 21:06:36 -04:00
yenatch
fb154f5a6e
Merge pull request #362 from yenatch/c-tools
...
Replace the python tools with C tools and rgbgfx. Add Pokemon pngs
2017-05-29 23:27:19 -04:00
yenatch
6001eeba40
makefile misc qol
...
- md5sum: no more --quiet. this flag is not standard and seeing "OK" is probably better
- saner use of $(roms)
2017-05-29 23:22:24 -04:00
yenatch
2f2aa10c9c
Reorder the build targets for backwards compatibility with gmake 3.81.
2017-05-29 23:21:42 -04:00
yenatch
e78034eb8c
Use a separate makefile for tools
...
- Fix crystal11
- Fix a bug where the dependency checks would run regardless of target
Fixes 0bd74cdd73
2017-05-29 19:15:34 -04:00
yenatch
c81a7aa162
pokemon_animation_graphics: remove declarations from for loops
2017-05-28 23:52:23 -04:00
yenatch
d9c329eb3c
pokemon_animation_graphics: stdint.h
2017-05-28 23:49:12 -04:00
yenatch
f175c636b5
travis: make tools
2017-05-28 23:44:39 -04:00
yenatch
57e0f470b1
Put more generated files in .gitignore
2017-05-28 23:37:45 -04:00
yenatch
2dc6dd7584
Remove the now-generated animation data.
2017-05-28 23:35:08 -04:00
yenatch
1c7d4954cd
Change the compression hash for Girafarig's sprite.
2017-05-28 23:26:04 -04:00
yenatch
d6bf2468a1
Add targets for the pokemon animation edge cases.
2017-05-28 23:23:11 -04:00
yenatch
6cce673501
Fix the pokemon animation tools.
...
Fixed a lot of serious bugs. These tools were not functional.
Also added a --girafarig flag for a special case.
2017-05-28 23:22:10 -04:00
yenatch
853abd3aa3
Fix rgbds link and version
2017-05-28 15:57:57 -04:00
yenatch
74005945b7
Fix no newline at eof in engine/time.asm
2017-05-28 15:54:03 -04:00
yenatch
0bd74cdd73
Fix crystal11 after clean
2017-05-28 15:53:30 -04:00
yenatch
1a549990da
Accidentally deleted the pokemon palette rule
2017-05-28 15:53:06 -04:00
yenatch
f748d34aa3
Merge remote-tracking branch 'origin/master' into c-tools
2017-05-28 14:15:22 -04:00
yenatch
fd7cf5987a
Don't use the shiny palette when extracting backsprites.
...
This wasn't actually desirable.
2017-05-28 14:09:25 -04:00
yenatch
e3c28297ef
Add new filetypes to .gitignore
2017-05-28 14:09:12 -04:00
yenatch
e9c1d24c31
Add Pokemon pic pngs.
...
Copies of the matching compressed files are kept, so files with a matching hash will use the matching compressed file instead.
This is the best that can be done until the compressor is fixed, which may never happen.
2017-05-28 14:03:13 -04:00
yenatch
22058020f4
Fix intermediate files once and for all.
...
GNU Make defaults to deleting all intermediate files unless .SECONDARY is defined.
2017-05-28 01:22:17 -04:00
yenatch
517136b0d9
Fix the graphics rules
2017-05-28 01:20:58 -04:00