Tile values agree in data/sprites/emotes.asm and data/sprites/facings.asm
Comments for ToggleMaptileDecorations
Replace more hex values with constants or decimal
SFX_DEX_FANFARE_50_79 and SFX_LEVEL_UP use identical data, and technically the level-up text plays the former
landmark macro includes the +8/+16 offsets for X/Y coordinates
TileAnimationPalette → AnimateWaterPalette
Use TRUE/FALSE for wSaveFileExists
Miscellaneous reorganization fixes
Merge pull request #538 from yenatch/travis
Merge pull request #534 from Rangi42/master
Use significant values 5, 6, and 7
Add more collision nybble constants
Use :: for all global labels, not the GLOBAL keyword
Use specific constants for overwritten text tiles
Merge events_2.asm with events.asm
Keep more data/ INCLUDEs with relevant routines
No space between labels and bodies
Single newline at the end of files
Fix triple newlines left over from removing address comments
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