diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-12-21 11:59:37 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-21 11:59:37 -0600 |
commit | 85a8e5f1ded5a0a2354916617dd0b82091a42ee0 (patch) | |
tree | 9d04e3c1d115d496af910f2a1714e6e3fe82d77b /data/scripts/maps/Route116.inc | |
parent | 871ae4c283ec8bc7730df52790b5ca53baa82230 (diff) | |
parent | 19895d28322609e6f67797bfec9851e0cb5a2182 (diff) |
Merge pull request #497 from huderlem/script_commands
Port event script names from pokeemerald
Diffstat (limited to 'data/scripts/maps/Route116.inc')
-rw-r--r-- | data/scripts/maps/Route116.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/scripts/maps/Route116.inc b/data/scripts/maps/Route116.inc index 34c685196..9aadedb32 100644 --- a/data/scripts/maps/Route116.inc +++ b/data/scripts/maps/Route116.inc @@ -43,7 +43,7 @@ Route116_EventScript_150A7B:: @ 8150A7B Route116_EventScript_150A94:: @ 8150A94 setflag FLAG_MET_DEVON_EMPLOYEE - giveitem ITEM_REPEAT_BALL + giveitem_std ITEM_REPEAT_BALL compare RESULT, 0 goto_if_eq Route116_EventScript_150B12 msgbox Route116_Text_1707B8, 4 |