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