summaryrefslogtreecommitdiff
path: root/data/maps/SlateportCity_Harbor
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-01-12 23:24:52 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-01-12 23:24:52 -0500
commitc19289596da7ccd86219d3f7e246a2e48a2f9ed7 (patch)
tree8af252dfc3158cc98719c50474adeb6067ce5edd /data/maps/SlateportCity_Harbor
parente497fc64e302f6c9257da5a9435d2905e2e780a8 (diff)
Give/Take to Add/Remove for silent script macros
Diffstat (limited to 'data/maps/SlateportCity_Harbor')
-rw-r--r--data/maps/SlateportCity_Harbor/scripts.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/SlateportCity_Harbor/scripts.inc b/data/maps/SlateportCity_Harbor/scripts.inc
index 8324c6ea0..39025033e 100644
--- a/data/maps/SlateportCity_Harbor/scripts.inc
+++ b/data/maps/SlateportCity_Harbor/scripts.inc
@@ -361,7 +361,7 @@ SlateportCity_Harbor_EventScript_DeepSeaTooth:: @ 820CD7B
giveitem ITEM_DEEP_SEA_TOOTH
compare VAR_RESULT, FALSE
goto_if_eq Common_EventScript_ShowBagIsFull
- takeitem ITEM_SCANNER, 1
+ removeitem ITEM_SCANNER
msgbox SlateportCity_Harbor_Text_HandedScannerToStern, MSGBOX_DEFAULT
setflag FLAG_EXCHANGED_SCANNER
goto SlateportCity_Harbor_EventScript_TradedScanner
@@ -374,7 +374,7 @@ SlateportCity_Harbor_EventScript_DeepSeaScale:: @ 820CDBB
giveitem ITEM_DEEP_SEA_SCALE
compare VAR_RESULT, FALSE
goto_if_eq Common_EventScript_ShowBagIsFull
- takeitem ITEM_SCANNER, 1
+ removeitem ITEM_SCANNER
msgbox SlateportCity_Harbor_Text_HandedScannerToStern, MSGBOX_DEFAULT
setflag FLAG_EXCHANGED_SCANNER
goto SlateportCity_Harbor_EventScript_TradedScanner