summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-24Align "Sprites" section to $100 bytes.yenatch
The code expects this section to be aligned.
2017-09-24Remove contents.asmyenatch
2017-09-24fix rgbds version in install instructionsyenatch
2017-09-24Merge pull request #379 from yenatch/toolsyenatch
Refactor scan_includes and add warnings for tools
2017-09-24Merge pull request #389 from yenatch/rgbds-3yenatch
rgbds 0.3.3
2017-09-24Remove redundant org statements (ax6 will slaughter me)PikalaxALT
2017-09-24Make repository compatible with RGBDS 0.3.3 (breaks support for earlier ↵PikalaxALT
versions of RGBDS)
2017-09-24fix warnings in lzcomp and md5yenatch
2017-09-24Add warnings for toolsyenatch
2017-09-24tools/gfx: Replace --width with --pngyenatch
2017-09-23Update travis.ymlPikalaxALT
2017-09-23Fix section linkingPikalaxALT
Create linker script and float all sections
2017-09-17Merge pull request #388 from surskitty/masteryenatch
Moving a few images out of gfx/unknown
2017-09-10Updating Makefile for the unused GB + N64 image.surskitty
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