More splitting of main.asm; remove unneeded rept 2
Copycat labels; macro for the Crystal-only Unown chamber unlock words
Merge pull request #338 from PikalaxALT/master
Merge branch 'master' of https://github.com/pret/pokecrystal
Bump extras again to fix last bump.
Finish renaming battle anim gfx pointers and files
Local labels starting with underscores have colons depending on whether the first alphanumeric character is capitalized or not
Local labels starting with lowercase letters are no longer decorated with a trailing colon
Local labels starting with capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style
Alan's script pointers are now local references; movement_tree_shake for sudowoodo on route 36
Merge branch 'master' of https://github.com/pret/pokecrystal
More labels cleanup in map scripts.
Improve some map script labels.
Make town map pals more intuitive in source
Split up banks 1-3 of main.asm
Merge branch 'master' of https://github.com/pret/pokecrystal
Revert 85d30fa0796f02a6d390fe4694bcbf21b8398fb5
Fix make deleting files that aren't actually intermediate.
Merge branch 'master' of https://github.com/pret/pokecrystal
Fix the include for engine/fish.asm.
Use fish group constants in map headers.
Add a link to the irc in INSTALL.md.
Merge branch 'master' of https://github.com/pret/pokecrystal
More annotations of HP bar animations, including an oversight by GameFreak resulting in super-slow HP bars for Pokemon with over 48 HP
Make diacritic labels less confusing in PlaceString.
Suppress deletion of .1bpp files.
Trim some whitespace in the makefile.
Suppress deletion of intermediate .2bpp files.
Merge branch 'master' of https://github.com/pret/pokecrystal
Remove useless lines in the makefile.
Only generate dependencies for a target when it's invoked.
Only use suffixes needed for intermediate rules.
Decompress images in one step instead of having to invoke 'unlz'.
Assume pokemon pics are 7x7 if not in base stats.
Bump extras; pypng is now part of extras.
Use EGG_LEVEL for the Poke Seer.
Use static pattern rules to fix dependencies for objects in subdirs.
Merge pull request #337 from pret/install
Explain why there is an INSTALL.md.
Remove outdated Vagrant instructions.
Remove misleading (unreferenced) labels.
*_crystal.asm files are no longer needed to build crystal *.o.
Use rgbasm -D instead of extra files for version differences.
Bump extras for faster scan_includes.
Merge pull request #333 from PikalaxALT/master
Add missing file macros/pals.asm
Fix marts using hard-coded bank number
BG pal constants, convert tileset pal maps to asm
Merge branch 'master' of https://github.com/pret/pokecrystal
Merge pull request #335 from pret/YamaArashi-patch-1
Merge branch 'master' of https://github.com/pret/pokecrystal
Merge pull request #334 from YamaArashi/master
Finish function labels in battle core
Fully label home/map_objects.asm
Restored StandingTile and introduced LastTile
Pokegear functions and RAM labels
Finish labels in engine/namingscreen.asm
Merge branch 'master' of https://github.com/pret/pokecrystal
wram macros moved to new file
Remove lines that are just address comments.
Improve text labels, trim address comments.
Text labels for Places and People.
Merge branch 'scriptmacrorenaming' of github.com:pikalaxalt/pokecrystal
Merge pull request #330 from PikalaxALT/scriptmacrorenaming
Item effects, post-battle, and decoration flags