Commit Graph

47 Commits

Author SHA1 Message Date
Kyle Coburn f7a1faf1ca Refactor strategies to game subsystem 2015-04-06 00:50:00 -07:00
Kyle Coburn 0ec69a6a95 Merge branch 'master' of https://github.com/kylecoburn/PokeBot 2015-04-06 00:42:46 -07:00
Kyle Coburn 77b4fb1e1a Fix depositing flier at E4 when we want to deposit all pokemon 2015-04-05 23:37:04 -07:00
Kyle Coburn f6f6560120 Switch area strategy to control 2015-04-05 18:50:30 -07:00
Kyle Coburn 881dd5547d Refactor paths to game folder 2015-04-05 18:31:22 -07:00
Kyle Coburn 4e58eb7a94 Standardize memory addresses across versions 2015-04-05 18:29:45 -07:00
Kyle Coburn 40d8f25a6d Relax time constraints slightly before Nidoran 2015-04-05 17:06:02 -07:00
kyle 05975b384e Update Changelog.md 2015-04-05 13:33:43 -07:00
Kyle Coburn 4d9b46c13a Tighten time constraints, adjust Tweeting after Misty 2015-04-05 13:07:05 -07:00
Kyle Coburn 1ae976498b Remove X-accuracy from Agatha fight, update Blue potion hp 2015-04-05 13:05:52 -07:00
Kyle Coburn db58061e9e 1.3 2015-04-04 20:38:38 -07:00
Kyle Coburn f3c49d611f Decrease Bulbasaur reset time, describe running low on potions at Misty, standardize red-bar naming 2015-04-04 20:36:08 -07:00
Kyle Coburn 84568fd43f Report version number with completion message 2015-04-04 19:02:46 -07:00
Kyle Coburn 726cf290bb Ensure forest potion has not already been picked up when required, clarify forest reset messages 2015-04-04 18:44:32 -07:00
Kyle Coburn 4e0e7ca269 Verify TM exists before teaching 2015-04-04 18:38:47 -07:00
Kyle Coburn 728371a10c Standardize potion amount checking 2015-04-04 18:37:48 -07:00
Kyle Coburn 17d8f9810b Add potion before Mankey fight, improve shopping path dodging 2015-04-04 18:36:04 -07:00
Kyle Coburn 241e4f4b65 Use Paras and Squirtle backup vs Ghastly, fix verifying that they didn't faint before the fight 2015-04-04 18:33:47 -07:00
Kyle Coburn e0be7a5fbc Rename potioning strategies for consistency, add potion before Giovanni, remove redundant potioning before S.S. rival 2015-04-04 11:23:42 -07:00
Kyle Coburn c6dcdd8a34 Improve Nidoran rating reporting, cleanup 2015-04-04 11:21:35 -07:00
Kyle Coburn 4a5fb627c9 Update sand attack sacrifice, tweak Gyerados rebar requirements 2015-04-04 11:16:46 -07:00
Kyle Coburn 836de86a05 Use Rare Candy conservatively before Hypno, reduce Giovanni risk 2015-04-04 11:05:11 -07:00
Kyle Coburn 4f3ebddaf7 Require Eq on Jinx if on last Horn Drill, update Lance x iteming 2015-04-04 11:02:50 -07:00
Kyle Coburn 97f28d5253 Ensure Pokemon submenu is closed before considering the main menu open 2015-04-04 00:37:37 -07:00
Kyle Coburn f4ceb8e8e5 Improve support for disabling reset for time mode 2015-04-03 22:38:48 -07:00
Kyle Coburn 6a4824084e Deposit all except flier before Lorelei
via FioraAeterna
2015-04-03 22:15:38 -07:00
kyle 49084fe45b Create NidoranStats.md 2015-04-03 09:40:23 -07:00
Kyle Coburn 4441580a87 Fix Disable check during the Koga fight
Gen 1 Earthquake miss on Muk, who used disable on Thunderbolt:
(1/256)*(0.55)*(1/4) = 0.05% chance (via Dailyleaf)
2015-04-02 12:09:08 -07:00
Kyle Coburn e6343f2a71 Update trashcans path
Thanks to DailyLeaf and chat for feedback
2015-04-02 12:01:49 -07:00
Kyle Coburn 1873bc190b Match healing checks for tree/forest potion, wait for first wrap turn to heal, reduce attack req for potion before Misty, constrain two-hit Cubone redbar allowable health range, skip Rare Candy before Koga at high hp 2015-04-02 10:46:38 -07:00
Kyle Coburn 9aecb5d3f9 Rate lv.3 Nidorans one rank lower, cleanup 2015-04-02 10:42:15 -07:00
Kyle Coburn fd80eb5e78 Increase heals before Raticate and Lavender Rival 2015-04-02 10:39:10 -07:00
kyle c41967e952 Create Changelog.md 2015-04-01 15:00:00 -07:00
Kyle Coburn 9459776454 Grab tree potion based on HP, remove unicode dependencies for naming Nidoran, report correct total frames at finish 2015-04-01 10:45:29 -07:00
Kyle Coburn 9672ed3090 Refactor remove enclosing parenthesis from condition statements 2015-03-30 15:29:00 -07:00
Kyle Coburn b08d7cef82 Improve Route 3 strategies, add Earthquake strategy to Machokes fight, support safe strategy on Giovanni's gym fight, improve first-turn Sky Attack survival against Blue 2015-03-30 15:20:13 -07:00
Kyle Coburn 539357a9d6 Standardize sacrificing logic, combine Bubblebeam with potioning, print splits to console 2015-03-30 14:46:37 -07:00
Kyle Coburn 86c6894989 Standardize command inputs 2015-03-29 12:23:29 -07:00
Kyle Coburn 4469f82092 Add minimum Gyarados red-bar strat, improve healing before Hypno, factor in and describe catch level of good Nidorans, improve flexibility of x item preparation, refactor canDie to Control function 2015-03-28 21:28:58 -07:00
Kyle Coburn 2cdac288a6 Standardize Nidoran/Mt. Moon time constraints 2015-03-28 17:16:04 -07:00
Kyle Coburn 2764fb9ccf Update dept store movement, add confusion sacrifice to Misty fight, rename shopping strategies for consistency 2015-03-28 12:47:01 -07:00
kyle c7b8f1190b Merge pull request #1 from kjlubick/get-up-and-running
More details on getting up and running
2015-02-12 13:09:06 -08:00
Kyle Coburn 04b5aa01f9 Grab old man potion, use strategy for Viridian Forest potion 2015-02-12 12:59:46 -08:00
Kyle Coburn 47a3d1f3c4 Add skip water gun strategy 2015-01-19 17:11:52 -08:00
Kyle Coburn 619c9d295e Reunify streaming/distribution environments 2015-01-19 17:08:17 -08:00
Kevin Lubick be69b1cc67 More details on getting up and running
Also added a more stable link to BizHawk 1.6.1

Newer versions don't seem to work, the bot doesn't seem to detect the
main menu and gets stuck pressing start.  Also, the linked site has most
of the links down, so the cannon release site should be more stable.
2014-07-24 13:11:33 -04:00
Kyle Coburn 52232581f2 Initial public commit 2014-07-12 18:47:39 -07:00