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
/
wram.py
Age
Commit message (
Expand
)
Author
2016-08-24
Fix most Python 3 compat issues with futurize --stage1
Eevee (Lexy Munroe)
2016-02-26
pokemontools now works with tcg
dannye
2014-11-01
BSSReader: Fix eval inserting __builtins__ into self.constants.
yenatch
2014-10-02
BSSReader now reads constants and variables.
yenatch
2014-03-07
Refactor read_bss_sections into a class.
yenatch
2014-03-05
wram: Interpret rgbasm macros and fix token logic.
yenatch
2013-12-25
wram: return an empty dict for missing constants files
yenatch
2013-12-21
Merge remote-tracking branch 'kanzure/master' into battle-animations
yenatch
2013-12-18
Merge branch 'master' into path-finding
Bryan Bishop
2013-12-11
Merge pull request #60 from yenatch/dependencies
Bryan Bishop
2013-12-11
wram: fix section address allocation
yenatch
2013-12-09
Merge pull request #59 from yenatch/dependencies
Bryan Bishop
2013-12-06
wram: cleaner line parsing
yenatch
2013-12-05
wram: try to determine addresses for section defs without any
yenatch
2013-12-02
wram: more consistent rgbasm value conversion
yenatch
2013-11-22
use default config in WRAMProcessor if available
Bryan Bishop
2013-11-13
use the correct wram_labels variable in wram.py
Bryan Bishop
2013-11-13
flip the wram labels dictionary
Bryan Bishop
2013-11-13
include some constants for wram.asm
Bryan Bishop
2013-09-02
make wram.py use config for paths
Bryan Bishop
2013-09-01
make_wram_labels doesn't need globals now
Bryan Bishop
2013-08-03
make a basic python module
Bryan Bishop