File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ unsafe fn shield_pushback_analog(ctx: &skyline::hooks::InlineCtx) {
80
80
81
81
pub fn install ( ) {
82
82
smashline:: Agent :: new ( "fighter" )
83
- . on_start ( fighter_reset)
83
+ . on_init ( fighter_reset)
84
84
. install ( ) ;
85
85
// skyline::patching::Patch::in_text(0x6417f4).nop();
86
86
// skyline::patching::Patch::in_text(0x6285d0).nop();
Original file line number Diff line number Diff line change @@ -429,7 +429,7 @@ pub fn install() {
429
429
. acmd ( "game_specials5" , gamewatch_special_s5_game)
430
430
. acmd ( "game_specialairs5" , gamewatch_special_s5_game)
431
431
. acmd ( "game_specials6" , gamewatch_special_s6_game)
432
- . acmd ( "specialairs6 " , gamewatch_special_s6_game)
432
+ . acmd ( "game_specialairs6 " , gamewatch_special_s6_game)
433
433
. acmd ( "game_specials7" , gamewatch_special_s7_game)
434
434
. acmd ( "game_specialairs7" , gamewatch_special_s7_game)
435
435
. acmd ( "game_specials8" , gamewatch_special_s8_game)
Original file line number Diff line number Diff line change @@ -175,6 +175,6 @@ pub fn install() {
175
175
. acmd ( "game_attackhi4" , shizue_attack_hi4_game)
176
176
. install ( ) ;
177
177
smashline:: Agent :: new ( "shizue_trafficsign" )
178
- . acmd ( "attack " , shizue_trafficsign_attack_game)
178
+ . acmd ( "game_attack " , shizue_trafficsign_attack_game)
179
179
. install ( ) ;
180
180
}
Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ pub fn install() {
432
432
. acmd ( "game_attacklw4" , snake_down_smash_game)
433
433
. acmd ( "sound_attacklw4" , snake_down_smash_snd)
434
434
. acmd ( "effect_attacklw4" , snake_down_smash_eff)
435
- . acmd ( "expession_attacklw4charge " , snake_down_smash_charge_exp)
435
+ . acmd ( "expression_attacklw4charge " , snake_down_smash_charge_exp)
436
436
. acmd ( "effect_attacklw4charge" , snake_down_smash_charge_eff)
437
437
. install ( ) ;
438
438
}
You can’t perform that action at this time.
0 commit comments