diff options
-rw-r--r-- | data/scripts/field_move_scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/field_move_scripts.inc b/data/scripts/field_move_scripts.inc index fa64783b5..6eae55294 100644 --- a/data/scripts/field_move_scripts.inc +++ b/data/scripts/field_move_scripts.inc @@ -74,14 +74,14 @@ EventScript_RockSmash:: @ 82907A6 closemessage dofieldeffect FLDEFF_USE_ROCK_SMASH waitstate - goto EventScript_RockSmash + goto EventScript_SmashRock end EventScript_FldEffRockSmash:: @ 82907F0 lockall dofieldeffect FLDEFF_USE_ROCK_SMASH waitstate - goto EventScript_RockSmash + goto EventScript_SmashRock end EventScript_SmashRock:: @ 82907FB |