summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-03Label some functions in gfx/load_pics.asmpfero
A few projects I looked around in used these same labels for these functions, and it looks like they describe these functions properly. Also fixed usage of BANK() in a few places.
2017-10-29Define GetWarpSFXpfero
This function checks the current tile at the player's feet, and returns an appropriate SFX that should be played when warping from it.
2017-10-28Fix WATERTILE/WALLTILE constantspfero
WATRTILE was wrongly defined as 15, and WALLTILE as 1. Those had to be flipped around. This has allowed for us to replace inmediate values with these constants in several places to improve readability. WATRTILE was renamed to WATERTILE in the name of readability.
2017-10-26Cianwood City labelssurskitty
2017-10-26Another label.surskitty
2017-10-26Pokefan Derek fully labelled.surskitty
2017-10-26Full script labels for Fuchsia Gym.surskitty
2017-10-26Cerulean Mart labelssurskitty
2017-10-26Partially labelling Pokefan Derek.surskitty
2017-10-26Some Fuchsia Gym labels.surskitty
2017-10-26Fuchsia City labelssurskitty
2017-10-26Celadon Cafe labels.surskitty
2017-10-26Labelling triggers pointlessly.surskitty
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