BattleCommand labels copied from macros
Restore compare.sh with new version as compare2.sh
give/takeitem *, 1: the 1 is optional
home/copy.asm completely labeled
Corrected some mislabeled 1bpps
Replace party struct relative values with EQUS constants
Split up mobile_45.asm by bank
Reorganize BTTrainerClassGenders
Battle Tower text function and pointers
dbw BANK, addr replaced with dba
Experience and level calculations
sprite_header and emote_header
Merge pull request #324 from PikalaxALT/master
Fix errors in global substitution
Removed \2\@ from map_header_2
Fix NorthMapObjectIndexBuffer etc
Sweepthrough of ClearBox arg conversion to lb
No more -bash000; engine/movement.asm, SPRITEMOVEFN
Merge pull request #319 from JimB16/master
Merge pull request #317 from yenatch/pngs-kind-of
Commit the overworld sprite pngs.
Merge remote-tracking branch 'origin/master' into pngs-kind-of
Merge pull request #322 from PikalaxALT/master
ITEMMENU_CLOSE is now ITEMMENU_FIELD
Merge branch 'master' of https://github.com/pret/pokecrystal
About time I got to these functions
Plus 4 on person events; feeble attempt to annotate color functions
Move battle start animation functions to its own file
Add commented numbers to map/group constants
Battle intro animation function
Restructured functions in main.asm to resemble the home functions they clone
Split up bank 2; other relabelings
Replaced "ldtile" and "dwtile" with the "tile" equs macro
Merge pull request #320 from PikalaxALT/master
Final descriptive label in tilesets/animations.asm
Replace Functionfb8 with FillBoxWithByte
ldtile and dwtile macros added and globally implemented
Happiness and Mystery Gift constants
added comments to the PPUP-function
Magikarp functions moved to event/magikarp.asm
Annotation of PrintNum arguments in bc, and radio functions
Labeling of AI item and wild encounter functions
Merge remote-tracking branch 'upstream/master'
More labels, including fns responsible for partymon generation
Merge pull request #311 from PikalaxALT/master
Moved time-related functions in bank 4 to engine/time.asm
found functions that determine next OTPkmn
Merge remote-tracking branch 'upstream/master'
Merge pull request #312 from JimB16/master
changed varlabels for multiply- and divide-func, renamed battletext-labels
added/renamed constants and labels
Add an `init` makefile target to prevent data that can't be reasonably reproduced from being rebuilt.
Fix reading directory names in gfx.py.
added 'wBT_OTTempCopy'-label and the data structure that comes after
Merge remote-tracking branch 'upstream/master'