RSS feed
2b159a5e
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/25 17:53
fix MapHeader size and TextScript asm output
69450ad8
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/25 16:23
fix dbw error in MapScriptHeader and add ending newline
cb1a372d
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/25 16:02
dump scripting macros into script_macros.asm
f61e0288
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/25 14:51
update last_address in MapScriptHeader to get asm output working again
9a3733e8
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/25 14:33
run main.asm through the line spacing logic once
c8cdbded
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/25 14:18
oops, make MapScriptHeader and others show up again
759c55d3
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/25 12:11
better asm output newline logic
ff4c37eb
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/25 10:05
fix bad placement of MapScriptHeader_0x70000 in asm
9a819183
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/22 16:49
fix some parameter types
3869d5a3
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/22 16:33
split up insertion and dumping in Asm
1021728f
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/22 11:48
attempts to stop a recursion limit error
2de204cd
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/22 11:13
remove duplicate incbins in asm output
c1cbb74a
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/22 11:08
awful newline rules in asm output
fdbf484b
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/22 10:04
prevent scripts from appearing in MapScriptHeader.to_asm output
c8b4c320
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/21 19:46
fix MapEventHeader asm formatting
c33c15be
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/21 19:37
remove duplicates from Asm output
4f683d64
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/21 14:59
hmm duplicate insertions
26e0ee95
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/21 14:24
TrainerFragments pointing to 0x26ef should be ignored
2588ff62
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/21 14:09
insertion of asm dependencies
c42b2540
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/21 12:11
fix bug parsing INCBIN lines
b597af7c
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/21 12:06
probably right insertion routine for Asm
02497888
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/21 08:38
Incbin.split method similar to split_incbin_line_into_three
285b3066
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/21 07:33
foundation for asm parsing
9b4ce897
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/21 06:24
improve to_asm output (newlines)
3b234223
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/20 23:15
fix some bugs in get_dependencies and to_asm
7d6af535
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/20 22:43
flatten a list of dependencies into one giant list
06bc6699
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/20 22:25
improve TrainerFragment.to_asm
64af1959
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/20 22:16
fix trainer label output
09908ecb
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/20 18:19
better get_dependencies and MapEventHeader.to_asm
c80279b9
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/20 14:26
starting dependencies work
a8da5fbd
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/20 13:57
improvements to global to_asm
9ab98276
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/20 07:51
replace $4000 with end-of-bank calculations
628a1475
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/20 06:34
switch from "r" to "rb" when reading the ROM for Microsoft Windows users
71143859
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/19 18:16
create maps directory if necessary
a3dc6079
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/18 17:59
Merge pull request #4 from yenatch/document_some_asm
0784a952
– padz <yenatch@github.com>
authored
on 2012/04/18 20:54
accidentally repeated some labels
53446965
– padz <yenatch@github.com>
authored
on 2012/04/18 20:24
forgot to expand moves
af070716
– padz <yenatch@github.com>
authored
on 2012/04/18 20:18
expanding wram labels / modifying name convention
b7cca3a5
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/18 19:20
make unit tests work again
b7295080
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/18 16:55
add encoding to old_parse_scripts.py
1877c757
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/18 12:54
move Script.parse_old into its own file
6a8e2d0e
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/18 12:17
spacing
3f536b62
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/17 18:44
Merge pull request #3 from cnelsonsic/master
475ec418
– C Nelson <cnelsonsic@gmail.com>
authored
on 2012/04/17 19:33
Move some data back to avoid a circular import.
c7838eec
– C Nelson <cnelsonsic@gmail.com>
authored
on 2012/04/17 19:32
Fix an import.
427c8229
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/17 18:59
Merge branch 'move-data-to-files' from cnelsonsic
17ab9dc5
– C Nelson <cnelsonsic@gmail.com>
authored
on 2012/04/17 17:37
Move a bunch of constant data into separate files.
dac0a54d
– C Nelson <cnelsonsic@gmail.com>
authored
on 2012/04/17 16:38
Merge remote-tracking branch 'upstream/master'
f19bd863
– C Nelson <cnelsonsic@gmail.com>
authored
on 2012/04/17 16:22
Fixing whitespace for real this time.
ae3857d6
– C Nelson <cnelsonsic@gmail.com>
authored
on 2012/04/17 16:16
Revert "Fix whitespace."
61ff35c1
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/17 16:05
.hgignore -> .gitignore
9ddcf90f
– C Nelson <cnelsonsic@gmail.com>
authored
on 2012/04/17 16:03
Fix whitespace.
41a5e27b
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/17 15:24
use $byte not 0xbyte
92f7a851
– yenatch <yenatch@bitbucket.org>
authored
on 2012/04/17 16:04
clarifying move structure comment
2d260da8
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/17 14:59
Merge pull request #1 from cnelsonsic/master
4d55533b
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/16 09:43
insert the first map header (manually)
f3f2adb2
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/16 05:55
to_asm adds a label and end text
e97ba71d
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/15 18:12
better asm output for MapScriptHeader
e3cf6313
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/15 17:47
fix SecondMapHeader asm output
f70c5cf7
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/15 14:26
restrict what shows up in script_parse_table
bd2a2337
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/15 14:24
keep track of these headers in globals
6dda1a8f
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/15 13:21
fix MapScriptHeader parsing
b0b807e3
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/15 12:37
MapEventHeader address fix
2f3e5917
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/15 10:49
SecondMapHeader looks ok
7cfe92c5
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/15 10:39
MapHeader parsing looks correct
2b08f91d
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/15 10:33
add the old parsers back in for testing
cbd8f092
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/15 08:26
debugging statements
00ab26a8
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/14 21:27
more fixes (sort of)
441cb01c
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/14 21:18
corrections to almost make things run
cbd896b8
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/14 21:11
MapHeader parsing and to_asm
49add12c
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/14 20:50
better code for MapScriptHeader
746317f9
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/14 20:06
code for MapBlockData
6b029c36
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/14 17:46
to_asm on SecondMapHeader
1ee33506
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/14 16:03
start on SecondMapHeader
0cb84a7e
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/14 14:23
class for MapEventHeader
f90f0505
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/14 13:58
XYTrigger class
52b70619
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/14 11:48
making things work
93533ce0
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/14 11:16
PeopleEvent class code
0c2c2cd3
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/14 09:45
skeleton for PeopleEvent class
01a5c61d
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/14 09:01
saner warp parsing
e0990197
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/14 08:23
better signpost parsing
f70650a1
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/14 06:54
start moving signpost into a class
91df3747
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/08 20:38
0xcc probably ends the script
63c16139
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/08 19:47
fix size computation in GivePoke
a06abcf9
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/08 19:05
japanese text dumper and some more script changes
36212177
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/08 17:15
all of these scripting changes are probably wrong
b276eeb8
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/08 12:38
don't forget the custom GivePoke commad class
4c3c85d2
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/08 12:25
oops forgot to create a command class for writevarcode
51ef61e3
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/08 12:20
fix pokemart command parsing for the script at 0x9cac7
247469f7
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/08 12:09
winlosstext does not always point to a value
40365252
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/08 11:52
a working version of compare_script_parsing_methods
8e6466fe
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/08 11:41
begin compare_script_parsing_methods
e85e71b6
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/08 10:46
text and script parsing improvements
d331a28c
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/08 09:40
get_label_for improvements (use script_parse_table if possible)
bd331885
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/08 09:35
make parse_text_at use script_parse_table and make 2writetext parse target texts
dd0dfc82
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/08 09:14
fix bit setting/checking/clearing commands (their parameters were wrong)
d7ff5e5c
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/08 08:19
pass force=True/False and debug=True/False to command parsing
e80f480d
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/08 07:48
fixes for parse_script_with_command_classes
768c4c36
– Bryan Bishop <kanzure@gmail.com>
authored
on 2012/04/06 10:22
move rom_interval into RomStr.interval
bd06a22f
– C Nelson <cnelsonsic@gmail.com>
authored
on 2012/04/06 09:12
Making generate_diff_insert python2.7 compatible.
Next