index
:
pokemon-reverse-engineering-tools
master
path-finding
py3-continued
vba-automation
reverse engineering tools
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pokemontools
/
vba
Age
Commit message (
Expand
)
Author
2016-08-24
Fix most Python 3 compat issues with futurize --stage1
Eevee (Lexy Munroe)
2013-11-29
basic plan for drawing paths
Bryan Bishop
2013-11-29
some code to prep for path planning
Bryan Bishop
2013-11-17
groundwork for path planning implementation
Bryan Bishop
2013-11-14
never learn a new move
Bryan Bishop
2013-11-14
fast check for the "move to make room for" text
Bryan Bishop
2013-11-14
detect the evolved screen text
Bryan Bishop
2013-11-14
quick check for the evolved screen
Bryan Bishop
2013-11-14
a quick method to detect the "is evolving" message
Bryan Bishop
2013-11-14
a faster way to detect the stats screen in battles
Bryan Bishop
2013-11-14
make get_text slightly more configurable
Bryan Bishop
2013-11-14
a really slow way to check for stats screen
Bryan Bishop
2013-11-13
simplify the date/clock check in text_wait
Bryan Bishop
2013-11-13
a better in-battle check for text_wait
Bryan Bishop
2013-11-13
improve text_wait for in-battle situations
Bryan Bishop
2013-11-13
a really simple, broken battle strategy
Bryan Bishop
2013-11-13
better "is input required" detector
Bryan Bishop
2013-11-13
fix a variable typo in wild prompt detector
Bryan Bishop
2013-11-13
press the "a" button (fix typo)
Bryan Bishop
2013-11-13
self.vba -> self.emulator.vba
Bryan Bishop
2013-11-13
battle move selection
Bryan Bishop
2013-11-13
Merge branch 'master' into battle-handling
Bryan Bishop
2013-11-12
add todo comment to givepoke
Bryan Bishop
2013-11-12
incomplete simple battle strategy
Bryan Bishop
2013-11-12
select a battle menu option
Bryan Bishop
2013-11-11
make a class that shows off the handler methods
Bryan Bishop
2013-11-11
minor function to set battle type
Bryan Bishop
2013-11-11
handle wild yes/no prompt during battle
Bryan Bishop
2013-11-11
wild switch prompt detector
Bryan Bishop
2013-11-11
prepare for a wild-based detector
Bryan Bishop
2013-11-11
rename the switch prompt detector
Bryan Bishop
2013-11-11
handle the yes/no prompt in the battle run loop
Bryan Bishop
2013-11-11
add is_switch_prompt to the input poll detector
Bryan Bishop
2013-11-11
update docstrings about the switch prompt
Bryan Bishop
2013-11-11
function to check if it's the yes/no prompt
Bryan Bishop
2013-11-11
a quick function to set pokemon hp in battle
Bryan Bishop
2013-11-11
detect the "mandatory switch" menu
vba-automation
Bryan Bishop
2013-11-10
remove more dead code
Bryan Bishop
2013-11-10
remove old functions
Bryan Bishop
2013-11-10
remove a dead function
Bryan Bishop
2013-11-10
start_trainer_battle spawns a battle
Bryan Bishop
2013-11-10
simplify givepoke by using inject_script_into_rom
Bryan Bishop
2013-11-10
write script to ROM and execute
Bryan Bishop
2013-11-10
make givepoke work (h/t padz)
Bryan Bishop
2013-11-10
an attempt at givepoke
Bryan Bishop
2013-11-10
function to start a battle by rocksmash
Bryan Bishop
2013-11-10
method to lower enemy hp during battle
Bryan Bishop
2013-11-10
implement call_script to call CallScript
Bryan Bishop
2013-11-10
write inject_asm_into_rom
Bryan Bishop
2013-11-10
a working inject_asm implementation
Bryan Bishop
[next]