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
/
vba.py
Age
Commit message (
Expand
)
Author
2016-08-24
Fix most Python 3 compat issues with futurize --stage1
Eevee (Lexy Munroe)
2013-11-14
make get_text slightly more configurable
Bryan Bishop
2013-11-13
simplify the date/clock check in text_wait
Bryan Bishop
2013-11-13
improve text_wait for in-battle situations
Bryan Bishop
2013-11-13
fix a variable typo in wild prompt detector
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-11
minor function to set battle type
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
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
2013-11-10
crude attempt at injecting asm into wram
Bryan Bishop
2013-11-10
allow bank=0 in call()
Bryan Bishop
2013-11-10
fix a few call() calls
Bryan Bishop
2013-11-10
stop writing 0x4000 everywhere
Bryan Bishop
2013-11-10
make call() calculate bank addresses
Bryan Bishop
2013-11-10
broken attempt at calling givepoke
Bryan Bishop
2013-11-09
Merge branch 'master' into vba-automation
Bryan Bishop
2013-11-09
fix some configuration in vba/vba.py
Bryan Bishop
2013-11-09
fix move() for lists of commands
Bryan Bishop
2013-11-03
attempting a few more trainer battles
Bryan Bishop
2013-11-02
a broken attempt at starting random battles
Bryan Bishop
2013-11-02
a naive implementation of start_trainer_battle
Bryan Bishop
2013-11-02
attempt to start a trainer battle
Bryan Bishop
2013-10-12
move() can now take a list of movements to make
Bryan Bishop
2013-10-12
another minor docstring
Bryan Bishop
2013-10-12
even more docstrings
Bryan Bishop
2013-10-12
oops, made a mistake in get_enemy_hp
Bryan Bishop
2013-10-12
write get_enemy_hp to calculate current hp
Bryan Bishop
2013-09-22
basic level-up stats screen detection
Bryan Bishop
2013-09-22
pause a few frames before typing on a keyboard
Bryan Bishop
2013-09-22
weird, why was there no shutdown command?
Bryan Bishop
2013-09-22
save_state_path is only on self.config
Bryan Bishop
[next]