Do a little cleanup towards issue #465
Consistent sine wave code formatting
Move battle engine data into data/
Remove old Python class names from script command param doc comments
Eliminate version.asm (resolves #464)
default_names.asm → player_names.asm
includes.asm → constants.asm
Revert "python3 sort_map.py pokecrystal.map sorted.sym"
Macro clarifies how TimeFishGroups works
constants.asm and includes.asm are redundant
Organize mobile/battle_tower_*.asm data and code
No explicit bank "$00" for ROM0, WRAM0, OAM, or HRAM
sort_map.py → map2sym.py (like dos2unix, pdf2ps, etc)
Serve2bppRequest@VBlank → Serve2bppRequest_VBlank
Handle unused banks (notably OAM and HRAM)
python3 sort_map.py pokecrystal.map sorted.sym
More relevant data file locations
lava in gym_1 > fountain in unused safari zone
Tileset images are 128px wide
Move EZChat Pokémon order to data/
Make some graphics easier to edit
Arrange pichu.png like the rest
dsprite always has 6 arguments
Use dsprite for Pokédex cursor OAM data
Use OAM flags in dsprite data
Identify more G/S intro OAM data
town_map.png matches pokegear.png
One more G/S intro OAM identified
More G/S intro OAM documentation
1-based EZ Chat cursor data indexes
Egg hatch shell framgent data is not exactly dsprite
More sprite anim documentation
Document more sprite anim data
Reword Magikarp length comments
Unused tileset animations stands out amid useful data
Consistent *_palette_map.asm
Route 17-18 Gate and Route 29-46 Gate
Consistent map naming ("Town" and "City" are left out in houses and gates)
Merge pull request #455 from xCrystal/master
Fix missing palred/palgreen/palblue constants
Merge 2d0ed11 and 355acfc from Roukaour/master
Rename Pals labels in WRAM bank 5
Fix battle anim documentation
Use constants for rBGPI+rOBPI auto-increment
Merge pull request #451 from yenatch/document-battle-anim-macros
AnimateEndOfExpBar palette constant
Document some more battle animation commands
Add pokegold and pokefirered.
Merge pull request #450 from roukaour/master
Merge pull request #449 from xCrystal/master
fix markdown formatting in battle_anim_commands.md
Document some battle animation commands
lda_coord and ldcoord_a exist for this
Consistently name unknown fields in macros/wram as Fieldxx
Define ld_dims for in-order (width, height) pairs
Coordinate macros all have similar structure
Merge pull request #447 from yenatch/check-status
travis: turn check-status back on
Merge pull request #445 from roukaour/master
Consistent if/else/endc (matches rept/endr) and DEF (matches BANK/HIGH/LOW)
Merge branch 'master' of https://github.com/pret/pokecrystal
Merge pull request #443 from xCrystal/master