pokemon-reverse-engineering-tools/tests, branch vba-automation reverse engineering tools detect the "mandatory switch" menu 2013-11-11T06:55:54+00:00 Bryan Bishop kanzure@gmail.com 2013-11-11T06:55:54+00:00 966985411f01b799fa71f4823da7a8cd6d9cc47b This requires a slightly slower text_wait function. There is probably a way to refactor that function in a way that doesn't cause cancer.
This requires a slightly slower text_wait function. There is probably a
way to refactor that function in a way that doesn't cause cancer.
switch tests to use new battle starter 2013-11-11T06:04:32+00:00 Bryan Bishop kanzure@gmail.com 2013-11-11T06:04:32+00:00 1d9ecfa00f91d602073b56a64f9aa129b95a8c2e

bootstrap the battle tests with more mons 2013-11-11T05:14:42+00:00 Bryan Bishop kanzure@gmail.com 2013-11-11T05:14:42+00:00 9249ffd2d01ec38ace0caf8d5b3d0f0a7cad23f2 Use the givepoke function to add a few more pokemon to the team before starting the battle-related tests. There are some features of the battle handling code that require more than one pokemon to be present in the party.
Use the givepoke function to add a few more pokemon to the team before
starting the battle-related tests. There are some features of the battle
handling code that require more than one pokemon to be present in the
party.
make sure an attack works (new test) 2013-11-09T23:57:23+00:00 Bryan Bishop kanzure@gmail.com 2013-11-09T23:57:23+00:00 5495504228d9ebb46c9d94a79692b4a2522d2042

write another quick battle test 2013-11-09T21:59:16+00:00 Bryan Bishop kanzure@gmail.com 2013-11-09T21:59:16+00:00 d5989b755aeedb3d553d225e29c3b8c7c4d8640f

simplify the battle tests 2013-11-09T21:53:17+00:00 Bryan Bishop kanzure@gmail.com 2013-11-09T21:53:17+00:00 eb31936aa758a9a8534a3fd53a4987c0d5d9ca0b

simplify the vba-related tests 2013-11-09T21:45:03+00:00 Bryan Bishop kanzure@gmail.com 2013-11-09T21:45:03+00:00 3868fb1e0622e5d3cda0c093ce3114c485fd0096 The imports for the emulator-related tests are now simplified in the tests/ folder. The bootstrapping.py file contains some shared functions that multiple test files might choose to use. Those functions probably belong in the actual module instead of in tests/. The battle-related tests have been separated from the other emulator tests.
The imports for the emulator-related tests are now simplified in the
tests/ folder. The bootstrapping.py file contains some shared functions
that multiple test files might choose to use. Those functions probably
belong in the actual module instead of in tests/.

The battle-related tests have been separated from the other emulator
tests.
Merge branch 'master' into vba-automation 2013-11-09T21:25:34+00:00 Bryan Bishop kanzure@gmail.com 2013-11-09T21:25:34+00:00 54e2b189b8b9765d17d4c0d05675ac70c2bec2ac Conflicts: pokemontools/vba/vba.py
Conflicts:
	pokemontools/vba/vba.py
fix an import in tests.py 2013-11-09T21:21:59+00:00 Bryan Bishop kanzure@gmail.com 2013-11-09T21:21:59+00:00 8f0b06f22ec09ad7c7ffbd73e7ae54eb2bb2c03d

Merge branch 'master' into vba-automation 2013-11-09T21:16:48+00:00 Bryan Bishop kanzure@gmail.com 2013-11-09T21:16:48+00:00 8c7e2bcae7d07e28ee229ae958d94ec3809dc763