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-05
tool to dump texts from a particular bank into asm
Bryan Bishop
2012-05-05
fix $58 parsing in texts for the text at 0x192f34
Bryan Bishop
2012-05-05
set TextInlineAsm to size=1 for now
Bryan Bishop
2012-05-05
possible fix for movement scripts (many broken?)
Bryan Bishop
2012-05-05
temporary and horrible fix to applymovement scripts
Bryan Bishop
2012-05-05
make a broken MovementCommand parser
Bryan Bishop
2012-05-05
by default allow MovementCommand to handle <$45s
Bryan Bishop
2012-05-05
fix MovementCommand.to_asm return value for id>$45
Bryan Bishop
2012-05-05
starting ApplyMovementData and MovementCommand
Bryan Bishop
2012-05-04
use a $50 macro to stop some text scripts
Bryan Bishop
2012-05-04
fix the use of text_command_classes (not the same format as command_classes)
Bryan Bishop
2012-05-04
to_asm and some constructor changes
Bryan Bishop
2012-05-04
new TextScript.parse is almost exactly Script.parse
Bryan Bishop
2012-05-04
a better get_dependencies for NewTextScript
Bryan Bishop
2012-05-04
use inspect to gather members for text_command_classes
Bryan Bishop
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
[prev]
[next]