diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-12 23:24:52 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-12 23:24:52 -0500 |
commit | c19289596da7ccd86219d3f7e246a2e48a2f9ed7 (patch) | |
tree | 8af252dfc3158cc98719c50474adeb6067ce5edd /data/event_scripts.s | |
parent | e497fc64e302f6c9257da5a9435d2905e2e780a8 (diff) |
Give/Take to Add/Remove for silent script macros
Diffstat (limited to 'data/event_scripts.s')
-rw-r--r-- | data/event_scripts.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s index 942fc005b..58dd1951f 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -823,7 +823,7 @@ Common_EventScript_PlayerHandedOverTheItem:: @ 82723E4 message gText_PlayerHandedOverTheItem waitmessage waitfanfare - takeitem VAR_0x8004, 1 + removeitem VAR_0x8004 return .include "data/scripts/elite_four.inc" |