Crate sm64gs2pc

Crate sm64gs2pc 

Source
Expand description

Tools for converting Super Mario 64 GameShark codes to SM64 PC port patches

use sm64gs2pc::gameshark;

let code = "8133B176 0015".parse::<gameshark::Code>().unwrap();
let patch = sm64gs2pc::DECOMP_DATA_STATIC
    .gs_code_to_patch("Always have Metal Cap", code)
    .unwrap();

println!("{}", patch);

Modules§

gameshark
Parser for Nintendo 64 GameShark codes.

Structs§

DECOMP_DATA_STATIC
A pre-compiled DecompData
DecompData
Symbol data from the Super Mario 64 decompilation