RestorePPofDepositedPokemon -> RestorePPOfDepositedPokemon
Split print_move_description and mon_menu
Merge pull request #548 from Rangi42/master
Every diff line starts with +, -, or space
Pokedex_PutScrollbarOAM data values
Make reviewed fixes; standardize on " + "
; entries correspond to PLAYEREVENT_* constants
wDeciramBuffer → wBreedingCompatibility in UnknownText_0x1bd0d8
Merge pull request #535 from ketsuban/fix-battle-transition
Merge pull request #547 from mid-kid/master
Add fix for battle transition bug
anim_ret_command is an index in a table after all
Merge pull request #546 from Rangi42/master
Crystal fixed TruncateHL_BC in single player
Reword bug docs now that they use diffs
Merge branch 'master' of https://github.com/pret/pokecrystal
Merge pull request #545 from mid-kid/master
"Explain" diff format in bugs_and_glitches
Merge branch 'master' of https://github.com/pret/pokecrystal
Remove a documented bug that's not really a bug
Consistently use the diff format in bugs_and_glitches
Merge pull request #544 from Rangi42/master
Merge branch 'master' of https://github.com/pret/pokecrystal
Merge pull request #489 from i0brendan0/i0brendan0-patch-5
Merge pull request #522 from ketsuban/the-diffening
wPokeAnimStruct matches wPokeAnimStructEnd
StringCmp → CompareBytes; CompareLong → CompareBytesLong
Consistent routine naming convention: 'Foo' wraps '_Foo'
Merge pull request #543 from Rangi42/master
turns out none of the code is needed
final change
Merge branch 'master' into the-diffening
Merge branch 'master' of hyperdriveguy/pokecrystal
Add Counter and Mirror Coat bugfix
Merge pull request #542 from mid-kid/master
Remove some more address comments
Merge pull request #539 from Rangi42/master
Fewer uses of 'Thing2 - Thing1' for sizeof(Thing)
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