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
added 'wBT_OTTempCopy'-label and the data structure that comes after
Merge remote-tracking branch 'upstream/master'
Merge remote-tracking branch 'upstream/master'
renamed labels and added comments
Grab Pokemon pic dimensions from base stats if converting from 2bpp.
changed some SRAMBank constants to labels
Bump extras to fix invocation of gfx.export_2bpp_to_png.
Fix graphics handling for unown and egg.
changed some labels and added comments
named labels and commented WRAMVars in battle_tower.asm
changed labels and added comments
added comments and labels to BattleTower-Code
Nail down the rest of SRAM banks 0 and 1.
Found a reference to an unknown blob.
Label scratch space and a bunch of box lists.
Fix some dubious comments about abandoned sram addresses.
Add labels for link battle scores.
Comment and label the save file.
Merge pull request #309 from PikalaxALT/master
Add radio_constants.asm, update "map" macro
Merge pull request #303 from yenatch/map-objects
Add missing pypng lines to INSTALL.md.
Merge pull request #306 from kanzure/cygwin-package-names
Split fourth-to-last byte of person_event into nybble arguments
Reworked person_event arguments
Fix typo: Recptionist → Receptionist
Name some map event reading functions.
Macro update, roam mon annotations
Replaced GROUP_, MAP_ references with the map macro
Wild Pokemon functions and data
Merge pull request #296 from yenatch/gfx-script
Add constants for common map object ids.
Bump pokemontools to hotfix changes made in #302.
Merge pull request #302 from PikalaxALT/more_enum
Move radio code to its own file
Added labels to different parts of the map script and event headers
Merge remote-tracking branch 'yenatch/gfx-script' into gfx-script
Merge remote-tracking branch 'kanzure/master' into gfx-script
Replaced MON_ constants with aliases
Named more specials, fixed a missing EOL
Fix unnecessary white space and retire add_n_times
More label updates, moved predefs to new file
Finished the decoration attributes table
Trainer data structure and field move functions
Use pngs for some misc graphics.
Updated signpost items and person_event flags
Fix filenames and use pngs for credits graphics.
Remove filename clutter from monster and trainer pics.
More annotations and interpretations of functions and scripts
Special script annotation, trainer constant enumeration, person-event structure update
More enumeration of constants, more annotations of scripts.
Merge branch 'master' into map_enum