Skip to content

Commit ddd665b

Browse files
committed
Update consts.rs
1 parent 4c02d5f commit ddd665b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dynamic/src/consts.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ pub mod vars {
521521
pub mod eflame {
522522
pub mod instance {
523523
// flags
524-
pub const DISABLE_SPECIAL_HI: i32 = 0x0100;
524+
pub const DISABLE_SPECIAL_HI: i32 = 0x0104;
525525
}
526526
}
527527

@@ -531,7 +531,7 @@ pub mod vars {
531531
pub const DISABLE_SPECIAL_HI: i32 = 0x0100;
532532
pub const DISABLE_SPECIAL_S: i32 = 0x0101;
533533
pub const ENABLE_SPECIAL_S_ACTIONABILITY: i32 = 0x0102;
534-
pub const UP_SPECIAL_FREEFALL: i32 = 0x0104;
534+
pub const UP_SPECIAL_FREEFALL: i32 = 0x0103;
535535
}
536536
pub mod status {
537537
// ints

0 commit comments

Comments
 (0)