Merge pull request #530 from Rangi42/master
Merge branch 'master' of https://github.com/pret/pokecrystal
Merge pull request #532 from mid-kid/master
Remove even more address comments
Merge pull request #531 from mid-kid/master
Unreferenced_53d84 → Unreferenced_MonPicBanks from pokegold-spaceworld
Add STANDARDMART_* jumptable index constants
Separate Mart constants from item data constants
Use direct tile IDs, not charmap entries, since they don't correspond correctly (e.g. "┌" is not the top-right corner)
Merge pull request #528 from Rangi42/master
Merge pull request #526 from atasro2/master
Merge pull request #525 from Rangi42/master
fixed a typo
Note which labels are only needed for locating banks (relevant to issue #485)
Merge pull request #521 from mid-kid/master
Merge pull request #518 from Rangi42/master
Merge pull request #516 from Ben10do/remove-gnu-sed-extensions
sort_symfile: don't need to use sort -o with a temp file
sort_symfile: don't overwrite the symfile with an intermediate file
Merge pull request #517 from mid-kid/master
Fix DangetSoundHigh -> DangerSoundHigh
Fix other unused shiny check label
Fix unused shiny check comments.
Use structure constants for channel_struct
Merge branch 'master' of https://github.com/pret/pokecrystal
Merge pull request #514 from Rangi42/master
Create empty sections for the remaining FixPicBank array entries
Don’t use GNU extensions when calling sed
Miscellaneous fixes in the use of _command constants.
Merge branch 'master' of https://github.com/pret/pokecrystal
SGB palette roles discovered from Spaceworld beta G/S
Same pic bank solution as pokecrystal
Function6ec1 → CanObjectMoveInDirection
Identify more sprite move data flag bits
More sprite movement data flag constants
Use known sprite movement data flag constants
Start improving sprite movement engine (to do: identify bit flags)
Factor out GetHPPals and SetHPPals from home.asm
Change sfx and cry branch labels to local labels
Merge pull request #512 from pret/warnings
Merge pull request #510 from Rangi42/master
Revert "Fix #511: eliminate "Left shift of negative value" warnings"
Merge branch 'master' of https://github.com/pret/pokecrystal
Merge pull request #509 from mid-kid/master
fix lb/ln and "left shift of negative value" warning
Fix #511: eliminate "Left shift of negative value" warnings
Fix rest of the givepokeitem/checkpokeitem references
Merge pull request #507 from yenatch/master
fix label from the wrong bank in the title screen
Merge pull request #503 from Rangi42/master
Merge pull request #495 from mid-kid/master
Use constants for bit/set/res more
Move more code from home.asm into home/
check_nick_errors → correct_nick_errors; matches correct_party_errors
Merge branch 'master' of https://github.com/pret/pokecrystal
Merge pull request #505 from mid-kid/battlecommands
Document more Beat Up-related bugs