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
/
crystal.py
Age
Commit message (
Expand
)
Author
2013-09-12
deglobalize map_internal_ids
Bryan Bishop
2013-09-12
pass around all_movements (not a global)
Bryan Bishop
2013-09-12
run_main -> main
Bryan Bishop
2013-09-12
pretty_print_trainer_id_constants to trainers.py
Bryan Bishop
2013-09-12
one preprocessor macro needs trainer_group_maximum
Bryan Bishop
2013-09-12
knock out some trainer group globals
Bryan Bishop
2013-09-12
convert all_map_headers from a global
Bryan Bishop
2013-09-12
don't use the old header parsing method
Bryan Bishop
2013-09-12
remove globals from some map group parsers
Bryan Bishop
2013-09-12
move old parsers from 'crystal' into crystalparts/
Bryan Bishop
2013-09-12
move find_labels_without_addresses into labels.py
Bryan Bishop
2013-09-12
don't override the object type/variable
Bryan Bishop
2013-09-12
split OldTextScript out of crystal.py
Bryan Bishop
2013-09-12
remove a global from how_many_until
Bryan Bishop
2013-09-12
move is_valid_address into addresses.py
Bryan Bishop
2013-09-12
move load_asm2 next to load_asm
Bryan Bishop
2013-09-12
remove global from load_asm2
Bryan Bishop
2013-09-12
move AsmLine into crystalparts/asmline.py
Bryan Bishop
2013-09-02
fix "labels" confusion in get_labels_between
Bryan Bishop
2013-09-01
move the map_names import to the top
Bryan Bishop
2013-09-01
better ordering of imports in crystal.py
Bryan Bishop
2013-09-01
docstring for MenuDataPointerParam
Bryan Bishop
2013-09-01
log message for parse_script_asm_at
Bryan Bishop
2013-09-01
move flatten and flattener into helpers
Bryan Bishop
2013-09-01
fix typo in TrainerGroupTable assert message
Bryan Bishop
2013-09-01
use TextScriptException again
Bryan Bishop
2013-09-01
make up TextScriptException to replace two asserts
Bryan Bishop
2013-09-01
use a custom AddressException instead of asserts
Bryan Bishop
2013-09-01
move index and grouper into helpers.py
Bryan Bishop
2013-09-01
improve spacing in Incbin and AsmSection
Bryan Bishop
2013-09-01
fix spacing in get_pokemon_constant_by_id
Bryan Bishop
2013-09-01
fix import item_constants syntax
Bryan Bishop
2013-09-01
fix import wram syntax
Bryan Bishop
2013-09-01
fix import pokemon_constants syntax
Bryan Bishop
2013-09-01
fix import old_parse_scripts
Bryan Bishop
2013-09-01
fix "from trainers import .." syntax
Bryan Bishop
2013-09-01
don't need re
Bryan Bishop
2013-09-01
import interval_map syntax
Bryan Bishop
2013-09-01
"import pointers" instead of "from .. import .."
Bryan Bishop
2013-09-01
import move_constants syntax
Bryan Bishop
2013-09-01
"import romstr" instead of "from romstr import .."
Bryan Bishop
2013-09-01
"import chars" instead of "from chars import .."
Bryan Bishop
2013-09-01
move imports together
Bryan Bishop
2013-09-01
"import pksv" instead of "from pksv import .."
Bryan Bishop
2013-09-01
import labels instead of "from .. import .."
Bryan Bishop
2013-09-01
don't import remove_quoted_text into crystal.py
Bryan Bishop
2013-09-01
convert more prints to logging calls
Bryan Bishop
2013-09-01
use logging in crystal.py instead of print
Bryan Bishop
2013-09-01
docstring for crystal.py
Bryan Bishop
2013-09-01
remove bryan_message for NotImplementedError
Bryan Bishop
[next]