Merge branch 'incbin' of https://github.com/dannye/pokered into dannye-incbin

This commit is contained in:
IIMarckus 2013-09-02 17:38:12 -06:00
commit 0fe8e003e4
2 changed files with 885 additions and 184 deletions

View file

@ -314,6 +314,11 @@ def get_labels_between(start_line_id, end_line_id, bank_id):
if ": ; 0x" in line:
temp = line.split(": ; 0x")[1]
# just read until the comma appears
if "," in line:
temp = temp.split(",")[0]
if not " " in temp:
address = int("0x" + temp, 16)
else:

1064
main.asm

File diff suppressed because it is too large Load diff