Files
mk64/assets/character_select/yoshi_select.json
Tyler McGavran 1b67ee01df New asset extraction utility (#306)
* 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>
2023-06-17 15:13:06 -06:00

20 lines
1.9 KiB
JSON

{
"yoshi_face_00": {"output_dir": "yoshi", "rom_offset": "0x75F1C4", "width": 64, "height": 64, "type": "rgba16"},
"yoshi_face_01": {"output_dir": "yoshi", "rom_offset": "0x75FCB0", "width": 64, "height": 64, "type": "rgba16"},
"yoshi_face_02": {"output_dir": "yoshi", "rom_offset": "0x760794", "width": 64, "height": 64, "type": "rgba16"},
"yoshi_face_03": {"output_dir": "yoshi", "rom_offset": "0x761274", "width": 64, "height": 64, "type": "rgba16"},
"yoshi_face_04": {"output_dir": "yoshi", "rom_offset": "0x761D28", "width": 64, "height": 64, "type": "rgba16"},
"yoshi_face_05": {"output_dir": "yoshi", "rom_offset": "0x762798", "width": 64, "height": 64, "type": "rgba16"},
"yoshi_face_06": {"output_dir": "yoshi", "rom_offset": "0x7631E0", "width": 64, "height": 64, "type": "rgba16"},
"yoshi_face_07": {"output_dir": "yoshi", "rom_offset": "0x763D04", "width": 64, "height": 64, "type": "rgba16"},
"yoshi_face_08": {"output_dir": "yoshi", "rom_offset": "0x764730", "width": 64, "height": 64, "type": "rgba16"},
"yoshi_face_09": {"output_dir": "yoshi", "rom_offset": "0x7650EC", "width": 64, "height": 64, "type": "rgba16"},
"yoshi_face_10": {"output_dir": "yoshi", "rom_offset": "0x765A98", "width": 64, "height": 64, "type": "rgba16"},
"yoshi_face_11": {"output_dir": "yoshi", "rom_offset": "0x766458", "width": 64, "height": 64, "type": "rgba16"},
"yoshi_face_12": {"output_dir": "yoshi", "rom_offset": "0x766E68", "width": 64, "height": 64, "type": "rgba16"},
"yoshi_face_13": {"output_dir": "yoshi", "rom_offset": "0x7678C4", "width": 64, "height": 64, "type": "rgba16"},
"yoshi_face_14": {"output_dir": "yoshi", "rom_offset": "0x7683A4", "width": 64, "height": 64, "type": "rgba16"},
"yoshi_face_15": {"output_dir": "yoshi", "rom_offset": "0x768EAC", "width": 64, "height": 64, "type": "rgba16"},
"yoshi_face_16": {"output_dir": "yoshi", "rom_offset": "0x7699C4", "width": 64, "height": 64, "type": "rgba16"}
}