summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-10Correcting gfx function name to standards.surskitty
2017-09-09Labelling kanji for the days of the week (calendar?)surskitty
2017-09-09Renaming the image of the GB and the N64.surskitty
2017-09-09Merge https://github.com/pret/pokecrystalsurskitty
2017-09-09Moving headbutt tree graphic.surskitty
2017-09-04Add Gen 3 disassemblies.luckytyphlosion
2017-09-04Add other Discord and disassembly links.luckytyphlosion
2017-08-31Merge pull request #382 from surskitty/masteryenatch
Adding place names to the PokeMart list to match item constants.
2017-08-30Merge pull request #384 from i0brendan0/i0brendan0-patch-3yenatch
Correct constant to remove a bug
2017-08-30Remove possibility of garbage charactersi0brendan0
If the ds 2 that is behind OTClassName is deleted or decreased, the game will continue to display characters for trainer classes that are 12 or 13 characters long, including the @ terminator. The correct constant has been put in place and the ds 2 removed, but no one would have known it was wrong if they hadn't have removed the ds 2.
2017-08-30Adding place names to the PokeMart list to match item constants.surskitty
2017-08-24Merge pull request #380 from i0brendan0/i0brendan0-patch-1yenatch
Fix unused Constant for Happiness
2017-08-24Fix unused Constant for Happinessi0brendan0
The HAPPINESS_TO_EVOLVE constant is what's supposed to be used to give the number for when a Pokemon should evolve by happiness. The constant was not put in place so it is never used, instead the original 220 was put.
2017-08-20Makefile formattingyenatch
2017-08-20Use $(filter) to check targetsyenatch
2017-08-20Remove comma from png_dimensions usageyenatch
2017-08-20Fix unused variable warningsyenatch
2017-08-20Refactor scan_includesyenatch
2017-06-29Check some errors (not enough).IIMarckus
malloc can always fail. Check to avoid null dereference. malloc(0) is well defined but leads to an eventual crash on some systems. Check it too.
2017-06-29Fix uninitialized value.IIMarckus
2017-06-29Use $(MAKE)yenatch
2017-06-29tools: Default to gcc.yenatch
This gives Cygwin users an easier time at the expense of defaulting to gcc.
2017-06-25pokemon_animation's variable is not initialized (#374)SnDream
2017-06-24Merge pull request #365 from Ben10do/tools-makefile-integrationyenatch
Improvements to the tools and their Makefile
2017-06-24Add tools/gfx and tools/md5 to gitignoreyenatch
2017-06-24Merge branch 'master' into tools-makefile-integrationyenatch
2017-06-24Include front.dimensions file instead of manual pic dimensionsyenatch
2017-06-24Fix insecure fprintfyenatch
2017-06-24Merge pull request #371 from yenatch/graphicsyenatch
Use sha1sum instead of md5sum to compare roms
2017-06-24Fix implicit stdintyenatch
2017-06-24Add a travis badge and remove pokered linkyenatch
2017-06-24Add a md5 tool to avoid md5sum dependency.yenatch
md5sum is missing in macOS and (presumably) BSD. An alternative would have been to use sha1sum instead, but it's probably a good idea to have as few dependencies as possible, so this doesn't happen again. fixes #364
2017-06-24Use SHA1 to compare romsyenatch
2017-06-24Fix a misleading define for SLPyenatch
2017-06-24Merge pull request #354 from FredrIQ/commentsyenatch
Fix a reversed label mistake and reference a major bug
2017-06-24Merge pull request #370 from yenatch/graphicsyenatch
png everywhere
2017-06-24gcc is needed in cygwinyenatch
- also mention the new dlls in install
2017-06-24Fix implicit getoptyenatch
2017-06-24Fix tools/gfxyenatch
2017-06-24Explicit rules for gfx/shrink{1,2}.2bppyenatch
2017-06-241bpp in gitignoreyenatch
2017-06-24Fix gfx/miscyenatch
2017-06-24Fix gfx/framesyenatch
2017-06-24pngs in gfx/unknownyenatch
2017-06-24pngs in gfx/miscyenatch
2017-06-24pngs in gfx/mobileyenatch
2017-06-24forgot to remove 2bpp from gfx/tilesetsyenatch
2017-06-24forgot to remove 2bpp from gfx/introyenatch
2017-06-24pngs in gfx/fxyenatch
- gave up on wind.png - add --remove-yflip
2017-06-23pngs in gfx/battleyenatch