pokemon-reverse-engineering-tools/pokemontools/vba, branch py3-continued reverse engineering tools Fix most Python 3 compat issues with futurize --stage1 2016-08-24T22:43:15+00:00 Eevee (Lexy Munroe) eevee.git@veekun.com 2016-08-24T22:43:15+00:00 a64657988a50522885618998e7f14168c299a19b

basic plan for drawing paths 2013-11-30T05:56:35+00:00 Bryan Bishop kanzure@gmail.com 2013-11-30T05:56:35+00:00 a077e470b2b24fc00db75aad220cc381f602bb3e This doesn't work yet.
This doesn't work yet.
some code to prep for path planning 2013-11-30T00:49:56+00:00 Bryan Bishop kanzure@gmail.com 2013-11-30T00:49:56+00:00 80f32f5b379877be7ee58a5961024adcf6ea67b1

groundwork for path planning implementation 2013-11-17T07:53:00+00:00 Bryan Bishop kanzure@gmail.com 2013-11-17T07:53:00+00:00 fbbab0be6950ce56e6263a72b64779f0b28ec3b1

never learn a new move 2013-11-15T02:16:35+00:00 Bryan Bishop kanzure@gmail.com 2013-11-15T02:16:35+00:00 1b9212a7e47a8eca382249bd7bb116c69fc789d3

fast check for the "move to make room for" text 2013-11-15T02:04:22+00:00 Bryan Bishop kanzure@gmail.com 2013-11-15T02:04:22+00:00 b2785948d16acd06197db5fcffea45d54778bdba

detect the evolved screen text 2013-11-15T02:00:59+00:00 Bryan Bishop kanzure@gmail.com 2013-11-15T02:00:59+00:00 3bf53fa87facc5471ee0b06c496fee6e8eaceefb

quick check for the evolved screen 2013-11-15T01:57:49+00:00 Bryan Bishop kanzure@gmail.com 2013-11-15T01:57:49+00:00 05faa7784ad03cb057e9ac478606d211c4cd88eb This is the message that appears after the pokemon evolved.
This is the message that appears after the pokemon evolved.
a quick method to detect the "is evolving" message 2013-11-14T07:44:40+00:00 Bryan Bishop kanzure@gmail.com 2013-11-14T07:44:40+00:00 038a9d8ec093e7c73f0a596d0cc996e3971d7d0f

a faster way to detect the stats screen in battles 2013-11-14T07:08:08+00:00 Bryan Bishop kanzure@gmail.com 2013-11-14T07:08:08+00:00 1bbfb2869fd011416d4ca4883105d7308a562655 The other way was way too slow since it had to parse 1000 characters every frame.
The other way was way too slow since it had to parse 1000 characters
every frame.