Commit Graph

2836 Commits

Author SHA1 Message Date
pikalaxalt
2650bcffad Merge branch 'master' of https://github.com/pret/pokecrystal 2016-03-25 11:32:21 -04:00
yenatch
63eb59c6ed Fix a typo in AzaleaGym. 2016-03-25 11:12:15 -04:00
dannye
e4aff99f4e Fix filename case inconsistency
when the filename uses different case than the include,
rgbds mistakenly thinks that file is intermediate
2016-03-24 11:38:49 -05:00
dannye
8d1551ec9d Revert 85d30fa079 2016-03-24 11:27:02 -05:00
yenatch
85d30fa079 Fix make deleting files that aren't actually intermediate.
make was deciding that a couple .blk files were actually intermediate.
Still don't know what is causing that issue. This is a temporary fix
that will probably be forgotten about and become a permanent one.
2016-03-21 08:04:00 -04:00
pikalaxalt
707020f9be Merge branch 'master' of https://github.com/pret/pokecrystal 2016-03-19 19:46:39 -04:00
yenatch
9ce74b3d2c Fix the include for engine/fish.asm. 2016-03-18 23:44:20 -04:00
yenatch
d2a3e4a6a4 Split fish code out of data/. 2016-03-16 18:11:26 -04:00
yenatch
a2b891964f Use fish group constants in map headers. 2016-03-16 18:08:18 -04:00
yenatch
5b27af071c Add fish group constants. 2016-03-16 18:05:28 -04:00
yenatch
a1f7189e25 Add a link to the irc in INSTALL.md. 2016-03-16 17:59:24 -04:00
yenatch
1f784700b9 Fix the symfile.
gnu make redefines $* to mean % in spite of posix.
2016-03-16 17:54:20 -04:00
pikalaxalt
5b9ba5d921 Fix comment on HP bar bug 2016-03-08 20:02:30 -05:00
pikalaxalt
08e6009e61 Merge branch 'master' of https://github.com/pret/pokecrystal 2016-03-08 19:54:13 -05:00
pikalaxalt
f2fa5349d5 More annotations of HP bar animations, including an oversight by GameFreak resulting in super-slow HP bars for Pokemon with over 48 HP 2016-03-08 19:54:06 -05:00
yenatch
2270052319 Make diacritic labels less confusing in PlaceString. 2016-03-04 13:21:14 -05:00
yenatch
016c2baae2 Use the dakuten characters. 2016-03-03 00:07:17 -05:00
yenatch
3810cefaa2 Suppress deletion of .1bpp files. 2016-03-03 00:06:09 -05:00
yenatch
13f5590abe Trim some whitespace in the makefile. 2016-03-01 23:39:01 -05:00
yenatch
370f84227b Suppress deletion of intermediate .2bpp files. 2016-03-01 23:38:36 -05:00
PikalaxALT
f31da089bb Merge branch 'master' of https://github.com/pret/pokecrystal 2016-03-01 22:31:28 -05:00
PikalaxALT
599e6e8d16 Battle animation annotations 2016-03-01 22:31:21 -05:00
yenatch
0be6e6c910 Remove useless lines in the makefile.
The previous rules were composed this way but only because target-specific variables weren't used. As they are now, they actually do nothing.
2016-03-01 21:13:38 -05:00
yenatch
e11ef2b8d5 Only generate dependencies for a target when it's invoked.
This means dependencies for unrelated targets aren't generated if you aren't building them. This makes "make clean" and building individual targets fast again.
2016-03-01 21:01:34 -05:00
yenatch
782cbc14d6 Only use suffixes needed for intermediate rules.
This is technically a hack, since keeping the .asm suffix was causing nonexistent rules to be evaluated as per the next commit. On the other hand, this is the intended purpose of .SUFFIXES.
2016-03-01 20:58:00 -05:00
yenatch
21a9fac5d0 Decompress images in one step instead of having to invoke 'unlz'. 2016-02-17 18:08:11 -05:00
yenatch
f6fc07d1c9 Assume pokemon pics are 7x7 if not in base stats. 2016-02-17 17:13:03 -05:00
yenatch
dd77706524 Bump extras; pypng is now part of extras. 2016-02-17 16:44:27 -05:00
yenatch
73a660bf2a Remove "make pngs". 2016-02-17 16:22:05 -05:00
yenatch
2ae8f65b42 Try to fix pic dimensions. 2016-02-17 16:18:58 -05:00
yenatch
776dd61823 hRemainder 2016-02-15 18:57:49 -05:00
yenatch
bd11b60477 Use EGG_LEVEL for the Poke Seer. 2016-02-11 22:53:00 -05:00
yenatch
8e1167a1e5 Merge branch 'fix-makefile' 2016-02-10 00:32:58 -05:00
yenatch
36f0bda0b3 Use static pattern rules to fix dependencies for objects in subdirs. 2016-02-10 00:31:32 -05:00
yenatch
e044b8ec08 Merge pull request #337 from pret/install
Update the install instructions again.
2016-01-31 20:52:11 -05:00
yenatch
3d2f30deb3 Fix a typo. 2016-01-31 18:42:32 -05:00
yenatch
346114b040 Explain why there is an INSTALL.md. 2016-01-31 18:36:18 -05:00
yenatch
aa87b09163 Remove outdated Vagrant instructions. 2016-01-31 18:30:58 -05:00
yenatch
036efa1efb So much for apt-cyg. 2016-01-31 18:27:32 -05:00
IIMarckus
52f9ec8dce Remove misleading (unreferenced) labels. 2016-01-30 20:53:27 -07:00
yenatch
08ac6dfd80 *_crystal.asm files are no longer needed to build crystal *.o. 2016-01-29 16:24:38 -05:00
yenatch
1176712cfe Use rgbasm -D instead of extra files for version differences. 2016-01-29 01:10:41 -05:00
yenatch
00d491a646 Bump extras for faster scan_includes. 2016-01-29 01:01:41 -05:00
yenatch
11173a3807 Merge pull request #333 from PikalaxALT/master
Split base stats, rearrange wram.asm, naming screen
2016-01-29 01:00:48 -05:00
PikalaxALT
5322b56a83 Add more missing files 2016-01-29 00:57:06 -05:00
PikalaxALT
33506f382a Add missing file macros/pals.asm 2016-01-28 09:40:01 -05:00
PikalaxALT
b272c0c375 Fix marts using hard-coded bank number 2016-01-27 12:25:12 -05:00
PikalaxALT
d02c9e39dd BG pal constants, convert tileset pal maps to asm 2016-01-20 19:16:25 -05:00
PikalaxALT
be8d1c80f4 Merge branch 'master' of https://github.com/pret/pokecrystal 2016-01-19 23:28:37 -05:00
YamaArashi
289d3dea86 Merge pull request #335 from pret/YamaArashi-patch-1
Rename pokedex function
2016-01-19 18:44:43 -08:00