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
/
crystal.py
Age
Commit message (
Expand
)
Author
2012-05-04
add param_types to configure each text script command macro
Bryan Bishop
2012-05-04
make sure the bytes don't run out with no ending byte in MainText
Bryan Bishop
2012-05-04
handle $57 in MainText.to_asm
Bryan Bishop
2012-05-04
not ever -> never
Bryan Bishop
2012-05-04
add quotes to MainText.to_asm output
Bryan Bishop
2012-05-04
adding non-byte-encoded characters into text to_asm output
Bryan Bishop
2012-05-04
to_asm output for $50 and unknown bytes in texts
Bryan Bishop
2012-05-04
fix was_comma statement (gah)
Bryan Bishop
2012-05-04
improve MainText.to_asm output
Bryan Bishop
2012-05-04
update some comments
Bryan Bishop
2012-05-02
figuring out where a script appears based on a known address
Bryan Bishop
2012-05-01
move the text command classes around
Bryan Bishop
2012-04-30
basic TextCommand skeleton from yesterday
Bryan Bishop
2012-04-29
begin to rewrite the text parser
Bryan Bishop
2012-04-29
clean up comments in Script.parse method
Bryan Bishop
2012-04-29
remove old comment
Bryan Bishop
2012-04-28
temporary fix to prevent TextScript from appending @s
Bryan Bishop
2012-04-28
top-level dependency bug fix.. actual problem not solved ?
Bryan Bishop
2012-04-27
still having trouble with UnknownText_0x580c7 not in main.asm
Bryan Bishop
2012-04-27
TextPointerLabelParam sometimes doesn't point to anything useful
Bryan Bishop
2012-04-27
TextPointerLabelParam.get_dependencies() now returns the text pointer
Bryan Bishop
2012-04-27
words/pointers should point within bank
Bryan Bishop
2012-04-27
fix MoneyByteParam formatting
Bryan Bishop
2012-04-27
possibly fix preprocessor/checkmoney issues
Bryan Bishop
2012-04-27
reverse byte output in RAMAddressParam.to_asm()
Bryan Bishop
2012-04-27
add newlines to generate_item_constants output
Bryan Bishop
2012-04-27
fix RAMAddressParam.to_asm() (no [] characters)
Bryan Bishop
2012-04-27
fix label lookup
Bryan Bishop
2012-04-27
minor fixes for insert_single_with_dependencies
Bryan Bishop
2012-04-27
prevent dependency loops in script at 0x18d0a9, 0x18d023 and 0x943ca
Bryan Bishop
2012-04-27
better debugging for a max recursion depth error
Bryan Bishop
2012-04-27
pass 'recompute' parameter through get_dependencies() calls
Bryan Bishop
2012-04-27
prevent dependencies from being recomputed
Bryan Bishop
2012-04-27
faster get_dependencies on Script
Bryan Bishop
2012-04-27
checkmonkey -> checkmoney
Bryan Bishop
2012-04-27
speed up asm insertion
Bryan Bishop
2012-04-27
Asm.insert_multiple_with_dependencies
Bryan Bishop
2012-04-26
caught a self.label -> self.label.name
Bryan Bishop
2012-04-26
refactor all labels to be Label instances
Bryan Bishop
2012-04-26
refactoring some labels code
Bryan Bishop
2012-04-26
start to write the Label class and is_label_in_asm
Bryan Bishop
2012-04-26
rename textpre.py -> preprocessor.py
Bryan Bishop
2012-04-26
make jumptextfaceplayer point to text
Bryan Bishop
2012-04-26
continue to fix off-by-one error in TextScript
Bryan Bishop
2012-04-26
fix off-by-one error in TextScript
Bryan Bishop
2012-04-26
revert to dbw in MapScriptHeader.to_asm()
Bryan Bishop
2012-04-26
revert '_' prefix to some macro_names
Bryan Bishop
2012-04-26
revert PeopleEvent to use better-looking asm output
Bryan Bishop
2012-04-26
add two filler bytes to MapEventHeader asm output
Bryan Bishop
2012-04-26
add map/group constants into constants.asm
Bryan Bishop
[prev]
[next]