sekiro 0.13.0

Raw structures and bindings for From Software's title Sekiro: Shadows Die Twice
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Generated RVA mappings for a single executable.

// DO NOT EDIT THIS FILE DIRECTLY.

use super::RvaBundle;

/// The RVAs for this executable.
///
/// These are populated from `mapper-profile.toml` in the root of this package
/// using `tools/binary-generator`.
pub const RVAS: RvaBundle = RvaBundle {
    game_data_man_ptr: 0x3d5aac0,
    global_hinstance: 0x3e9edb8,
    map_item_man_grant_item: 0x91c970,
    map_item_man_ptr: 0x3d6cdc0,
};