diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-06-29 11:41:09 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-06-29 16:32:46 -0400 |
commit | eb80012757b664a474f3c745115aa4f109b69443 (patch) | |
tree | a48b9f2748b1bc00426a3e877520b0a56b2342f2 /data/scripts | |
parent | 4ea6992172a53eb263d5f4342c5e08dfc3f8096a (diff) |
Document more misc field effects
Diffstat (limited to 'data/scripts')
-rw-r--r-- | data/scripts/field_move_scripts.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/scripts/field_move_scripts.inc b/data/scripts/field_move_scripts.inc index 56e3297b6..c5647daa4 100644 --- a/data/scripts/field_move_scripts.inc +++ b/data/scripts/field_move_scripts.inc @@ -77,7 +77,7 @@ EventScript_RockSmash:: @ 82907A6 goto EventScript_SmashRock end -EventScript_FldEffRockSmash:: @ 82907F0 +EventScript_RockSmashFromPartyMenu:: @ 82907F0 lockall dofieldeffect FLDEFF_USE_ROCK_SMASH waitstate @@ -89,10 +89,10 @@ EventScript_SmashRock:: @ 82907FB waitmovement 0 removeobject VAR_LAST_TALKED specialvar VAR_RESULT, TryUpdateRusturfTunnelState - compare VAR_RESULT, 1 + compare VAR_RESULT, TRUE goto_if_eq EventScript_EndSmash special RockSmashWildEncounter - compare VAR_RESULT, 0 + compare VAR_RESULT, FALSE goto_if_eq EventScript_EndSmash waitstate releaseall |