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.
Rename trainer palettes to match the trainer pics.
Use more struct offsets and constants for monsters and moves.
Fix some halts that were dumped as "db $76".
Fix a static reference to a string in Pokedex code.
Use a macro instead of manually subtracting $36 from pic banks.
Remove an accidental copy of attack animation graphics.
Merge pull request #279 from iimarckus/crystal11
Add the ability to build Crystal 1.1.
Give an internal Pokédex status variable its own label.
Merge pull request #277 from yenatch/master
Move the map_header macro into macros/map.asm.
Move second map header macros into macros/map.asm.
Use connection macros instead of guessed values in second map headers.
Add another reference to OTPartyMonOT in link cable code.
Split out event scripting specials.
Get rid of the now-unused specials constants.
Use labels for script specials instead of constants/static values.
Use NUM_MOVES more liberally in wram.