unnamed.py: Add completion percentage
Add tool to find unnamed symbols
Fix comments around BANK() statements
Fix issue #581 (random stuff ax6 noticed)
Merge pull request #579 from Rangi42/master
Format music macros like movement macros
Merge pull request #578 from mid-kid/master
Update docs/battle_anim_commands.md
Rename "feet and head follow" commands
Identified another user of wBattleAnimTemp
Define ANIM_GFX for PLAYER and ENEMY
Use ANIM_GFX constants for battle animations
Move BattleSideCopy to transform.asm
Add flex and pkg-config to INSTALL.md
Merge pull request #577 from Rangi42/master
Resolve issue #575: Rename text commands
text_jump → text_far in docs/text_commands.md
Merge pull request #573 from mid-kid/master
Merge pull request #574 from mid-kid/connections
Adapt macro based on suggestions
Make the `connection` macro simpler to use
CorrectNickErrors fixes control characters, not text commands
Update assembly programming links
Add colons to some function labels
gfx/roofs/*.png filenames match ROOF_* constants
Merge pull request #571 from Rangi42/master
Apply SPRITE_GFX_LIST_CAPACITY to wUsedSprites
Update Discord link.
Merge pull request #569 from Rangi42/master
Identify BATTLEACTION_D and _E (thanks, ax6)
Merge pull request #568 from mid-kid/master
Add more savegame stuff to gitignore
This event isn't Crystal-exclusive.
Merge pull request #566 from luckytyphlosion/master
Add make tidy and remove bitmask.asm and frames.asm in make clean
Merge pull request #567 from Rangi42/master
PREDEFPAL_4D -> PREDEFPAL_GAMEFREAK_LOGO_OB
Merge pull request #565 from Rangi42/master
Fix toc.py line endings (for travis-ci)
Remove *.pal from gitignore, remove more build objects with make clean.
Refactor .gitattributes and .gitignore
Merge branch 'master' of https://github.com/pret/pokecrystal
Identify some Spaceworld beta content
Merge pull request #564 from mid-kid/master
Fix use of in LoadMansionPalette
Merge pull request #563 from Rangi42/master
Use 0/1/2/3 for palettes, and rgbds opt feature for battle transition graphic
Merge pull request #562 from Rangi42/master
wCursorCurTile -> wCursorCurrentTile
hMultiplicand is four bytes internally, but the high byte is always 0 since allowing four-byte multiplicands could overflow hProduct.
Merge pull request #561 from Rangi42/master
Empty rules are unnecessary (error messages are fine without them)
Don't repeat the pokecrystal instructions
Clarify about rgbds 0.3.7 compatibility
Merge pull request #560 from Rangi42/master
Merge pull request #559 from mid-kid/master
Fix #537: Palettes generated from PNGs use .gbcpal directly.
Merge pull request #557 from Rangi42/master
spaces->tab, and remove redundant comment
Nested union for the Multiply+Divide inputs+results
hQuotient is a four-byte buffer (fixes #558)
wCreditsFaux2bpp -> wCreditsBlankFrame2bpp, with the right buffer size
_Divide results go in hQuotient and hRemainder, not in hDividend and hDivisor
Use rgbasm's GameBoy graphics literal for initializing wCreditsFaux2bpp
Merge pull request #555 from Rangi42/ldh
Merge pull request #541 from igidrau/patch-2
Reorganize math-related HRAM union (ffb3)
Changed some labels according to Rangi's comments