summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-23update constants used in scripts and battle enginepadz
2012-11-23flesh out wram, fix unallocated labelspadz
2012-11-19Merge pull request #43 from iimarckus/masterBryan Bishop
trades
2012-11-19Add trade data.IIMarckus
2012-11-15play nice w/ cygwin; undeprecate used commandpadz
2012-11-03Merge pull request #41 from yenatch/masterBryan Bishop
bank 3a and /music
2012-11-03move musicdata to files in /music, data removed fnpadz
2012-11-03disasm bank3a, map audio ram, implement musscriptspadz
2012-11-02prep for next commitpadz
2012-10-25Improve labels for Elm’s lab.IIMarckus
2012-10-11Merge pull request #40 from yenatch/masterBryan Bishop
start on sound
2012-10-11add missing instructionpadz
2012-10-11start sfx disasmpadz
2012-10-11remove deprecated functions from crystal.pyBryan Bishop
2012-10-11get an address given a labelBryan Bishop
2012-10-09add dn macropadz
2012-10-09fixed problems with wram.asm, compiles nowpadz
2012-10-09add breeding section to wrampadz
2012-10-09start work on audio enginepadz
2012-10-09flesh out bittable2padz
2012-10-04add comment-address for Functiona0aBryan Bishop
2012-10-01Merge pull request #36 from kanzure/comment-cleaningBryan Bishop
Clean up comments in extras/crystal.py
2012-10-01clean up comments in extras/crystal.pyBryan Bishop
This fixes the inconsistent comment formatting throughout the file. There should be a space between the comment token and the comment message, otherwise this file is less fun to read.
2012-09-30Merge pull request #31 from kanzure/formatting-fixesBryan Bishop
This cleans up some whitespace that has been accumulating in main.asm lately.
2012-09-30convert whitespace to tabsBryan Bishop
2012-09-30clean up whitespaceBryan Bishop
2012-09-26Merge pull request #30 from yenatch/masterBryan Bishop
compiles again
2012-09-26emergency fixpadz
2012-09-23fix last commitpadz
2012-09-22add flag handling, implement dwbpadz
2012-09-22treemon and assorted minor changespadz
2012-09-20Merge pull request #29 from yenatch/masterBryan Bishop
PrintLetterDelay, battle init, minor wram
2012-09-16comment last commitpadz
2012-09-11PrintLetterDelay and some battle initpadz
2012-09-10Merge pull request #28 from iimarckus/battlemusicBryan Bishop
Confirmed: this RAM location represents link battle.
2012-09-10Confirmed: this RAM location represents link battle.IIMarckus
2012-09-10Merge pull request #27 from iimarckus/battlemusicBryan Bishop
Battlemusic
2012-09-10generate labels.json automagically in gbz80disasmBryan Bishop
2012-09-10call load_asm in scan_for_predefined_labelsBryan Bishop
2012-09-10Add labels for ram values discovered while disassembling battle music.IIMarckus
2012-09-10Add the region checks for battle music.IIMarckus
2012-09-10Add the Gym Leader checks for battle music.IIMarckus
2012-09-10Add the logic for selecting the battle music.IIMarckus
2012-09-09Merge pull request #26 from iimarckus/objecteventBryan Bishop
Objectevent
2012-07-23Disasm rst and interrupt vectors.Sanky
2012-07-23Merge pull request #24 from Sanky/map-headers-fixBryan Bishop
Map headers fix
2012-07-23correcting previous commitpadz
2012-07-23fix local pointers in map headerspadz
2012-07-20Disasm FarCopyBytes and FarCopyBytesDouble.Sanky
2012-07-17Add trainer classes.Sanky