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
- 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.