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

{
"bowser_face_00": {"output_dir": "bowser", "rom_offset": "0x78D210", "width": 64, "height": 64, "type": "rgba16"},
"bowser_face_01": {"output_dir": "bowser", "rom_offset": "0x78E4F8", "width": 64, "height": 64, "type": "rgba16"},
"bowser_face_02": {"output_dir": "bowser", "rom_offset": "0x78F7AC", "width": 64, "height": 64, "type": "rgba16"},
"bowser_face_03": {"output_dir": "bowser", "rom_offset": "0x790A74", "width": 64, "height": 64, "type": "rgba16"},
"bowser_face_04": {"output_dir": "bowser", "rom_offset": "0x791D40", "width": 64, "height": 64, "type": "rgba16"},
"bowser_face_05": {"output_dir": "bowser", "rom_offset": "0x792FE4", "width": 64, "height": 64, "type": "rgba16"},
"bowser_face_06": {"output_dir": "bowser", "rom_offset": "0x794270", "width": 64, "height": 64, "type": "rgba16"},
"bowser_face_07": {"output_dir": "bowser", "rom_offset": "0x79554C", "width": 64, "height": 64, "type": "rgba16"},
"bowser_face_08": {"output_dir": "bowser", "rom_offset": "0x796834", "width": 64, "height": 64, "type": "rgba16"},
"bowser_face_09": {"output_dir": "bowser", "rom_offset": "0x797B24", "width": 64, "height": 64, "type": "rgba16"},
"bowser_face_10": {"output_dir": "bowser", "rom_offset": "0x798E40", "width": 64, "height": 64, "type": "rgba16"},
"bowser_face_11": {"output_dir": "bowser", "rom_offset": "0x79A10C", "width": 64, "height": 64, "type": "rgba16"},
"bowser_face_12": {"output_dir": "bowser", "rom_offset": "0x79B448", "width": 64, "height": 64, "type": "rgba16"},
"bowser_face_13": {"output_dir": "bowser", "rom_offset": "0x79C7EC", "width": 64, "height": 64, "type": "rgba16"},
"bowser_face_14": {"output_dir": "bowser", "rom_offset": "0x79DB68", "width": 64, "height": 64, "type": "rgba16"},
"bowser_face_15": {"output_dir": "bowser", "rom_offset": "0x79EEAC", "width": 64, "height": 64, "type": "rgba16"},
"bowser_face_16": {"output_dir": "bowser", "rom_offset": "0x7A01F4", "width": 64, "height": 64, "type": "rgba16"}
}