Move radio code to its own file
Added labels to different parts of the map script and event headers
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
Updated signpost items and person_event flags
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
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.
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.
Comment alternate Time Capsule item mappings.
Merge pull request #283 from yenatch/master
bump extras so the build actually works without baserom.gbc
baserom.gbc is no longer required to build
Get rid of baserom incbins in misc/.
Get rid of baserom incbins in main.asm.
Merge pull request #282 from yenatch/master
Merge remote-tracking branch 'kanzure/master'
Merge pull request #280 from dannye/master
Redump the overworld graphics; grouped properly this time.
Temporarily delete the overworld images.
Share the palette for the player and the link battle trainer class.