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