More mobile incbins and start incbinning .txt for ascii.
Mobile phrases and tons of related data.
No more unreferenced incbins in bank 41.
Inconsequential bank ref in battle graphics code.
No more unreferenced incbins in bank 40.
Mobile trade incbins and coordinate macros.
Get rid of one-byte incbins in sound data.
Add a "mobile" directive for dummied-out mobile adapter functions.
Start moving relevant macros into macros/text.asm.
Tripped over a mobile jumptable.
More labels in code and some mobile datatracking.
Rename some graphics to avoid collisions later.
Fix more static banks (trainers, mobile graphics).
Use "- $ff00" instead of "& $ff" when dealing with hram.
Recombine the event engine objects.
Replace pointless $FF00+$xx with $ffxx.
Some wram labels in map connection code.
Fix static banks for save text and bedroom poster scripts.
Fix a static bank in map header code.
Pick off references in misc/crystal_misc.asm.
Reference name input character sets.
More unknown mobile code and MIN_LEVEL.
Merge remote-tracking branch 'kanzure/master'
Fix padding in gfx/misc/pokegear.2bpp.lz.
Use the "next" directive in the credits.
Fix some incbins near Magikarp length code.
Merge pull request #265 from Bradley-Plus/master
Fix some static addresses in pic animations.
Labels for day of week siblings.
More comments and labels for ball catch rates.
Merge remote-tracking branch 'xcrystal/master' into master
Add commentary and labels to AI stuff
evasionup, accdown, whirlwind, haze
Rename labels and add more commentary to AI stuff
Add commentary to some AI layers
Start commenting some AI layers
Better labels for item/switch AI.
Miscellaneous formatting cleanup.
Clean up wram sections so that all space is accounted for.
Use a path argument for find as required by POSIX.
Add the initial mobile adapter save data.
Close an open string in name selection.
Use AttrMap and TileMap labels for relative addressing.
Use landmark constants in displaylocation commands (phone scripts).
Split mobile/timer code out of home.asm.
Recomment Headbutt tree and Rock Smash encounters.
Merge pull request #260 from yenatch/master
Merge pull request #261 from kanzure/use-vagrant
Wrap macro arguments with parentheses.
Better trainer AI comments and finish off trainer attributes.
More constants and bug comments in item effects.
Use phone script labels in the phone contact table.
Relabel GetItemDescription -> PrintItemDescription.
Pick off more incbins and static labels in pic animation code.
Add real-time-clock and Daylight Savings Time wram labels.
make a vagrant box to make things easier
Fix "name" event command parameter comments.
Bump pokemontools again for "name" event command fixes.
Separate phone scripts from std scripts.
Fix some static addresses in std scripts.
Reflect the extra loadwilddata argument in its function comment.
Bump pokemontools to fix loadwilddata.
Merge pull request #259 from yenatch/cries
Remove generated "jump sources" comments.
Name the script special function and clean up a couple specials.
Remove the last incbin in map events.
Merge remote-tracking branch 'kanzure/master' into cries
Merge pull request #258 from yenatch/spawns
Condense cry headers to one line.
Merge pull request #257 from yenatch/map-headers
Badge and move constants in Strength and Surf field effects.