Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-25 | Labelling Sweet Scent. | surskitty | |
2017-10-22 | rgbds variables in the makefile | yenatch | |
this is for my own convenience but anyone using both rgbds 2 and 3 may find it useful | |||
2017-10-22 | rename pokecrystal.ld -> pokecrystal.link | yenatch | |
2017-10-22 | fix animated pic dumps | yenatch | |
2017-10-22 | condense japanese pokemon sort | yenatch | |
2017-10-21 | Merge pull request #394 from surskitty/master | yenatch | |
Adjusting Indigo League map labels | |||
2017-10-21 | Typo fix. | surskitty | |
2017-10-21 | Renaming labels for E4. | surskitty | |
2017-09-25 | Merge pull request #390 from yenatch/remove-contents | yenatch | |
Remove contents.asm | |||
2017-09-24 | Build tools with -O3. | yenatch | |
This improves build time by about 20%. | |||
2017-09-24 | Rebuild on changes to pokecrystal.ld | yenatch | |
2017-09-24 | Align "Sprites" section to $100 bytes. | yenatch | |
The code expects this section to be aligned. | |||
2017-09-24 | Remove contents.asm | yenatch | |
2017-09-24 | fix rgbds version in install instructions | yenatch | |
2017-09-24 | Merge pull request #379 from yenatch/tools | yenatch | |
Refactor scan_includes and add warnings for tools | |||
2017-09-24 | Merge pull request #389 from yenatch/rgbds-3 | yenatch | |
rgbds 0.3.3 | |||
2017-09-24 | Remove redundant org statements (ax6 will slaughter me) | PikalaxALT | |
2017-09-24 | Make repository compatible with RGBDS 0.3.3 (breaks support for earlier ↵ | PikalaxALT | |
versions of RGBDS) | |||
2017-09-24 | fix warnings in lzcomp and md5 | yenatch | |
2017-09-24 | Add warnings for tools | yenatch | |
2017-09-24 | tools/gfx: Replace --width with --png | yenatch | |
2017-09-23 | Update travis.yml | PikalaxALT | |
2017-09-23 | Fix section linking | PikalaxALT | |
Create linker script and float all sections | |||
2017-09-17 | Merge pull request #388 from surskitty/master | yenatch | |
Moving a few images out of gfx/unknown | |||
2017-09-10 | Updating Makefile for the unused GB + N64 image. | surskitty | |
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 | |