diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-01-19 22:17:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 22:17:37 -0500 |
commit | a7e6045d71d2d21c4fa5a494d112c6b38226eaec (patch) | |
tree | 2f0bd67223e68cbbee52749245aff70ebb90accb /data/scripts | |
parent | 69759b2d128ea27f3bc9ebdb7e58ea3698d0a491 (diff) | |
parent | f899a02ac642e66ab9b6baa28903921863529171 (diff) |
Merge pull request #1597 from GriffinRichards/misc-cleanup
Miscellaneous fixes
Diffstat (limited to 'data/scripts')
-rw-r--r-- | data/scripts/kecleon.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/scripts/kecleon.inc b/data/scripts/kecleon.inc index f51dc2fbd..634551902 100644 --- a/data/scripts/kecleon.inc +++ b/data/scripts/kecleon.inc @@ -71,7 +71,7 @@ EventScript_BattleKecleon:: playmoncry SPECIES_KECLEON, CRY_MODE_ENCOUNTER delay 40 waitmoncry - setwildbattle SPECIES_KECLEON, 30, ITEM_NONE + setwildbattle SPECIES_KECLEON, 30 setflag FLAG_SYS_CTRL_OBJ_DELETE dowildbattle clearflag FLAG_SYS_CTRL_OBJ_DELETE |