Sync .gitignore with pokered and pokegold
Use MAX_NEUTRAL_DAMAGE in BattleCommand_DamageCalc
SCGB_PARTY_MENU_HP_PALS -> SCGB_PARTY_MENU_HP_BARS, and SCGB_RAM -> SCGB_DEFAULT
Use STRCMP, not ==, to compare multi-character strings
Identify more labels, and use the jumptable macro when possible
Identify more labels and constants
Reformat gfx/trade/game_boy.png and fix tools/gfx --preserve
Merge pull request #737 from aaaaaa123456789/master
Fix lzcomp flags after fixing uninitialized read bug
Use pokepret account for committing to symbols branch
Sync PokeFluteTerminator with pokegold
Comment more ROM labels as unreferenced
Replace "Unreferenced" labels with "; unreferenced" comments
Travis should upload .sym files to the symbols branch
sound_duty became duty_cycle_pattern
Harmonize engine/menus with pokegold
Harmonize engine/overworld with pokegold
Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenSRAM)
Harmonize engine/{phone, pokedex, pokegear, printer, rtc, tilesets} with pokegold
Harmonize engine/{gfx, items, link, math} with pokegold
ReplaceKrisSprite -> UpdatePlayerSprite
Harmonize engine/{battle, battle_anims, events, games} with pokegold
[in progress] Harmonize more constant and data files with pokegold
Harmonize some more symbols with pokegold
Merge pull request #730 from Caverns4/patch-1
Mention pokecrystal in tools/unnamed.py output
Adding 0 is pointless in CheckMimicUsed
make DEBUG=1 logs all symbols in the .map and .sym files
wWildMonPP is 4 bytes, not one byte.
Label some mobile addresses, and revise some comments
Remove redundant tile graphics file, reuse others
Merge pull request #729 from Rangi42/master
Define pokeanim setup commands like std scripts, predefs, and specials
predef_id -> lda_predef, for consistency with lda_coord and map_id
Resolve #723: treat std scripts like specials and predefs
Remove a \ from the end of a comment line
wPhoneList, like wItems et al, has a terminating 0 (see PokegearPhone_DeletePhoneNumber); also fix a comment
Merge pull request #728 from Rangi42/master
Merge branch 'master' of https://github.com/pret/pokecrystal
Merge pull request #727 from ISSOtm/free_space
Separate UnusedBattleObjectPals from PartyMenuOBPals
Replace free_space.awk with free_space.py
Merge pull request #722 from entrpntr/fix-used-space
Rename ScrollingMenu_UpdateDisplay.string_2485f (#726)
Merge pull request #725 from FredrIQ/wd431
Add label for wd431 and remove misleading comment (it's not strictly mobile)
Some uses of SCREEN_WIDTH and SCREEN_HEIGHT
Group MoveDescriptions with PrintMoveDesc and rename that to PrintMoveDescription (like ItemDescriptions with PrintItemDescription)
Match LZ compressed files (#724)
Update used_space.py and mapreader.py tools for rgbds v0.4.0.
Update some routine labels, including unreferenced ones
Miscellaneous cleanup noted in #709
Format all CopyTilemapAtOnce variations the same way
Update some comments
Clean up some percentage values
Merge pull request #717 from Rangi42/master
Use a FIRST_UNOWN_CHAR constant for the Unown font
Merge pull request #715 from Rangi42/master
Merge pull request #714 from Rangi42/master
Add "unused" comments for stray audio/sfx.asm data
Miscellaneous updates and corrections
Merge pull request #713 from Rangi42/master
Miscellaneous fixes, including one for the Pokédex design flaw by ax6
Merge pull request #712 from Rangi42/master
Rename pokecrystal.link to layout.link
Use a separate build object to check the rgbds version
More miscellaneous fixes (see #709)
Merge pull request #711 from Rangi42/master
lemme just fuckin uhhhhhhhhhhhhhhhhhhhh
Merge pull request #708 from Rangi42/master
Remove unused nonmatching files for electro_ball.png and sgb_border.bin
Merge pull request #707 from Rangi42/master
Ensure that the cartridge header is patched over all $00s, and comment on the entry point format
hBuffer -> hStackBank and hFarByte
Merge pull request #705 from Rangi42/master
Bump tools/unnamed.py to RGBDS object version 13
Enable rgbds warnings and remove CFLAGS=-O2 (default is now -O3)