Merge pull request #303 from yenatch/map-objects
Add missing pypng lines to INSTALL.md.
Merge pull request #306 from kanzure/cygwin-package-names
Fix typo: Recptionist → Receptionist
Name some map event reading functions.
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
- Update variable sprites to use constants rather than fixed values
Replaced EVENT_ALWAYS_THERE with -1
Replace EVENT_ALWAYS_THERE with -1
Event and engine constant enumeration; replace static flag numbers with their constant names
Depend less on the submodule in gfx.py.
Add more event flags and fight counters for phone scripts.
Label fight counters for phone call rematches.
checkcode $11 is how much time is left in the Bug Catching Contest.
checkcode $1a is Kenji's break schedule.
Mark maps with permission constants.
Trim address comments from maps.
Use constants for overworld phone script flags.
Use decimal for Pokédex count.
Split the sixth argument of map_header into separate arguments.
Represent the Poké Ball battle transition in binary, not hex.
Merge pull request #297 from PikalaxALT/master
- Renamed "Functiond283" to "GetPocketCapacity" and updated the pointers and constants to better reflect their hypothesized purposes.
Add a script to convert project-specific graphics.
Use charmaps for special string codepoints.
Labels for the heal machine; spriteface constants.
Merge branch 'tilesets' into master
Fix a typo in the unused title screen labels.
Use a macro for tileset headers.
Make files for most of the special tileset palettes.
Clean up labels for gym statues.
Forgot to add file containing std constants.
Begin enumerating std_scripts constants.
Better labels in Charcoal Kiln.
Introduce checkmorn/checkday/checknite to replace checktime.
Give Buena's phone scripts more appropriate filenames.
Improve labels for some stuff in Kris's house.
Organized the primary tileset palettes.
Labels for "sent some to mom" text.
Merge pull request #291 from kanzure/mention-python-version
mention python2.7 requirement
Updated text pointer in line 5746.
Merge remote-tracking branch 'kanzure/master'
w-prefix the new PokegearFlags variable.
Use more constants in the event scripting engine.
Give wd957 a more descriptive name.
Preemptively get rid of graphics queues while they're still not used.
Enumerate the event script command macros.
Merge remote-tracking branch 'kanzure/master'
Enumerate the move effect command macros.
Use labels for pic animation setup macros.