Merge pull request #123 from yenatch/master

tilesets
This commit is contained in:
Bryan Bishop 2013-03-17 22:03:48 -07:00
commit 7586281e8b
117 changed files with 1718 additions and 104 deletions

View File

@ -6201,7 +6201,7 @@ def parse_map_header_by_id(*args, **kwargs):
elif len(args) == 1 and type(args[0]) == str:
map_group = int(args[0].split(".")[0])
map_id = int(args[0].split(".")[1])
else:
elif map_group == None and map_id == None:
raise Exception("dunno what to do with input")
offset = map_names[map_group]["offset"]
map_header_offset = offset + ((map_id - 1) * map_header_byte_size)

1616
main.asm

File diff suppressed because it is too large Load Diff

BIN
tilesets/00_collision.bin Normal file

Binary file not shown.

BIN
tilesets/00_metatiles.bin Normal file

Binary file not shown.

BIN
tilesets/00_palette_map.bin Normal file

Binary file not shown.

BIN
tilesets/01_collision.bin Normal file

Binary file not shown.

BIN
tilesets/01_metatiles.bin Normal file

Binary file not shown.

BIN
tilesets/01_palette_map.bin Normal file

Binary file not shown.

BIN
tilesets/02_collision.bin Normal file

Binary file not shown.

BIN
tilesets/02_metatiles.bin Normal file

Binary file not shown.

BIN
tilesets/02_palette_map.bin Normal file

Binary file not shown.

BIN
tilesets/03_collision.bin Normal file

Binary file not shown.

BIN
tilesets/03_metatiles.bin Normal file

Binary file not shown.

BIN
tilesets/03_palette_map.bin Normal file

Binary file not shown.

BIN
tilesets/04_collision.bin Normal file

Binary file not shown.

BIN
tilesets/04_metatiles.bin Normal file

Binary file not shown.

BIN
tilesets/04_palette_map.bin Normal file

Binary file not shown.

BIN
tilesets/05_collision.bin Normal file

Binary file not shown.

BIN
tilesets/05_metatiles.bin Normal file

Binary file not shown.

BIN
tilesets/05_palette_map.bin Normal file

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More