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