Define more charmap characters and use them in place of hard-coded numbers
Document constants with comments, actual names, and more thorough usage
Merge pull request #405 from yenatch/fix-no-rule-error
Merge pull request #404 from surskitty/master
Merge pull request #403 from mid-kid/master
fix cryptic 'no rule' error when a prerequisite is missing
Merge pull request #400 from mid-kid/master
Fix some SPRITE_ANIM_FRAMESET_ constants
Making all Rocket Grunts call the constant.
Constants for Rocket Grunt rosters.
Rename all files in data/pokedex/entries/
Script_ChoseChallenge -> Script_ChooseChallenge
Merge pull request #395 from surskitty/master
Merge pull request #397 from mid-kid/master
PewterPokeCEnter2FBeta -> PewterPokeCenter2FBeta
Move LoadOverworldFont to main.asm
Move all of constants/sram_constants.asm into sram
DetermineMobileBattleResult -> DisplayLinkBattleResult
Labelled some battle tower-related functions
Define bank43 in main.asm instead of unused_title
CeruleanCaveNane -> CeruleanCaveName
Clean up labels in battle/moves/move_effects.asm
Fix comments in tilesets/roofs.asm
Label some functions in gfx/load_pics.asm
Fix WATERTILE/WALLTILE constants
Full script labels for Fuchsia Gym.
Partially labelling Pokefan Derek.
Labelling triggers pointlessly.
Labelling some of Morty's scripts.
rename pokecrystal.ld -> pokecrystal.link
Merge pull request #394 from surskitty/master
Renaming labels for E4.
Merge pull request #390 from yenatch/remove-contents
Rebuild on changes to pokecrystal.ld
Align "Sprites" section to $100 bytes.
fix rgbds version in install instructions
Merge pull request #379 from yenatch/tools
Merge pull request #389 from yenatch/rgbds-3
Remove redundant org statements (ax6 will slaughter me)
Make repository compatible with RGBDS 0.3.3 (breaks support for earlier versions of RGBDS)
tools/gfx: Replace --width with --png
Update travis.yml
Fix section linking
Merge pull request #388 from surskitty/master
Updating Makefile for the unused GB + N64 image.
Correcting gfx function name to standards.
Labelling kanji for the days of the week (calendar?)
Renaming the image of the GB and the N64.
Merge https://github.com/pret/pokecrystal
Add Gen 3 disassemblies.
Add other Discord and disassembly links.
Merge pull request #382 from surskitty/master
Merge pull request #384 from i0brendan0/i0brendan0-patch-3
Remove possibility of garbage characters
Adding place names to the PokeMart list to match item constants.
Merge pull request #380 from i0brendan0/i0brendan0-patch-1
Fix unused Constant for Happiness
Remove comma from png_dimensions usage
Check some errors (not enough).
pokemon_animation's variable is not initialized (#374)
Merge pull request #365 from Ben10do/tools-makefile-integration
Add tools/gfx and tools/md5 to gitignore