Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-08 | pngs in gfx/icon | yenatch | |
2017-06-08 | pngs in gfx/frames | yenatch | |
2017-06-08 | pngs in gfx/{debug,emotes,evo,font,intro} | yenatch | |
2017-06-04 | pngs in gfx/overworld | yenatch | |
2017-05-29 | Merge pull request #362 from yenatch/c-tools | yenatch | |
Replace the python tools with C tools and rgbgfx. Add Pokemon pngs | |||
2017-05-29 | makefile misc qol | yenatch | |
- md5sum: no more --quiet. this flag is not standard and seeing "OK" is probably better - saner use of $(roms) | |||
2017-05-29 | Reorder the build targets for backwards compatibility with gmake 3.81. | yenatch | |
2017-05-29 | Use a separate makefile for tools | yenatch | |
- Fix crystal11 - Fix a bug where the dependency checks would run regardless of target Fixes 0bd74cdd7341a4cff5da73e1c32ac0d237ec8e08 | |||
2017-05-28 | pokemon_animation_graphics: remove declarations from for loops | yenatch | |
2017-05-28 | pokemon_animation_graphics: stdint.h | yenatch | |
2017-05-28 | travis: make tools | yenatch | |
2017-05-28 | Put more generated files in .gitignore | yenatch | |
2017-05-28 | Remove the now-generated animation data. | yenatch | |
2017-05-28 | Change the compression hash for Girafarig's sprite. | yenatch | |
2017-05-28 | Add targets for the pokemon animation edge cases. | yenatch | |
2017-05-28 | Fix 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-28 | Fix rgbds link and version | yenatch | |
2017-05-28 | Fix no newline at eof in engine/time.asm | yenatch | |
2017-05-28 | Fix crystal11 after clean | yenatch | |
2017-05-28 | Accidentally deleted the pokemon palette rule | yenatch | |
2017-05-28 | Merge remote-tracking branch 'origin/master' into c-tools | yenatch | |
2017-05-28 | Don't use the shiny palette when extracting backsprites. | yenatch | |
This wasn't actually desirable. | |||
2017-05-28 | Add new filetypes to .gitignore | yenatch | |
2017-05-28 | Add 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-28 | Fix intermediate files once and for all. | yenatch | |
GNU Make defaults to deleting all intermediate files unless .SECONDARY is defined. | |||
2017-05-28 | Fix the graphics rules | yenatch | |
2017-05-28 | scan_includes: add --strict so it doesn't have to be default | yenatch | |
2017-05-28 | Fix pokemon_animation_graphics | yenatch | |
2017-04-28 | Refactor scan_includes. | yenatch | |
2017-04-28 | Update the install instructions. | yenatch | |
Python and extras are no longer required. | |||
2017-04-28 | Fix the lzcomp rule. | yenatch | |
2017-03-24 | Revert "Fix floating sections" | Ben10do | |
This reverts commit e28b88f56d666484b994fc9cf28cc5d4cf50c803. | |||
2017-03-21 | Add Travis CI configuration (#359) | Sanqui | |
2017-03-15 | Merge pull request #358 from AntonioND/an/fix-floating | Sanqui | |
Fix floating sections | |||
2017-03-15 | Fix floating sections | AntonioND | |
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-22 | Strip address comments. | IIMarckus | |
2017-01-16 | Labels for Trainer Rankings stat tracking functions | hatschky | |
2017-01-11 | Give a better label. | IIMarckus | |
2017-01-11 | Fix misleading label; the Growlithe check doesn't change in 1.1. | IIMarckus | |
2017-01-08 | Fix an overlooked replace | Fredrik Ljungdahl | |
The build should match now... | |||
2017-01-08 | Explain a major AI-related bug with type matchup checks | Fredrik Ljungdahl | |
2017-01-08 | Reverse the LastEnemyCounterMove and LastPlayerCounterMove labels | Fredrik Ljungdahl | |
They were swapped | |||
2016-12-30 | Merge branch 'PikalaxALT-master' | YamaArashi | |
2016-12-30 | Merge branch 'master' of https://github.com/PikalaxALT/pokecrystal into ↵ | YamaArashi | |
PikalaxALT-master | |||
2016-10-28 | Merge pull request #352 from FredrIQ/comments | YamaArashi | |
Comments | |||
2016-10-29 | Point out a bug with enemy usage of Teleport | Fredrik Ljungdahl | |
Also point out a redundancy in ThunderAccuracy | |||
2016-10-29 | Fix inverted labels for HandleStatBoostingHeldItems | Fredrik Ljungdahl | |
2016-10-29 | Fix some wrong comments regarding battle substatuses | Fredrik Ljungdahl | |
2016-10-29 | Fix an incorrect comment regarding breeding | Fredrik 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-27 | Fix PNGs | PikalaxALT | |