Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-10 | Correcting gfx function name to standards. | surskitty | |
2017-09-09 | Labelling kanji for the days of the week (calendar?) | surskitty | |
2017-09-09 | Renaming the image of the GB and the N64. | surskitty | |
2017-09-09 | Merge https://github.com/pret/pokecrystal | surskitty | |
2017-09-09 | Moving headbutt tree graphic. | surskitty | |
2017-09-04 | Add Gen 3 disassemblies. | luckytyphlosion | |
2017-09-04 | Add other Discord and disassembly links. | luckytyphlosion | |
2017-08-31 | Merge pull request #382 from surskitty/master | yenatch | |
Adding place names to the PokeMart list to match item constants. | |||
2017-08-30 | Merge pull request #384 from i0brendan0/i0brendan0-patch-3 | yenatch | |
Correct constant to remove a bug | |||
2017-08-30 | Remove possibility of garbage characters | i0brendan0 | |
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-30 | Adding place names to the PokeMart list to match item constants. | surskitty | |
2017-08-24 | Merge pull request #380 from i0brendan0/i0brendan0-patch-1 | yenatch | |
Fix unused Constant for Happiness | |||
2017-08-24 | Fix unused Constant for Happiness | i0brendan0 | |
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-20 | Makefile formatting | yenatch | |
2017-08-20 | Use $(filter) to check targets | yenatch | |
2017-08-20 | Remove comma from png_dimensions usage | yenatch | |
2017-08-20 | Fix unused variable warnings | yenatch | |
2017-08-20 | Refactor scan_includes | yenatch | |
2017-06-29 | Check 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-29 | Fix uninitialized value. | IIMarckus | |
2017-06-29 | Use $(MAKE) | yenatch | |
2017-06-29 | tools: Default to gcc. | yenatch | |
This gives Cygwin users an easier time at the expense of defaulting to gcc. | |||
2017-06-25 | pokemon_animation's variable is not initialized (#374) | SnDream | |
2017-06-24 | Merge pull request #365 from Ben10do/tools-makefile-integration | yenatch | |
Improvements to the tools and their Makefile | |||
2017-06-24 | Add tools/gfx and tools/md5 to gitignore | yenatch | |
2017-06-24 | Merge branch 'master' into tools-makefile-integration | yenatch | |
2017-06-24 | Include front.dimensions file instead of manual pic dimensions | yenatch | |
2017-06-24 | Fix insecure fprintf | yenatch | |
2017-06-24 | Merge pull request #371 from yenatch/graphics | yenatch | |
Use sha1sum instead of md5sum to compare roms | |||
2017-06-24 | Fix implicit stdint | yenatch | |
2017-06-24 | Add a travis badge and remove pokered link | yenatch | |
2017-06-24 | Add 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-24 | Use SHA1 to compare roms | yenatch | |
2017-06-24 | Fix a misleading define for SLP | yenatch | |
2017-06-24 | Merge pull request #354 from FredrIQ/comments | yenatch | |
Fix a reversed label mistake and reference a major bug | |||
2017-06-24 | Merge pull request #370 from yenatch/graphics | yenatch | |
png everywhere | |||
2017-06-24 | gcc is needed in cygwin | yenatch | |
- also mention the new dlls in install | |||
2017-06-24 | Fix implicit getopt | yenatch | |
2017-06-24 | Fix tools/gfx | yenatch | |
2017-06-24 | Explicit rules for gfx/shrink{1,2}.2bpp | yenatch | |
2017-06-24 | 1bpp in gitignore | yenatch | |
2017-06-24 | Fix gfx/misc | yenatch | |
2017-06-24 | Fix gfx/frames | yenatch | |
2017-06-24 | pngs in gfx/unknown | yenatch | |
2017-06-24 | pngs in gfx/misc | yenatch | |
2017-06-24 | pngs in gfx/mobile | yenatch | |
2017-06-24 | forgot to remove 2bpp from gfx/tilesets | yenatch | |
2017-06-24 | forgot to remove 2bpp from gfx/intro | yenatch | |
2017-06-24 | pngs in gfx/fx | yenatch | |
- gave up on wind.png - add --remove-yflip | |||
2017-06-23 | pngs in gfx/battle | yenatch | |