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
Label BattleCommand_BeatUpFailText
`endloop` loops back to critical itself
Merge pull request #501 from mid-kid/reorg
Update docs and comments to reflect renames
Use constants for screen size in metatiles
Update file paths in constants/ and docs/
`flagpredef.asm` → `smallflag.asm`
Organize the engine/ directory, director's cut
Organize the engine/ directory, take 3
Merge branch 'master' of https://github.com/pret/pokecrystal
Merge pull request #500 from yenatch/fix-scan-includes
Move init_gender and intro_menu to menus
Organize the engine/ directory, take 2
Fix scan_includes matching the word "include" in strings.
Merge pull request #496 from Rangi42/master
Merge pull request #499 from surskitty/master
Merge remote-tracking branch 'surskitty/master' into master
Labelling Erika and Celadon Gym
Remaining map labels: UnknownText and MovementData
Label more map scripts (no more UnknownScripts)
Replace "Map<MapName>Signpost<#>Script" labels
* BillPhoneGeneriText -> BillPhoneGenericText
Address @SatoMew's comment re: #491
Document HOF Master bug (close #494)
Merge pull request #476 from Rangi42/master
Mention unused Battle Tower-related text (resolves #491)
Mention "HAUNTED HOUSE" (resolves #492)
ENGINE_BUG_CONTEST_ON -> ENGINE_MAIN_MENU_MOBILE_CHOICES (resolves #490)
Pokecom Center Admin Room -> Office
Comment Stadium 2 alternative egg group names
Merge branch 'master' of https://github.com/pret/pokecrystal
Merge pull request #477 from mid-kid/master
Default macro parameters use recursion; avoids repeating internal structure
Merge pull request #486 from surskitty/master
* loadmenuheader -> loadmenu (ead103d)
Format map object attributes like trainer attributes, in preparation for bit flag constants
Sprite data values match GetSpriteLength return values and are not limited to multiples of 4
Label wPokemonWithdrawDepositParameter of RemoveMonFromPartyOrBox
Fix TRUE/FALSE constants for CalcMonStats