diff options
author | Fontbane <36677462+Fontbane@users.noreply.github.com> | 2019-04-05 19:39:45 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-06 12:48:50 -0500 |
commit | 6a14cd418e256e0a0c2569cf6da5c95a8cf04b74 (patch) | |
tree | ef9750eb8e70c077b29b4ecfd4b8bd4274843b12 | |
parent | 4a09a5da330cfb855989ed5390efaef219d73ecc (diff) |
Match
-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 |