1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2025-01-31 22:47:25 +00:00

Fix issue with side taunt acting as Special input with button config

This commit is contained in:
jugeeya 2022-11-10 15:43:56 -08:00 committed by GitHub
parent 156c2c5f32
commit d0c7a106ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,8 +7,8 @@ use toml;
lazy_static! {
// Using the LuaConst names wasn't working for some reason...
static ref BUTTON_MAPPING: HashMap<&'static str, i32> = HashMap::from([
("ATTACK", 0xE), // *CONTROL_PAD_BUTTON_ATTACK_RAW
("SPECIAL", 0xF), // *CONTROL_PAD_BUTTON_SPECIAL_RAW
("ATTACK", 1), // *CONTROL_PAD_BUTTON_ATTACK
("SPECIAL", 2), // *CONTROL_PAD_BUTTON_SPECIAL
("SHIELD", 3), // *CONTROL_PAD_BUTTON_GUARD
("GRAB", 9), // *CONTROL_PAD_BUTTON_CATCH
("JUMP", 2), // *CONTROL_PAD_BUTTON_JUMP