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

{
"mario_face_00": {"output_dir": "mario", "rom_offset": "0x729A30", "width": 64, "height": 64, "type": "rgba16"},
"mario_face_01": {"output_dir": "mario", "rom_offset": "0x72A704", "width": 64, "height": 64, "type": "rgba16"},
"mario_face_02": {"output_dir": "mario", "rom_offset": "0x72B3C4", "width": 64, "height": 64, "type": "rgba16"},
"mario_face_03": {"output_dir": "mario", "rom_offset": "0x72C080", "width": 64, "height": 64, "type": "rgba16"},
"mario_face_04": {"output_dir": "mario", "rom_offset": "0x72CCEC", "width": 64, "height": 64, "type": "rgba16"},
"mario_face_05": {"output_dir": "mario", "rom_offset": "0x72D938", "width": 64, "height": 64, "type": "rgba16"},
"mario_face_06": {"output_dir": "mario", "rom_offset": "0x72E578", "width": 64, "height": 64, "type": "rgba16"},
"mario_face_07": {"output_dir": "mario", "rom_offset": "0x72F28C", "width": 64, "height": 64, "type": "rgba16"},
"mario_face_08": {"output_dir": "mario", "rom_offset": "0x72FF98", "width": 64, "height": 64, "type": "rgba16"},
"mario_face_09": {"output_dir": "mario", "rom_offset": "0x730C9C", "width": 64, "height": 64, "type": "rgba16"},
"mario_face_10": {"output_dir": "mario", "rom_offset": "0x73197C", "width": 64, "height": 64, "type": "rgba16"},
"mario_face_11": {"output_dir": "mario", "rom_offset": "0x732678", "width": 64, "height": 64, "type": "rgba16"},
"mario_face_12": {"output_dir": "mario", "rom_offset": "0x733374", "width": 64, "height": 64, "type": "rgba16"},
"mario_face_13": {"output_dir": "mario", "rom_offset": "0x7340B8", "width": 64, "height": 64, "type": "rgba16"},
"mario_face_14": {"output_dir": "mario", "rom_offset": "0x734E0C", "width": 64, "height": 64, "type": "rgba16"},
"mario_face_15": {"output_dir": "mario", "rom_offset": "0x735BB0", "width": 64, "height": 64, "type": "rgba16"},
"mario_face_16": {"output_dir": "mario", "rom_offset": "0x736950", "width": 64, "height": 64, "type": "rgba16"}
}