summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-08pngs in gfx/iconyenatch
2017-06-08pngs in gfx/framesyenatch
2017-06-08pngs in gfx/{debug,emotes,evo,font,intro}yenatch
2017-06-04pngs in gfx/overworldyenatch
2017-05-29Merge pull request #362 from yenatch/c-toolsyenatch
Replace the python tools with C tools and rgbgfx. Add Pokemon pngs
2017-05-29makefile misc qolyenatch
- md5sum: no more --quiet. this flag is not standard and seeing "OK" is probably better - saner use of $(roms)
2017-05-29Reorder the build targets for backwards compatibility with gmake 3.81.yenatch
2017-05-29Use a separate makefile for toolsyenatch
- Fix crystal11 - Fix a bug where the dependency checks would run regardless of target Fixes 0bd74cdd7341a4cff5da73e1c32ac0d237ec8e08
2017-05-28pokemon_animation_graphics: remove declarations from for loopsyenatch
2017-05-28pokemon_animation_graphics: stdint.hyenatch
2017-05-28travis: make toolsyenatch
2017-05-28Put more generated files in .gitignoreyenatch
2017-05-28Remove the now-generated animation data.yenatch
2017-05-28Change the compression hash for Girafarig's sprite.yenatch
2017-05-28Add targets for the pokemon animation edge cases.yenatch
2017-05-28Fix the pokemon animation tools.yenatch
Fixed a lot of serious bugs. These tools were not functional. Also added a --girafarig flag for a special case.
2017-05-28Fix rgbds link and versionyenatch
2017-05-28Fix no newline at eof in engine/time.asmyenatch
2017-05-28Fix crystal11 after cleanyenatch
2017-05-28Accidentally deleted the pokemon palette ruleyenatch
2017-05-28Merge remote-tracking branch 'origin/master' into c-toolsyenatch
2017-05-28Don't use the shiny palette when extracting backsprites.yenatch
This wasn't actually desirable.
2017-05-28Add new filetypes to .gitignoreyenatch
2017-05-28Add Pokemon pic pngs.yenatch
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-28Fix intermediate files once and for all.yenatch
GNU Make defaults to deleting all intermediate files unless .SECONDARY is defined.
2017-05-28Fix the graphics rulesyenatch
2017-05-28scan_includes: add --strict so it doesn't have to be defaultyenatch
2017-05-28Fix pokemon_animation_graphicsyenatch
2017-04-28Refactor scan_includes.yenatch
2017-04-28Update the install instructions.yenatch
Python and extras are no longer required.
2017-04-28Fix the lzcomp rule.yenatch
2017-03-24Revert "Fix floating sections"Ben10do
This reverts commit e28b88f56d666484b994fc9cf28cc5d4cf50c803.
2017-03-21Add Travis CI configuration (#359)Sanqui
2017-03-15Merge pull request #358 from AntonioND/an/fix-floatingSanqui
Fix floating sections
2017-03-15Fix floating sectionsAntonioND
This is needed so that rgblink doesn't move them around after modifying it's placement algorithm. Signed-off-by: AntonioND <antonio_nd@outlook.com>
2017-02-22Strip address comments.IIMarckus
2017-01-16Labels for Trainer Rankings stat tracking functionshatschky
2017-01-11Give a better label.IIMarckus
2017-01-11Fix misleading label; the Growlithe check doesn't change in 1.1.IIMarckus
2017-01-08Fix an overlooked replaceFredrik Ljungdahl
The build should match now...
2017-01-08Explain a major AI-related bug with type matchup checksFredrik Ljungdahl
2017-01-08Reverse the LastEnemyCounterMove and LastPlayerCounterMove labelsFredrik Ljungdahl
They were swapped
2016-12-30Merge branch 'PikalaxALT-master'YamaArashi
2016-12-30Merge branch 'master' of https://github.com/PikalaxALT/pokecrystal into ↵YamaArashi
PikalaxALT-master
2016-10-28Merge pull request #352 from FredrIQ/commentsYamaArashi
Comments
2016-10-29Point out a bug with enemy usage of TeleportFredrik Ljungdahl
Also point out a redundancy in ThunderAccuracy
2016-10-29Fix inverted labels for HandleStatBoostingHeldItemsFredrik Ljungdahl
2016-10-29Fix some wrong comments regarding battle substatusesFredrik Ljungdahl
2016-10-29Fix an incorrect comment regarding breedingFredrik Ljungdahl
If Defense DV match and lower 3 DVs match father+mother, breeding chance isn't maximized, but prevented. Possibly done to combat in-breeding
2016-09-27Fix PNGsPikalaxALT