mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
commit
7586281e8b
@ -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)
|
||||
|
BIN
tilesets/00_collision.bin
Normal file
BIN
tilesets/00_collision.bin
Normal file
Binary file not shown.
BIN
tilesets/00_metatiles.bin
Normal file
BIN
tilesets/00_metatiles.bin
Normal file
Binary file not shown.
BIN
tilesets/00_palette_map.bin
Normal file
BIN
tilesets/00_palette_map.bin
Normal file
Binary file not shown.
BIN
tilesets/01_collision.bin
Normal file
BIN
tilesets/01_collision.bin
Normal file
Binary file not shown.
BIN
tilesets/01_metatiles.bin
Normal file
BIN
tilesets/01_metatiles.bin
Normal file
Binary file not shown.
BIN
tilesets/01_palette_map.bin
Normal file
BIN
tilesets/01_palette_map.bin
Normal file
Binary file not shown.
BIN
tilesets/02_collision.bin
Normal file
BIN
tilesets/02_collision.bin
Normal file
Binary file not shown.
BIN
tilesets/02_metatiles.bin
Normal file
BIN
tilesets/02_metatiles.bin
Normal file
Binary file not shown.
BIN
tilesets/02_palette_map.bin
Normal file
BIN
tilesets/02_palette_map.bin
Normal file
Binary file not shown.
BIN
tilesets/03_collision.bin
Normal file
BIN
tilesets/03_collision.bin
Normal file
Binary file not shown.
BIN
tilesets/03_metatiles.bin
Normal file
BIN
tilesets/03_metatiles.bin
Normal file
Binary file not shown.
BIN
tilesets/03_palette_map.bin
Normal file
BIN
tilesets/03_palette_map.bin
Normal file
Binary file not shown.
BIN
tilesets/04_collision.bin
Normal file
BIN
tilesets/04_collision.bin
Normal file
Binary file not shown.
BIN
tilesets/04_metatiles.bin
Normal file
BIN
tilesets/04_metatiles.bin
Normal file
Binary file not shown.
BIN
tilesets/04_palette_map.bin
Normal file
BIN
tilesets/04_palette_map.bin
Normal file
Binary file not shown.
BIN
tilesets/05_collision.bin
Normal file
BIN
tilesets/05_collision.bin
Normal file
Binary file not shown.
BIN
tilesets/05_metatiles.bin
Normal file
BIN
tilesets/05_metatiles.bin
Normal file
Binary file not shown.
BIN
tilesets/05_palette_map.bin
Normal file
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
Loading…
x
Reference in New Issue
Block a user