summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-30Copycat labels; macro for the Crystal-only Unown chamber unlock wordspikalaxalt
2016-04-18Merge pull request #338 from PikalaxALT/masteryenatch
Battle anims, HP Bar anim
2016-04-18Add missing wind.2bpp.lzpikalaxalt
2016-04-10Merge branch 'master' of https://github.com/pret/pokecrystalpikalaxalt
2016-04-10Bump extras again to fix last bump.yenatch
2016-04-10Add a custom scan_includes.py.yenatch
2016-04-10Bump extras to fix gfx.py.yenatch
2016-04-10Finish renaming battle anim gfx pointers and filespikalaxalt
2016-04-10Local labels starting with underscores have colons depending on whether the ↵pikalaxalt
first alphanumeric character is capitalized or not
2016-04-10Local labels starting with lowercase letters are no longer decorated with a ↵pikalaxalt
trailing colon
2016-04-10Local labels starting with capital letters are now decorated with a trailing ↵pikalaxalt
colon; remove trailing whitespace; globally correct line endings to UNIX style
2016-04-10Alan's script pointers are now local references; movement_tree_shake for ↵pikalaxalt
sudowoodo on route 36
2016-04-10Merge branch 'master' of https://github.com/pret/pokecrystalpikalaxalt
2016-04-07More labels cleanup in map scripts.IIMarckus
2016-04-06Improve some map script labels.IIMarckus
2016-04-06Remove duplicate blockdata.IIMarckus
2016-04-02Make town map pals more intuitive in sourcepikalaxalt
2016-03-27Split up banks 1-3 of main.asmpikalaxalt
2016-03-25Merge branch 'master' of https://github.com/pret/pokecrystalpikalaxalt
2016-03-25Fix a typo in AzaleaGym.yenatch
2016-03-24Fix filename case inconsistencydannye
when the filename uses different case than the include, rgbds mistakenly thinks that file is intermediate
2016-03-24Revert 85d30fa0796f02a6d390fe4694bcbf21b8398fb5dannye
2016-03-21Fix make deleting files that aren't actually intermediate.yenatch
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-19Merge branch 'master' of https://github.com/pret/pokecrystalpikalaxalt
2016-03-18Fix the include for engine/fish.asm.yenatch
2016-03-16Split fish code out of data/.yenatch
2016-03-16Use fish group constants in map headers.yenatch
2016-03-16Add fish group constants.yenatch
2016-03-16Add a link to the irc in INSTALL.md.yenatch
2016-03-16Fix the symfile.yenatch
gnu make redefines $* to mean % in spite of posix.
2016-03-08Fix comment on HP bar bugpikalaxalt
2016-03-08Merge branch 'master' of https://github.com/pret/pokecrystalpikalaxalt
2016-03-08More annotations of HP bar animations, including an oversight by GameFreak ↵pikalaxalt
resulting in super-slow HP bars for Pokemon with over 48 HP
2016-03-04Make diacritic labels less confusing in PlaceString.yenatch
2016-03-03Use the dakuten characters.yenatch
2016-03-03Suppress deletion of .1bpp files.yenatch
2016-03-01Trim some whitespace in the makefile.yenatch
2016-03-01Suppress deletion of intermediate .2bpp files.yenatch
2016-03-01Merge branch 'master' of https://github.com/pret/pokecrystalPikalaxALT
2016-03-01Battle animation annotationsPikalaxALT
2016-03-01Remove useless lines in the makefile.yenatch
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-01Only generate dependencies for a target when it's invoked.yenatch
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-01Only use suffixes needed for intermediate rules.yenatch
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-02-17Decompress images in one step instead of having to invoke 'unlz'.yenatch
2016-02-17Assume pokemon pics are 7x7 if not in base stats.yenatch
2016-02-17Bump extras; pypng is now part of extras.yenatch
2016-02-17Remove "make pngs".yenatch
2016-02-17Try to fix pic dimensions.yenatch
2016-02-15hRemainderyenatch
2016-02-11Use EGG_LEVEL for the Poke Seer.yenatch