summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-07Add some functions from Mobile Stadium.IIMarckus
2012-07-06Add the New Game/Continue/etc menus.IIMarckus
2012-07-06Add the Trainer House flag check special (0x67).IIMarckus
2012-07-05Allocate ram instead of using constants.IIMarckus
2012-07-05Note that this trainer (Kimono Girl Naoko, but with different team) is unused.IIMarckus
2012-07-04Fix checkpokeitem and special cases of writebyte.IIMarckus
2012-07-04givepoke should use decimal.IIMarckus
2012-07-04Add special 0x66, the Game Boy version check.IIMarckus
2012-07-04Add Special 0x60, which checks the conditions for Snorlax to wake up.IIMarckus
2012-07-04Add special 0x97, the generic Pokémon check.IIMarckus
2012-07-04Add special 0x96, the Beasts check.IIMarckus
2012-07-04Bill’s grandpa script should use Pokémon species constants.IIMarckus
2012-07-04$00 is Sunday, not Monday.IIMarckus
2012-07-04Use constants for days of the week.IIMarckus
2012-07-04Number of Unowns should be decimal.IIMarckus
2012-07-04Better labels for security cameras.IIMarckus
2012-07-04Better labels for the Rocket Hideout scripts.IIMarckus
2012-07-04Better labels for gym guy stuff.IIMarckus
2012-07-01use os.path.join instead of cowboying itBryan Bishop
2012-07-01make pokecrystal compatible with python2.6 by defaultBryan Bishop
2012-07-01use extras/labels.json and not ./labels.json in romstr.pyBryan Bishop
2012-07-01better graph-generating routinesBryan Bishop
2012-07-01fix romstr for compiling (thanks pasky)Bryan Bishop
2012-06-21graph.py - parse pokecrystal into a function graph for d3.jsBryan Bishop
2012-06-20continue at relative jumps and fix formattingBryan Bishop
2012-06-20use labels in the disassembler outputBryan Bishop
2012-06-20load labels into the new disassemblerBryan Bishop
2012-06-20more de-dependency-loopingBryan Bishop
2012-06-20move code around to avoid dependency loopsBryan Bishop
2012-06-19use romstr.py as the new disassemblerBryan Bishop
2012-06-19asm output for the new disassemblerBryan Bishop
2012-06-19implement a formatted-with-labels version of the opcode lineBryan Bishop
2012-06-19remove debug linesBryan Bishop
2012-06-19super duper disassembler fixesBryan Bishop
2012-06-14advance forward when disassembling the romBryan Bishop
2012-06-10broken disassemblerBryan Bishop
2012-06-10Merge pull request #19 from iimarckus/eggmovesBryan Bishop
Add egg moves (from both G/S and Crystal).
2012-06-10Add egg moves (from both G/S and Crystal).IIMarckus
2012-06-10backtracking and labeling for the disassemblerBryan Bishop
2012-06-10somewhat improved disassemblerBryan Bishop
2012-06-07sleepy disassemblingBryan Bishop
2012-06-07more awful code for the new disassemblerBryan Bishop
2012-06-07almost complete new disassembler versionBryan Bishop
2012-06-06more cleaningBryan Bishop
2012-06-06remove more code cruftBryan Bishop
2012-06-06remove some code cruft from gbz80disasmBryan Bishop
2012-06-06get RomStr from romstr.py in gbz80disasmBryan Bishop
2012-06-05more wram varsBryan Bishop
2012-06-05add some events to wram.asmBryan Bishop
2012-06-05battlemon in wram.asmBryan Bishop