shithub: pokecrystal

RSS feed

b0eee4c0 – Bryan Bishop <[email protected]> authored on 2012/04/27 11:47
add newlines to generate_item_constants output

9672e960 – Bryan Bishop <[email protected]> authored on 2012/04/27 11:39
fix RAMAddressParam.to_asm() (no [] characters)

d319aea1 – Bryan Bishop <[email protected]> authored on 2012/04/27 11:33
fix label lookup

9ed1a474 – Bryan Bishop <[email protected]> authored on 2012/04/27 11:02
minor fixes for insert_single_with_dependencies

a58aeae5 – Bryan Bishop <[email protected]> authored on 2012/04/27 10:58
prevent dependency loops in script at 0x18d0a9, 0x18d023 and 0x943ca

9e92ebd4 – Bryan Bishop <[email protected]> authored on 2012/04/27 09:58
better debugging for a max recursion depth error

7ed1bebc – Bryan Bishop <[email protected]> authored on 2012/04/27 09:46
pass 'recompute' parameter through get_dependencies() calls

39a71c55 – Bryan Bishop <[email protected]> authored on 2012/04/27 09:41
prevent dependencies from being recomputed

ce35b436 – Bryan Bishop <[email protected]> authored on 2012/04/27 09:29
faster get_dependencies on Script

34ff5fc4 – Bryan Bishop <[email protected]> authored on 2012/04/26 21:07
checkmonkey -> checkmoney

1098757c – Bryan Bishop <[email protected]> authored on 2012/04/26 21:06
speed up asm insertion

226e964f – Bryan Bishop <[email protected]> authored on 2012/04/26 20:59
Asm.insert_multiple_with_dependencies

bde9cb3b – Bryan Bishop <[email protected]> authored on 2012/04/26 14:45
caught a self.label -> self.label.name

ddbfc016 – Bryan Bishop <[email protected]> authored on 2012/04/26 14:41
refactor all labels to be Label instances

ea2daf05 – Bryan Bishop <[email protected]> authored on 2012/04/26 14:04
refactoring some labels code

16b8cf49 – Bryan Bishop <[email protected]> authored on 2012/04/26 13:41
start to write the Label class and is_label_in_asm

2cb6e418 – Bryan Bishop <[email protected]> authored on 2012/04/26 13:41
clean up the preprocessor imports

849c0d13 – Bryan Bishop <[email protected]> authored on 2012/04/26 12:58
rename textpre.py -> preprocessor.py

092baabd – Bryan Bishop <[email protected]> authored on 2012/04/26 12:50
make jumptextfaceplayer point to text

5dc15388 – Bryan Bishop <[email protected]> authored on 2012/04/26 11:28
improve PointerLabelAfterBank handling in preprocessor

0e439e5e – Bryan Bishop <[email protected]> authored on 2012/04/26 11:13
remove script_macros.asm (deprecated)

8cc5597b – Bryan Bishop <[email protected]> authored on 2012/04/26 11:04
continue to fix off-by-one error in TextScript

806687bf – Bryan Bishop <[email protected]> authored on 2012/04/26 10:59
fix off-by-one error in TextScript

d37f9869 – Bryan Bishop <[email protected]> authored on 2012/04/26 10:46
revert to dbw in MapScriptHeader.to_asm()

e14ee083 – Bryan Bishop <[email protected]> authored on 2012/04/26 10:41
clean up an error message in preprocessor

5bc8b861 – Bryan Bishop <[email protected]> authored on 2012/04/26 10:37
remove newlines from guessed macro names in preprocessor

386a688e – Bryan Bishop <[email protected]> authored on 2012/04/26 10:37
revert '_' prefix to some macro_names

3c8b3814 – Bryan Bishop <[email protected]> authored on 2012/04/26 10:30
revert PeopleEvent to use better-looking asm output

6c5b5d2b – Bryan Bishop <[email protected]> authored on 2012/04/26 10:26
add two filler bytes to MapEventHeader asm output

70cf2554 – Bryan Bishop <[email protected]> authored on 2012/04/26 10:16
gah forgot a file to let preprocessor import macros

e2d31b60 – Bryan Bishop <[email protected]> authored on 2012/04/26 10:14
preprocessor support for macros

8f2221aa – Bryan Bishop <[email protected]> authored on 2012/04/26 10:13
add map/group constants into constants.asm

