shithub: pokecrystal

RSS feed

6dda1a8f – Bryan Bishop <[email protected]> authored on 2012/04/15 13:21
fix MapScriptHeader parsing

b0b807e3 – Bryan Bishop <[email protected]> authored on 2012/04/15 12:37
MapEventHeader address fix

2f3e5917 – Bryan Bishop <[email protected]> authored on 2012/04/15 10:49
SecondMapHeader looks ok

7cfe92c5 – Bryan Bishop <[email protected]> authored on 2012/04/15 10:39
MapHeader parsing looks correct

2b08f91d – Bryan Bishop <[email protected]> authored on 2012/04/15 10:33
add the old parsers back in for testing

cbd8f092 – Bryan Bishop <[email protected]> authored on 2012/04/15 08:26
debugging statements

00ab26a8 – Bryan Bishop <[email protected]> authored on 2012/04/14 21:27
more fixes (sort of)

441cb01c – Bryan Bishop <[email protected]> authored on 2012/04/14 21:18
corrections to almost make things run

cbd896b8 – Bryan Bishop <[email protected]> authored on 2012/04/14 21:11
MapHeader parsing and to_asm

49add12c – Bryan Bishop <[email protected]> authored on 2012/04/14 20:50
better code for MapScriptHeader

746317f9 – Bryan Bishop <[email protected]> authored on 2012/04/14 20:06
code for MapBlockData

6b029c36 – Bryan Bishop <[email protected]> authored on 2012/04/14 17:46
to_asm on SecondMapHeader

1ee33506 – Bryan Bishop <[email protected]> authored on 2012/04/14 16:03
start on SecondMapHeader

0cb84a7e – Bryan Bishop <[email protected]> authored on 2012/04/14 14:23
class for MapEventHeader

f90f0505 – Bryan Bishop <[email protected]> authored on 2012/04/14 13:58
XYTrigger class

52b70619 – Bryan Bishop <[email protected]> authored on 2012/04/14 11:48
making things work

93533ce0 – Bryan Bishop <[email protected]> authored on 2012/04/14 11:16
PeopleEvent class code

0c2c2cd3 – Bryan Bishop <[email protected]> authored on 2012/04/14 09:45
skeleton for PeopleEvent class

01a5c61d – Bryan Bishop <[email protected]> authored on 2012/04/14 09:01
saner warp parsing

e0990197 – Bryan Bishop <[email protected]> authored on 2012/04/14 08:23
better signpost parsing

f70650a1 – Bryan Bishop <[email protected]> authored on 2012/04/14 06:54
start moving signpost into a class

91df3747 – Bryan Bishop <[email protected]> authored on 2012/04/08 20:38
0xcc probably ends the script

63c16139 – Bryan Bishop <[email protected]> authored on 2012/04/08 19:47
fix size computation in GivePoke

a06abcf9 – Bryan Bishop <[email protected]> authored on 2012/04/08 19:05
japanese text dumper and some more script changes

36212177 – Bryan Bishop <[email protected]> authored on 2012/04/08 17:15
all of these scripting changes are probably wrong

b276eeb8 – Bryan Bishop <[email protected]> authored on 2012/04/08 12:38
don't forget the custom GivePoke commad class

4c3c85d2 – Bryan Bishop <[email protected]> authored on 2012/04/08 12:25
oops forgot to create a command class for writevarcode

51ef61e3 – Bryan Bishop <[email protected]> authored on 2012/04/08 12:20
fix pokemart command parsing for the script at 0x9cac7

247469f7 – Bryan Bishop <[email protected]> authored on 2012/04/08 12:09
winlosstext does not always point to a value

40365252 – Bryan Bishop <[email protected]> authored on 2012/04/08 11:52
a working version of compare_script_parsing_methods

8e6466fe – Bryan Bishop <[email protected]> authored on 2012/04/08 11:41
begin compare_script_parsing_methods

e85e71b6 – Bryan Bishop <[email protected]> authored on 2012/04/08 10:46
text and script parsing improvements

d331a28c – Bryan Bishop <[email protected]> authored on 2012/04/08 09:40
get_label_for improvements (use script_parse_table if possible)

