summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-14Use the TX_FAR macro for more text.IIMarckus
2012-07-14Give Object Event a readable label.IIMarckus
2012-07-13Add trainer classes.Sanky
2012-07-12Disasm function reading an item name.Sanky
2012-07-11Add misc text from a single bank.Sanky
2012-07-11Disasm code pointing to move and item names.Sanky
2012-07-11Disasm ___ appeared! message selection code.Sanky
2012-07-11Add battle texts.Sanky
2012-07-10Disasm Char5D.Sanky
2012-07-10Disasm text command dictionary.Sanky
2012-07-10Add types.Sanky
2012-07-10Add days of the week.Sanky
2012-07-10Add name input screen letters.Sanky
2012-07-09Split more font files.Sanky
2012-07-09Split out the font.Sanky
2012-07-08Merge pull request #22 from iimarckus/decimal1Bryan Bishop
Decimal1
2012-07-09Add list of what moves represent each TM.IIMarckus
2012-07-09Add the differently‐sorted Pokédex entries.IIMarckus
2012-07-08Better (shorter) script labels for trainers.IIMarckus
2012-07-08Add the Ho-oh chamber special, along with some helper functions.IIMarckus
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-05use decimal output for givepoke in extras/crystal.pyBryan Bishop
2012-07-05Merge pull request #21 from iimarckus/decimal1Bryan Bishop
Decimal1
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-04Merge pull request #20 from iimarckus/minortextlabelsBryan Bishop
Minortextlabels
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