summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-26Mahogany Gym labels.surskitty
2017-10-26Labels for TM people.surskitty
2017-10-26Labelling Jasmine.surskitty
2017-10-26Labelling some of Morty's scripts.surskitty
2017-10-25whitelist shiny.palyenatch
2017-10-25Labelling a few mom scripts.surskitty
2017-10-25Labelling Sweet Scent.surskitty
2017-10-22rgbds variables in the makefileyenatch
this is for my own convenience but anyone using both rgbds 2 and 3 may find it useful
2017-10-22rename pokecrystal.ld -> pokecrystal.linkyenatch
2017-10-22fix animated pic dumpsyenatch
2017-10-22condense japanese pokemon sortyenatch
2017-10-21Merge pull request #394 from surskitty/masteryenatch
Adjusting Indigo League map labels
2017-10-21Typo fix.surskitty
2017-10-21Renaming labels for E4.surskitty
2017-09-25Merge pull request #390 from yenatch/remove-contentsyenatch
Remove contents.asm
2017-09-24Build tools with -O3.yenatch
This improves build time by about 20%.
2017-09-24Rebuild on changes to pokecrystal.ldyenatch
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.