bd331885 – Bryan Bishop <[email protected]> authored on 2012/04/08 09:35
make parse_text_at use script_parse_table and make 2writetext parse target texts

dd0dfc82 – Bryan Bishop <[email protected]> authored on 2012/04/08 09:14
fix bit setting/checking/clearing commands (their parameters were wrong)

d7ff5e5c – Bryan Bishop <[email protected]> authored on 2012/04/08 08:19
pass force=True/False and debug=True/False to command parsing

e80f480d – Bryan Bishop <[email protected]> authored on 2012/04/08 07:48
fixes for parse_script_with_command_classes

768c4c36 – Bryan Bishop <[email protected]> authored on 2012/04/06 10:22
move rom_interval into RomStr.interval

bd06a22f – C Nelson <[email protected]> authored on 2012/04/06 09:12
Making generate_diff_insert python2.7 compatible.

1d17d3e8 – C Nelson <[email protected]> authored on 2012/04/06 08:38
Adding compatibility for newer versions of json.

8dc750b1 – C Nelson <[email protected]> authored on 2012/04/06 08:11
Adding a real check for unittest2 features.

4de0c12b – C Nelson <[email protected]> authored on 2012/04/06 07:54
Adding an exception handler around the unittest import.

7b3b1f11 – Bryan Bishop <[email protected]> authored on 2012/04/03 11:28
fix command parsing some more

21081a08 – Bryan Bishop <[email protected]> authored on 2012/04/02 20:59
not sure why the scripts aren't working yet

2c9c2424 – Bryan Bishop <[email protected]> authored on 2012/04/02 18:34
somewhat better command parsing

0e8510e3 – Bryan Bishop <[email protected]> authored on 2012/04/02 16:27
map header tests for event addresses and people-event counts

069a4fbf – Bryan Bishop <[email protected]> authored on 2012/04/02 10:22
unit tests for checking post-map parsing (overall, not individual functions)

d23ab750 – Bryan Bishop <[email protected]> authored on 2012/04/02 08:44
fix bug in generate_map_constant_labels

29a3fbf7 – Bryan Bishop <[email protected]> authored on 2012/04/02 08:36
an explicit Label class

1a3aebf1 – Bryan Bishop <[email protected]> authored on 2012/04/02 07:45
make tests pass the first time they are ran

bd7453f7 – Bryan Bishop <[email protected]> authored on 2012/03/29 21:20
more unit tests, again

29dae12c – Bryan Bishop <[email protected]> authored on 2012/03/29 19:41
more unit tests

bcd9794c – Bryan Bishop <[email protected]> authored on 2012/03/26 22:01
more command classes

2a22a91c – Bryan Bishop <[email protected]> authored on 2012/03/25 21:47
committing unfinished code (forgive me)

651d8017 – Bryan Bishop <[email protected]> authored on 2012/03/25 09:53
refactor script parsing into a Script class

a4b19fe6 – Bryan Bishop <[email protected]> authored on 2012/03/24 21:43
test_parse_text_engine_script_at

12fc2952 – Bryan Bishop <[email protected]> authored on 2012/03/24 21:09
more testing and debug= keyword params

8df5bd88 – Bryan Bishop <[email protected]> authored on 2012/03/24 18:59
more tests related to analyze_incbins

33d8c7a1 – Bryan Bishop <[email protected]> authored on 2012/03/24 17:34
wonderful world of testing

3bd84c1d – Bryan Bishop <[email protected]> authored on 2012/03/24 14:01
lots of asm-related code and tests

f93de7b1 – Bryan Bishop <[email protected]> authored on 2012/03/24 11:05
test_load_map_group_offsets and test_calculate_pointer

c1179425 – Bryan Bishop <[email protected]> authored on 2012/03/24 10:31
new test: test_report_untested

890c37bc – Bryan Bishop <[email protected]> authored on 2012/03/24 10:22
more tests about tests

98c1b528 – Bryan Bishop <[email protected]> authored on 2012/03/24 09:22
AsmList and more testing

0f574991 – Bryan Bishop <[email protected]> authored on 2012/03/24 01:00
tests for IntervalMap

9c723af8 – Bryan Bishop <[email protected]> authored on 2012/03/24 00:43
even more crazy unit tests

