summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-11make a class that shows off the handler methodsBryan Bishop
2013-11-11minor function to set battle typeBryan Bishop
2013-11-11handle wild yes/no prompt during battleBryan Bishop
2013-11-11wild switch prompt detectorBryan Bishop
2013-11-11prepare for a wild-based detectorBryan Bishop
2013-11-11fix a typo in the switch prompt testBryan Bishop
2013-11-11rename the switch prompt detectorBryan Bishop
2013-11-11handle the yes/no prompt in the battle run loopBryan Bishop
2013-11-11fix the is_switch_prompt testBryan Bishop
2013-11-11add is_switch_prompt to the input poll detectorBryan Bishop
2013-11-11a test for detecting the yes/no promptBryan Bishop
2013-11-11update docstrings about the switch promptBryan Bishop
2013-11-11use set_battle_mon_hp in a testBryan Bishop
2013-11-11function to check if it's the yes/no promptBryan Bishop
2013-11-11a quick function to set pokemon hp in battleBryan Bishop
2013-11-11Merge pull request #48 from kanzure/various-readme-updatesBryan Bishop
2013-11-11README: update introduction to pokemontoolsBryan Bishop
2013-11-11version bump to: v1.6.0v1.6.0Bryan Bishop
2013-11-11Merge branch 'github/master' into masterBryan Bishop
2013-11-11version bump to: v1.5.0v1.5.0Bryan Bishop
2013-11-11Merge pull request #39 from kanzure/vba-automationBryan Bishop
2013-11-11detect the "mandatory switch" menuvba-automationBryan Bishop
2013-11-11switch tests to use new battle starterBryan Bishop
2013-11-10bootstrap the battle tests with more monsBryan Bishop
2013-11-10remove more dead codeBryan Bishop
2013-11-10remove old functionsBryan Bishop
2013-11-10remove a dead functionBryan Bishop
2013-11-10start_trainer_battle spawns a battleBryan Bishop
2013-11-10simplify givepoke by using inject_script_into_romBryan Bishop
2013-11-10write script to ROM and executeBryan Bishop
2013-11-10make givepoke work (h/t padz)Bryan Bishop
2013-11-10an attempt at givepokeBryan Bishop
2013-11-10function to start a battle by rocksmashBryan Bishop
2013-11-10method to lower enemy hp during battleBryan Bishop
2013-11-10implement call_script to call CallScriptBryan Bishop
2013-11-10write inject_asm_into_romBryan Bishop
2013-11-10a working inject_asm implementationBryan Bishop
2013-11-10crude attempt at injecting asm into wramBryan Bishop
2013-11-10allow bank=0 in call()Bryan Bishop
2013-11-10fix a few call() callsBryan Bishop
2013-11-10stop writing 0x4000 everywhereBryan Bishop
2013-11-10make call() calculate bank addressesBryan Bishop
2013-11-10broken attempt at calling givepokeBryan Bishop
2013-11-09make sure an attack works (new test)Bryan Bishop
2013-11-09draw the menu in skip_until_input_requiredBryan Bishop
2013-11-09write another quick battle testBryan Bishop
2013-11-09simplify the battle testsBryan Bishop
2013-11-09simplify the vba-related testsBryan Bishop
2013-11-09Merge branch 'master' into vba-automationBryan Bishop
2013-11-09Merge pull request #47 from kanzure/testing-fixupsBryan Bishop