Files
mk64/assets/character_select/wario_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

{
"wario_face_00": {"output_dir": "wario", "rom_offset": "0x779F00", "width": 64, "height": 64, "type": "rgba16"},
"wario_face_01": {"output_dir": "wario", "rom_offset": "0x77B060", "width": 64, "height": 64, "type": "rgba16"},
"wario_face_02": {"output_dir": "wario", "rom_offset": "0x77C1A4", "width": 64, "height": 64, "type": "rgba16"},
"wario_face_03": {"output_dir": "wario", "rom_offset": "0x77D2F8", "width": 64, "height": 64, "type": "rgba16"},
"wario_face_04": {"output_dir": "wario", "rom_offset": "0x77E460", "width": 64, "height": 64, "type": "rgba16"},
"wario_face_05": {"output_dir": "wario", "rom_offset": "0x77F5B4", "width": 64, "height": 64, "type": "rgba16"},
"wario_face_06": {"output_dir": "wario", "rom_offset": "0x780710", "width": 64, "height": 64, "type": "rgba16"},
"wario_face_07": {"output_dir": "wario", "rom_offset": "0x781884", "width": 64, "height": 64, "type": "rgba16"},
"wario_face_08": {"output_dir": "wario", "rom_offset": "0x782A5C", "width": 64, "height": 64, "type": "rgba16"},
"wario_face_09": {"output_dir": "wario", "rom_offset": "0x783C84", "width": 64, "height": 64, "type": "rgba16"},
"wario_face_10": {"output_dir": "wario", "rom_offset": "0x784EF0", "width": 64, "height": 64, "type": "rgba16"},
"wario_face_11": {"output_dir": "wario", "rom_offset": "0x7861D0", "width": 64, "height": 64, "type": "rgba16"},
"wario_face_12": {"output_dir": "wario", "rom_offset": "0x7874D8", "width": 64, "height": 64, "type": "rgba16"},
"wario_face_13": {"output_dir": "wario", "rom_offset": "0x7887BC", "width": 64, "height": 64, "type": "rgba16"},
"wario_face_14": {"output_dir": "wario", "rom_offset": "0x789AE0", "width": 64, "height": 64, "type": "rgba16"},
"wario_face_15": {"output_dir": "wario", "rom_offset": "0x78ADCC", "width": 64, "height": 64, "type": "rgba16"},
"wario_face_16": {"output_dir": "wario", "rom_offset": "0x78C098", "width": 64, "height": 64, "type": "rgba16"}
}