yenatch
c2889215a8
audio.o and misc/crystal_misc.o
2013-11-29 01:51:27 -05:00
yenatch
ac65a8b821
engine/credits_crystal.o
2013-11-28 01:38:49 -05:00
yenatch
41f149c7f1
maps.o and stats/pokedex/entries.o
2013-11-27 14:45:42 -05:00
yenatch
bb68a76330
Makefile: more readable object list
2013-11-23 02:54:02 -05:00
yenatch
cf6295cb9f
objects for event handling and scripting
2013-11-23 02:51:48 -05:00
yenatch
94188ee0f7
version-sensitive objects for egg moves and evos/attacks
...
this way main.o and wram.o are version-neutral
2013-11-22 00:14:55 -05:00
yenatch
02e8b4c7b6
version-neutral build targets
...
pokecrystal will probably never build gold/silver, but who knows
2013-11-21 21:15:37 -05:00
yenatch
f6706ecb09
finally compile multiple objects
...
pokecrystal.asm doesnt really make sense now so its gone
add includes.asm so objects have a standard include set
2013-11-20 06:35:10 -05:00
yenatch
549591ab0e
convert pngs to 1bpp too
2013-11-18 21:07:07 -05:00
yenatch
7fba45f668
fix a typo in Makefile
...
we want to link more than one object!
2013-09-11 20:27:16 -04:00
yenatch
e2aa3d7ea5
consolidate labels across objects into globals.asm
...
this is required for objects to share labels
2013-09-11 20:26:09 -04:00
yenatch
74f8d746db
abstract make targets are now phony
2013-09-11 01:26:51 -04:00
yenatch
84ba0ffc31
rename lzs make target to gfx
2013-09-11 01:25:39 -04:00
yenatch
c195276073
rename make variables for graphics files
2013-09-11 01:24:20 -04:00
yenatch
6a21963799
scan source files for Makefile dependencies
...
preprocessing should work with multiple object files now
2013-09-11 01:23:01 -04:00
yenatch
4db0e3c186
rewrite Makefile to handle multiple rgbasm objects
...
for now, any new files to preprocess will trigger the targets for all objects.
this isn't a problem yet since there's still only one object.
2013-09-10 19:30:31 -04:00
yenatch
3e9e7663ec
preprocess everything
...
it makes more sense this way
2013-09-10 02:05:33 -04:00
yenatch
6e6514c2c9
no need to use python if baserom.gbc doesn't exist
...
this part is only reached if baserom.gbc doesn't exist,
so it's pointless to check if it does
2013-09-10 00:09:43 -04:00
yenatch
2b38b9ba21
suppress .tx handling in Makefile
...
there are too many .tx files for the commands to be meaningful
better to just look at the makefile to see what's going on
2013-09-09 23:47:44 -04:00
Sanky
03af68dc41
define PYTHON in Makefile for simpler local changes
2013-09-06 22:25:42 +02:00
yenatch
90e63a8e06
makefile: files in constants/ dont all end in 'constants' anymore
...
any non-constants asm files shouldn't be in constants/ anyway
2013-09-04 21:57:44 -04:00
Bryan Bishop
9da5768b34
fix baserom.gbc check in Makefile
2013-08-29 11:56:20 -05:00
Bryan Bishop
53d208ce4c
fail fast when the baserom.gbc file doesn't exist
...
One day this will not be required. But until then, waiting one or more
seconds for the build to fail just to learn that you forgot baserom.gbc
is really silly.
This makes failure almost instantaneous compared to before, which would
take between one and ten seconds depending on system performance.
fixes #167
2013-08-28 16:22:50 -05:00
Bryan Bishop
3453879756
Merge branch 'master' into remove-extras
2013-08-27 10:51:30 -05:00
yenatch
dbe8f750fe
generate a mapfile and symfile on compile
...
the symfile is convenient and the mapfile is a better source for labels.json
2013-08-16 13:43:04 -04:00