mirror of
https://github.com/n64decomp/mk64
synced 2026-05-24 15:01:10 -04:00
1b67ee01df
* Add new asset extraction tool. Changes motivated by the quirks of how kart animation frames are stored
in the ROM.
each frame has a palette that is actually
composed of 2 other, incomplete palettes. As such, the existent
extract.py isn't really able to handle them.
* Move a variety of assets to new extract tool
---------
Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
20 lines
1.8 KiB
JSON
20 lines
1.8 KiB
JSON
{
|
|
"toad_face_00": {"output_dir": "toad", "rom_offset": "0x754900", "width": 64, "height": 64, "type": "rgba16"},
|
|
"toad_face_01": {"output_dir": "toad", "rom_offset": "0x7552BC", "width": 64, "height": 64, "type": "rgba16"},
|
|
"toad_face_02": {"output_dir": "toad", "rom_offset": "0x755C70", "width": 64, "height": 64, "type": "rgba16"},
|
|
"toad_face_03": {"output_dir": "toad", "rom_offset": "0x75662C", "width": 64, "height": 64, "type": "rgba16"},
|
|
"toad_face_04": {"output_dir": "toad", "rom_offset": "0x756FE4", "width": 64, "height": 64, "type": "rgba16"},
|
|
"toad_face_05": {"output_dir": "toad", "rom_offset": "0x7579A0", "width": 64, "height": 64, "type": "rgba16"},
|
|
"toad_face_06": {"output_dir": "toad", "rom_offset": "0x758340", "width": 64, "height": 64, "type": "rgba16"},
|
|
"toad_face_07": {"output_dir": "toad", "rom_offset": "0x758CD8", "width": 64, "height": 64, "type": "rgba16"},
|
|
"toad_face_08": {"output_dir": "toad", "rom_offset": "0x7596A4", "width": 64, "height": 64, "type": "rgba16"},
|
|
"toad_face_09": {"output_dir": "toad", "rom_offset": "0x75A058", "width": 64, "height": 64, "type": "rgba16"},
|
|
"toad_face_10": {"output_dir": "toad", "rom_offset": "0x75AA40", "width": 64, "height": 64, "type": "rgba16"},
|
|
"toad_face_11": {"output_dir": "toad", "rom_offset": "0x75B454", "width": 64, "height": 64, "type": "rgba16"},
|
|
"toad_face_12": {"output_dir": "toad", "rom_offset": "0x75BEAC", "width": 64, "height": 64, "type": "rgba16"},
|
|
"toad_face_13": {"output_dir": "toad", "rom_offset": "0x75C90C", "width": 64, "height": 64, "type": "rgba16"},
|
|
"toad_face_14": {"output_dir": "toad", "rom_offset": "0x75D38C", "width": 64, "height": 64, "type": "rgba16"},
|
|
"toad_face_15": {"output_dir": "toad", "rom_offset": "0x75DE00", "width": 64, "height": 64, "type": "rgba16"},
|
|
"toad_face_16": {"output_dir": "toad", "rom_offset": "0x75E860", "width": 64, "height": 64, "type": "rgba16"}
|
|
}
|