8f2afd2f – Bryan Bishop <[email protected]> authored on 2012/04/26 10:00
add DataByteWordMacro for the preprocessor

d09cf6d9 – Bryan Bishop <[email protected]> authored on 2012/04/26 09:55
add param_types to Signpost

1bba364b – Bryan Bishop <[email protected]> authored on 2012/04/26 09:13
change Signpost to extend Command and set byte_type in a few places

2446153f – Bryan Bishop <[email protected]> authored on 2012/04/26 07:19
break up the for loop in textpre.py into separate functions

6e083c9b – Bryan Bishop <[email protected]> authored on 2012/04/26 07:02
only strip comments when a semicolon appears on the line

d358b390 – Bryan Bishop <[email protected]> authored on 2012/04/26 06:56
skip lines wth no quotes in textpre.py

216a7ac1 – Bryan Bishop <[email protected]> authored on 2012/04/26 06:51
better comment handling in textpre.py

a720875a – Bryan Bishop <[email protected]> authored on 2012/04/26 06:27
return to using warp_def, signpost, person_event macros

69783a6a – Bryan Bishop <[email protected]> authored on 2012/04/25 21:07
probably a bad idea - don't use macros inside event headers

ece37237 – Bryan Bishop <[email protected]> authored on 2012/04/25 20:32
don't delete tempt_opt_table in gbz80disasm

ad76f259 – Bryan Bishop <[email protected]> authored on 2012/04/25 20:31
simple lexer

2b159a5e – Bryan Bishop <[email protected]> authored on 2012/04/25 17:53
fix MapHeader size and TextScript asm output

69450ad8 – Bryan Bishop <[email protected]> authored on 2012/04/25 16:23
fix dbw error in MapScriptHeader and add ending newline

cb1a372d – Bryan Bishop <[email protected]> authored on 2012/04/25 16:02
dump scripting macros into script_macros.asm

f61e0288 – Bryan Bishop <[email protected]> authored on 2012/04/25 14:51
update last_address in MapScriptHeader to get asm output working again

9a3733e8 – Bryan Bishop <[email protected]> authored on 2012/04/25 14:33
run main.asm through the line spacing logic once

c8cdbded – Bryan Bishop <[email protected]> authored on 2012/04/25 14:18
oops, make MapScriptHeader and others show up again

759c55d3 – Bryan Bishop <[email protected]> authored on 2012/04/25 12:11
better asm output newline logic

ff4c37eb – Bryan Bishop <[email protected]> authored on 2012/04/25 10:05
fix bad placement of MapScriptHeader_0x70000 in asm

9a819183 – Bryan Bishop <[email protected]> authored on 2012/04/22 16:49
fix some parameter types

3869d5a3 – Bryan Bishop <[email protected]> authored on 2012/04/22 16:33
split up insertion and dumping in Asm

1021728f – Bryan Bishop <[email protected]> authored on 2012/04/22 11:48
attempts to stop a recursion limit error

2de204cd – Bryan Bishop <[email protected]> authored on 2012/04/22 11:13
remove duplicate incbins in asm output

c1cbb74a – Bryan Bishop <[email protected]> authored on 2012/04/22 11:08
awful newline rules in asm output

fdbf484b – Bryan Bishop <[email protected]> authored on 2012/04/22 10:04
prevent scripts from appearing in MapScriptHeader.to_asm output

c8b4c320 – Bryan Bishop <[email protected]> authored on 2012/04/21 19:46
fix MapEventHeader asm formatting

c33c15be – Bryan Bishop <[email protected]> authored on 2012/04/21 19:37
remove duplicates from Asm output

4f683d64 – Bryan Bishop <[email protected]> authored on 2012/04/21 14:59
hmm duplicate insertions

26e0ee95 – Bryan Bishop <[email protected]> authored on 2012/04/21 14:24
TrainerFragments pointing to 0x26ef should be ignored

2588ff62 – Bryan Bishop <[email protected]> authored on 2012/04/21 14:09
insertion of asm dependencies

c42b2540 – Bryan Bishop <[email protected]> authored on 2012/04/21 12:11
fix bug parsing INCBIN lines

b597af7c – Bryan Bishop <[email protected]> authored on 2012/04/21 12:06
probably right insertion routine for Asm

02497888 – Bryan Bishop <[email protected]> authored on 2012/04/21 08:38
Incbin.split method similar to split_incbin_line_into_three

