@@ -1475,68 +1475,73 @@ pub mod vars {
1475
1475
1476
1476
pub mod statuses {
1477
1477
pub mod elight {
1478
- pub const SPECIAL_HI_FINISH2 : i32 = 0 ;
1478
+ pub const SPECIAL_HI_FINISH2 : i32 = 0x1F1 ;
1479
1479
}
1480
1480
1481
1481
pub mod falco {
1482
- pub const SPECIAL_LW_LOOP : i32 = 0 ;
1483
- pub const SPECIAL_LW_END : i32 = 1 ;
1482
+ pub const SPECIAL_LW_LOOP : i32 = 0x1e8 ;
1483
+ pub const SPECIAL_LW_END : i32 = 0x1e9 ;
1484
1484
}
1485
1485
1486
1486
pub mod gamewatch {
1487
- pub const SPECIAL_HI_OPEN : i32 = 0 ;
1487
+ pub const SPECIAL_HI_OPEN : i32 = 0x205 ;
1488
1488
}
1489
1489
1490
1490
pub mod ganon {
1491
- pub const SPECIAL_N_FLOAT : i32 = 0 ;
1491
+ pub const SPECIAL_N_FLOAT : i32 = 0x1EC ;
1492
1492
}
1493
1493
1494
1494
pub mod ryu {
1495
- pub const AIR_DASH : i32 = 0 ;
1495
+ pub const AIR_DASH : i32 = 0x202 ;
1496
1496
}
1497
1497
1498
1498
pub mod ken {
1499
- pub const ATTACK_COMMAND_4 : i32 = 0 ;
1499
+ pub const ATTACK_COMMAND_4 : i32 = 0x202 ;
1500
1500
}
1501
1501
1502
1502
pub mod buddy {
1503
- pub const BUDDY_BAYONET_END : i32 = 0 ;
1503
+ pub const BUDDY_BAYONET_END : i32 = 0x1FB ;
1504
1504
}
1505
1505
1506
1506
pub mod littlemac {
1507
- pub const SPECIAL_LW_CANCEL : i32 = 1 ;
1508
- pub const SPECIAL_LW_CANCEL_JUMP : i32 = 2 ;
1507
+ pub const SPECIAL_LW_CANCEL : i32 = 0x1F4 ;
1508
+ pub const SPECIAL_LW_CANCEL_JUMP : i32 = 0x1F5 ;
1509
1509
}
1510
1510
1511
1511
pub mod wolf {
1512
- pub const SPECIAL_S_RUSH : i32 = 0 ;
1513
- pub const SPECIAL_S_END : i32 = 1 ;
1512
+ pub const SPECIAL_S_RUSH : i32 = 0x1EA ;
1513
+ pub const SPECIAL_S_END : i32 = 0x1EB ;
1514
1514
}
1515
1515
1516
1516
pub mod diddy {
1517
- pub const SPECIAL_N_CANCEL : i32 = 3 ;
1518
- pub const SPECIAL_N_CANCEL_JUMP : i32 = 4 ;
1517
+ pub const SPECIAL_N_CANCEL : i32 = 0x1FF ;
1518
+ pub const SPECIAL_N_CANCEL_JUMP : i32 = 0x200 ;
1519
1519
}
1520
1520
1521
1521
pub mod kirby {
1522
- pub const SPECIAL_HI_H : i32 = 69 ; //Weird value to avoid conflicts with copy ability values
1522
+ pub const SPECIAL_HI_H : i32 = 0x3E6 ; //Weird value to avoid conflicts with copy ability values
1523
+ pub const GANON_SPECIAL_N_FLOAT : i32 = 0x3E7 ;
1524
+ pub const LITTLEMAC_SPECIAL_N_CANCEL : i32 = 0x3E8 ;
1525
+ pub const LITTLEMAC_SPECIAL_N_CANCEL_JUMP : i32 = 0x3E9 ;
1526
+ pub const DIDDY_SPECIAL_N_CANCEL : i32 = 0x3EA ;
1527
+ pub const DIDDY_SPECIAL_N_CANCEL_JUMP : i32 = 0x3EB ;
1523
1528
}
1524
1529
1525
1530
pub mod krool {
1526
- pub const SPECIAL_LW_GUT : i32 = 0 ;
1531
+ pub const SPECIAL_LW_GUT : i32 = 0x1F9 ;
1527
1532
}
1528
1533
1529
1534
pub mod palutena {
1530
- pub const SPECIAL_N_R : i32 = 0 ;
1531
- pub const SPECIAL_N_B : i32 = 1 ;
1532
- pub const SPECIAL_N_Y : i32 = 2 ;
1533
- pub const SPECIAL_N_P : i32 = 3 ;
1534
- pub const SPECIAL_N_O : i32 = 4 ;
1535
- pub const SPECIAL_N_G : i32 = 5 ;
1535
+ pub const SPECIAL_N_R : i32 = 0x1E9 ;
1536
+ pub const SPECIAL_N_B : i32 = 0x1EA ;
1537
+ pub const SPECIAL_N_Y : i32 = 0x1EB ;
1538
+ pub const SPECIAL_N_P : i32 = 0x1EC ;
1539
+ pub const SPECIAL_N_O : i32 = 0x1ED ;
1540
+ pub const SPECIAL_N_G : i32 = 0x1EE ;
1536
1541
}
1537
1542
1538
1543
pub mod bayonetta {
1539
- pub const SPECIAL_S_KICK : i32 = 0 ;
1540
- pub const SPECIAL_S_EDGE : i32 = 1 ;
1544
+ pub const SPECIAL_S_KICK : i32 = 0x1F2 ;
1545
+ pub const SPECIAL_S_EDGE : i32 = 0x1F3 ;
1541
1546
}
1542
1547
}
0 commit comments