21b95d60 – Bryan Bishop <[email protected]> authored on 2012/03/23 23:54
fix typo (burned tower 1f)

e57b8a7c – Bryan Bishop <[email protected]> authored on 2012/03/23 23:54
unit tests

35ecd20a – Bryan Bishop <[email protected]> authored on 2012/03/23 22:15
fix bug in find_all_text_pointers_in_script_engine_script

da22f934 – Bryan Bishop <[email protected]> authored on 2012/03/23 22:13
pretty printer for text scripts

d497a0a0 – Bryan Bishop <[email protected]> authored on 2012/03/23 20:58
start using classes instead of functions everywhere

253c897b – Bryan Bishop <[email protected]> authored on 2012/03/23 19:36
rom_text_at just dumps text straight from the ROM

4462b9b2 – Bryan Bishop <[email protected]> authored on 2012/03/22 21:26
calculate_pointer_from_bytes_at update suggested by sankina

14903375 – Bryan Bishop <[email protected]> authored on 2012/03/22 20:58
fix trainer texts

08961e4f – Bryan Bishop <[email protected]> authored on 2012/03/21 17:06
parse texts in scripts

0173ab3c – IIMarckus <[email protected]> authored on 2012/03/20 18:54
Add shiny check function.

93902a38 – IIMarckus <[email protected]> authored on 2012/03/20 18:23
Add code for the Extremespeed Dratini.

572370fb – IIMarckus <[email protected]> authored on 2012/03/20 18:19
Add the moves table.

1b259644 – IIMarckus <[email protected]> authored on 2012/03/20 18:03
Add type constants.

95e0d982 – IIMarckus <[email protected]> authored on 2012/03/20 15:00
Add move constants.

3af505fe – IIMarckus <[email protected]> authored on 2012/03/20 14:43
Add pointers to the 0f script commands.

b9175e8a – Bryan Bishop <[email protected]> authored on 2012/03/18 21:41
parser improvements for trainer texts and map scripts

0f3ff612 – Bryan Bishop <[email protected]> authored on 2012/03/18 19:05
skip battle tower people-event scripts

f20786a4 – Bryan Bishop <[email protected]> authored on 2012/03/15 13:47
gbz80disasm for crystal

27061537 – Bryan Bishop <[email protected]> authored on 2012/03/15 13:44
more script debugging

c42d7424 – Bryan Bishop <[email protected]> authored on 2012/03/14 22:09
better signpost parsing

8188cf07 – Bryan Bishop <[email protected]> authored on 2012/03/14 18:03
better debugging for recursive scripts

69f541f5 – Bryan Bishop <[email protected]> authored on 2012/03/13 20:27
keep track of which scripts have been parsed

550ca496 – Bryan Bishop <[email protected]> authored on 2012/03/13 12:01
function to find most text addresses

8cfa4bee – Bryan Bishop <[email protected]> authored on 2012/03/11 23:17
fix calculate_pointer again

ad0f365a – Bryan Bishop <[email protected]> authored on 2012/03/11 23:01
fix calculate_pointer

25a5a9ce – Bryan Bishop <[email protected]> authored on 2012/03/11 21:59
initial work on text parsing

873b07dc – Bryan Bishop <[email protected]> authored on 2012/03/11 21:09
trainer headers

0a7278c1 – Bryan Bishop <[email protected]> authored on 2012/03/11 11:30
update pksv name tables (trial and error)

a4f10572 – Bryan Bishop <[email protected]> authored on 2012/03/10 22:01
add pksv command names to crystal.py

5ba4aec8 – Bryan Bishop <[email protected]> authored on 2012/03/10 11:51
fix crystal script command offsets

3774f1d6 – IIMarckus <[email protected]> authored on 2012/03/09 16:26
Map 2.6 is Route 44, not Route 43.

c66f09c1 – IIMarckus <[email protected]> authored on 2012/03/09 16:24
Add remaining wild Pokémon tables.

6ec2257c – Bryan Bishop <[email protected]> authored on 2012/03/07 17:31
more crystal script parsing

6ddb56c2 – Bryan Bishop <[email protected]> authored on 2012/03/07 11:59
script parsing with parse_script_at

Next