summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-13improve text_wait for in-battle situationsBryan Bishop
2013-11-13a really simple, broken battle strategyBryan Bishop
2013-11-13better "is input required" detectorBryan Bishop
2013-11-13fix a variable typo in wild prompt detectorBryan Bishop
2013-11-13press the "a" button (fix typo)Bryan Bishop
2013-11-13self.vba -> self.emulator.vbaBryan Bishop
2013-11-13battle move selectionBryan Bishop
2013-11-13Merge branch 'master' into battle-handlingBryan Bishop
2013-11-13audio: pass in a channel id to sound commandsyenatch
2013-11-13audio: noise commandyenatch
2013-11-12Merge pull request #50 from kanzure/include-wramBryan Bishop
2013-11-13use the correct wram_labels variable in wram.pyBryan Bishop
2013-11-13flip the wram labels dictionaryBryan Bishop
2013-11-13include some constants for wram.asmBryan Bishop
2013-11-12make a simple join function in data/Bryan Bishop
2013-11-12store pokecrystal wram.asm in the repositoryBryan Bishop
2013-11-12Merge pull request #49 from kanzure/givepoke-todoBryan Bishop
2013-11-12add todo comment to givepokeBryan Bishop
2013-11-12incomplete simple battle strategyBryan Bishop
2013-11-12select a battle menu optionBryan Bishop
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