285b3066 – Bryan Bishop <[email protected]> authored on 2012/04/21 07:33
foundation for asm parsing

9b4ce897 – Bryan Bishop <[email protected]> authored on 2012/04/21 06:24
improve to_asm output (newlines)

3b234223 – Bryan Bishop <[email protected]> authored on 2012/04/20 23:15
fix some bugs in get_dependencies and to_asm

7d6af535 – Bryan Bishop <[email protected]> authored on 2012/04/20 22:43
flatten a list of dependencies into one giant list

06bc6699 – Bryan Bishop <[email protected]> authored on 2012/04/20 22:25
improve TrainerFragment.to_asm

64af1959 – Bryan Bishop <[email protected]> authored on 2012/04/20 22:16
fix trainer label output

09908ecb – Bryan Bishop <[email protected]> authored on 2012/04/20 18:19
better get_dependencies and MapEventHeader.to_asm

c80279b9 – Bryan Bishop <[email protected]> authored on 2012/04/20 14:26
starting dependencies work

a8da5fbd – Bryan Bishop <[email protected]> authored on 2012/04/20 13:57
improvements to global to_asm

9ab98276 – Bryan Bishop <[email protected]> authored on 2012/04/20 07:51
replace $4000 with end-of-bank calculations

628a1475 – Bryan Bishop <[email protected]> authored on 2012/04/20 06:34
switch from "r" to "rb" when reading the ROM for Microsoft Windows users

71143859 – Bryan Bishop <[email protected]> authored on 2012/04/19 18:16
create maps directory if necessary

a3dc6079 – Bryan Bishop <[email protected]> authored on 2012/04/18 17:59
Merge pull request #4 from yenatch/document_some_asm

0784a952 – padz <[email protected]> authored on 2012/04/18 20:54
accidentally repeated some labels

53446965 – padz <[email protected]> authored on 2012/04/18 20:24
forgot to expand moves

af070716 – padz <[email protected]> authored on 2012/04/18 20:18
expanding wram labels / modifying name convention

b7cca3a5 – Bryan Bishop <[email protected]> authored on 2012/04/18 19:20
make unit tests work again

b7295080 – Bryan Bishop <[email protected]> authored on 2012/04/18 16:55
add encoding to old_parse_scripts.py

1877c757 – Bryan Bishop <[email protected]> authored on 2012/04/18 12:54
move Script.parse_old into its own file

6a8e2d0e – Bryan Bishop <[email protected]> authored on 2012/04/18 12:17
spacing

3f536b62 – Bryan Bishop <[email protected]> authored on 2012/04/17 18:44
Merge pull request #3 from cnelsonsic/master

475ec418 – C Nelson <[email protected]> authored on 2012/04/17 19:33
Move some data back to avoid a circular import.

c7838eec – C Nelson <[email protected]> authored on 2012/04/17 19:32
Fix an import.

427c8229 – Bryan Bishop <[email protected]> authored on 2012/04/17 18:59
Merge branch 'move-data-to-files' from cnelsonsic

17ab9dc5 – C Nelson <[email protected]> authored on 2012/04/17 17:37
Move a bunch of constant data into separate files.

dac0a54d – C Nelson <[email protected]> authored on 2012/04/17 16:38
Merge remote-tracking branch 'upstream/master'

f19bd863 – C Nelson <[email protected]> authored on 2012/04/17 16:22
Fixing whitespace for real this time.

ae3857d6 – C Nelson <[email protected]> authored on 2012/04/17 16:16
Revert "Fix whitespace."

61ff35c1 – Bryan Bishop <[email protected]> authored on 2012/04/17 16:05
.hgignore -> .gitignore

9ddcf90f – C Nelson <[email protected]> authored on 2012/04/17 16:03
Fix whitespace.

41a5e27b – Bryan Bishop <[email protected]> authored on 2012/04/17 15:24
use $byte not 0xbyte

92f7a851 – yenatch <[email protected]> authored on 2012/04/17 16:04
clarifying move structure comment

2d260da8 – Bryan Bishop <[email protected]> authored on 2012/04/17 14:59
Merge pull request #1 from cnelsonsic/master

4d55533b – Bryan Bishop <[email protected]> authored on 2012/04/16 09:43
insert the first map header (manually)

f3f2adb2 – Bryan Bishop <[email protected]> authored on 2012/04/16 05:55
to_asm adds a label and end text

Next