index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extras
Age
Commit message (
Collapse
)
Author
2012-05-16
don't repeat-parse movement scripts, and set bank=1 for $4000 <= x <= $7FFF
Bryan Bishop
2012-05-16
handle dragon shrine recursion (but not others?)
Bryan Bishop
2012-05-16
tool to help narrow down the problem in a bank
Bryan Bishop
2012-05-16
correct for two route 10 maps
Bryan Bishop
2012-05-16
fix preprocessor/givepoke for variable-number-of-parameter macros
Bryan Bishop
2012-05-16
fix zzyyxx output for MoneyByteParam (checkmoney, takemoney)
Bryan Bishop
2012-05-15
only recalculate a PointerLabelParam parsed_address if necessary
Bryan Bishop
2012-05-14
improve extras/README.md opening sentence
Bryan Bishop
2012-05-14
better asm output for SignpostRemoteItem
Bryan Bishop
2012-05-14
fix PointerLabelParams in signposts
Bryan Bishop
2012-05-13
fix movement param get_dependencies
Bryan Bishop
2012-05-13
remove some output that clutters up the preprocessor output
Bryan Bishop
2012-05-13
better movement command/macro support
Bryan Bishop
2012-05-13
fix unknown MovementCommand parsing
Bryan Bishop
2012-05-13
use deepcopy to create applymovement commands
Bryan Bishop
2012-05-12
let create_movement_commands access a debug parameter
Bryan Bishop
2012-05-12
slightly better applymovement parsing
Bryan Bishop
2012-05-12
apply_movement_command classes doesn't exist
Bryan Bishop
2012-05-11
quick tool for dumping a segment of ApplyMovementData objects into a bank
Bryan Bishop
2012-05-11
set dependencies and get_dependencies on ApplyMovementData for asm dumping
Bryan Bishop
2012-05-11
waitbutton in scripts is not the same as waitbutton in texts
Bryan Bishop
2012-05-11
never show a comma in front of a 7 on a newline
Bryan Bishop
2012-05-11
fix a TextScript/MainText bug where '@' on a newline had an extra ↵
Bryan Bishop
comma/param to db
2012-05-11
text_from_ram isn't limited to <$8000 like in the text at 0x549a3
Bryan Bishop
2012-05-11
fix TextScript bug - to_asm should not modify self.size
Bryan Bishop
2012-05-10
insert_blah_with -> insert_with in extras/README.md
Bryan Bishop
2012-05-10
debugging to figure out the TextScript at 0x5daf1
Bryan Bishop
2012-05-08
consolidate insert_multiple and insert_single on the Asm class
Bryan Bishop
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
[prev]
[next]