RSS feed
34c6b38d
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/16 10:37
tool to help narrow down the problem in a bank
dc3fd295
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/16 10:24
correct for two route 10 maps
e27cdc43
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/16 09:49
make compare.sh overwrite the previous hexdump
079afeea
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/16 08:44
fix preprocessor/givepoke for variable-number-of-parameter macros
2d763b53
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/16 08:07
fix zzyyxx output for MoneyByteParam (checkmoney, takemoney)
7244cb25
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/15 18:15
only recalculate a PointerLabelParam parsed_address if necessary
9ea77b0a
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/14 09:26
Merge pull request #5 from Zhorken/master
be7f9c18
– Lynn "Zhorken" Vaughan <zhorken@gmail.com>
authored
on 2012/05/14 12:16
Add a byte fill function.
d3ecd6d1
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/14 07:05
a simple script to compare the baserom and generated rom
3afb9602
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/14 06:42
improve extras/README.md opening sentence
bde4f489
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/13 20:58
better asm output for SignpostRemoteItem
f43de056
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/13 20:51
fix PointerLabelParams in signposts
984597d1
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/13 18:48
fix movement param get_dependencies
60484360
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/13 17:59
remove some output that clutters up the preprocessor output
e905f9f1
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/13 17:53
better movement command/macro support
eaff513b
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/13 17:32
fix unknown MovementCommand parsing
251fb52d
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/13 14:53
use deepcopy to create applymovement commands
b41da5fe
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/12 10:15
let create_movement_commands access a debug parameter
1a825799
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/11 22:18
slightly better applymovement parsing
3f5955b4
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/11 20:59
apply_movement_command classes doesn't exist
feab0b56
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/11 12:30
quick tool for dumping a segment of ApplyMovementData objects into a bank
4b154062
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/11 12:26
set dependencies and get_dependencies on ApplyMovementData for asm dumping
a548ffdd
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/11 11:09
waitbutton in scripts is not the same as waitbutton in texts
e04a7aa3
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/11 10:50
never show a comma in front of a 7 on a newline
66b65c85
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/11 10:29
fix a TextScript/MainText bug where '@' on a newline had an extra comma/param to db
f305b270
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/11 09:40
text_from_ram isn't limited to <$8000 like in the text at 0x549a3
55c174d3
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/11 09:05
fix TextScript bug - to_asm should not modify self.size
e7913e7a
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/10 05:19
insert_blah_with -> insert_with in extras/README.md
7dd429fd
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/10 05:18
debugging to figure out the TextScript at 0x5daf1
6ff6f933
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/08 14:34
consolidate insert_multiple and insert_single on the Asm class
03ce919b
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/05 13:04
tool to dump texts from a particular bank into asm
ec102bc6
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/05 11:01
fix $58 parsing in texts for the text at 0x192f34
e3b6c0f4
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/05 09:30
preprocessor compatibility with text commands
57d11561
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/04 22:48
looks like text commands might mess up the preprocessor?
fa63fe8a
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/04 22:46
set TextInlineAsm to size=1 for now
47d1e412
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/04 22:29
possible fix for movement scripts (many broken?)
0357e1e2
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/04 22:15
temporary and horrible fix to applymovement scripts
a9d37671
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/04 22:01
make a broken MovementCommand parser
d16a6deb
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/04 21:42
by default allow MovementCommand to handle <$45s
a9a1e084
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/04 21:40
fix MovementCommand.to_asm return value for id>$45
adf55937
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/04 21:38
starting ApplyMovementData and MovementCommand
8a064dfb
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/04 19:03
use a $50 macro to stop some text scripts
24891653
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/04 18:03
fix the use of text_command_classes (not the same format as command_classes)
927d9662
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/04 17:50
to_asm and some constructor changes
6ee0c38b
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/04 17:44
new TextScript.parse is almost exactly Script.parse
82d7043a
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/04 17:29
a better get_dependencies for NewTextScript
f5e5c110
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/04 17:05
use inspect to gather members for text_command_classes
fde936ac
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/04 16:47
add param_types to configure each text script command macro
7d17027f
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/04 16:14
make sure the bytes don't run out with no ending byte in MainText
133bcb70
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/04 16:13
handle $57 in MainText.to_asm
0721bd42
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/04 15:05
not ever -> never
94ea6ef4
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/04 15:00
add quotes to MainText.to_asm output
9ff78a90
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/04 13:37
adding non-byte-encoded characters into text to_asm output
55e40b52
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/04 13:25
to_asm output for $50 and unknown bytes in texts
2eeae555
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/04 12:51
fix was_comma statement (gah)
cb0bcb77
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/04 12:49
improve MainText.to_asm output
e867ed74
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/04 10:39
update some comments
6518a20a
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/02 20:47
fix another readme comment about labels
343ccc90
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/02 20:12
fix minor inaccuracy
f2b0779f
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/02 13:11
fix typo in readme
ea379f3d
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/02 09:59
fix language specifier
404dca19
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/02 09:57
slightly improved example
b1d25e08
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/02 09:56
nope.. more formatting
220a9d83
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/02 09:55
formatting?
d1ddb590
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/02 09:55
investigating bytes in the ROM
b871e6c5
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/02 09:47
map_name -> map_id
6ec59c81
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/02 09:43
get_dependencies does not return a list of labels nor strings
f51cde72
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/02 09:40
show the map event header in the readme
6973ec82
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/02 09:37
figuring out where a script appears based on a known address
faa73c5a
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/02 09:28
investigating scripts from a known address
7d6626ee
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/01 21:41
extras/output.asm -> extras/output.txt
b6122070
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/01 21:40
clarify a sentence
0406a12f
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/01 21:39
fix readme typo
6fa7fbc3
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/01 21:38
basic README to explain crystal.py
81208d51
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/05/01 07:25
move the text command classes around
37e808b4
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/29 22:21
basic TextCommand skeleton from yesterday
9189b3f6
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/29 11:15
begin to rewrite the text parser
6eb1478f
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/29 06:40
clean up comments in Script.parse method
a06cb374
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/29 06:26
remove old comment
d4508d9b
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/28 07:08
temporary fix to prevent TextScript from appending @s
ef56a46e
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/27 21:34
top-level dependency bug fix.. actual problem not solved ?
94e486be
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/27 14:50
still having trouble with UnknownText_0x580c7 not in main.asm
90cee919
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/27 13:38
TextPointerLabelParam sometimes doesn't point to anything useful
81e950c2
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/27 13:35
add ItemFragment to macros in preprocessor
6321bf12
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/27 13:35
TextPointerLabelParam.get_dependencies() now returns the text pointer
94a6e1b0
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/27 13:16
words/pointers should point within bank
e5586a5a
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/27 12:56
text preprocessor now supports ending-apostrophes in text
d9a2680c
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/27 12:48
fix MoneyByteParam formatting
45c41795
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/27 12:33
possibly fix preprocessor/checkmoney issues
14a35baa
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/27 12:04
reverse byte output in RAMAddressParam.to_asm()
09a0e3aa
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/27 11:52
redo item constants (some were missed?)
b0eee4c0
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/27 11:47
add newlines to generate_item_constants output
9672e960
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/27 11:39
fix RAMAddressParam.to_asm() (no [] characters)
d319aea1
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/27 11:33
fix label lookup
9ed1a474
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/27 11:02
minor fixes for insert_single_with_dependencies
a58aeae5
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/27 10:58
prevent dependency loops in script at 0x18d0a9, 0x18d023 and 0x943ca
9e92ebd4
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/27 09:58
better debugging for a max recursion depth error
7ed1bebc
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/27 09:46
pass 'recompute' parameter through get_dependencies() calls
39a71c55
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/27 09:41
prevent dependencies from being recomputed
ce35b436
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/27 09:29
faster get_dependencies on Script
Next