summaryrefslogtreecommitdiff
path: root/data/maps/SlateportCity
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-01-11 12:02:58 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-01-11 14:12:31 -0500
commitf2e7b1507e564ba3b6b027a17aeeec2f89fba8c8 (patch)
tree3095eac19802846050824f93c8f81035f57f3f2f /data/maps/SlateportCity
parent8b1595ebc36a623240fa8dd509864f5400eed1f9 (diff)
Port some macro/script fixes from pokefirered
Diffstat (limited to 'data/maps/SlateportCity')
-rw-r--r--data/maps/SlateportCity/scripts.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/SlateportCity/scripts.inc b/data/maps/SlateportCity/scripts.inc
index 9f951e83d..0e4157ba1 100644
--- a/data/maps/SlateportCity/scripts.inc
+++ b/data/maps/SlateportCity/scripts.inc
@@ -727,7 +727,7 @@ SlateportCity_EventScript_BerryPowderClerk:: @ 81DD36E
faceplayer
goto_if_set FLAG_RECEIVED_POWDER_JAR, SlateportCity_EventScript_ReceivedPowderJar
msgbox SlateportCity_Text_ExplainBerries, MSGBOX_DEFAULT
- giveitem_std ITEM_POWDER_JAR
+ giveitem ITEM_POWDER_JAR
setflag FLAG_RECEIVED_POWDER_JAR
msgbox SlateportCity_Text_ExplainBerryPowder, MSGBOX_DEFAULT
release
@@ -861,7 +861,7 @@ SlateportCity_EventScript_TryBuyBerryPowderItem:: @ 81DD557
specialvar VAR_RESULT, HasEnoughBerryPowder
compare VAR_RESULT, FALSE
goto_if_eq SlateportCity_EventScript_NotEnoughBerryPowder
- giveitem_std VAR_0x8008
+ giveitem VAR_0x8008
compare VAR_RESULT, FALSE
goto_if_eq SlateportCity_EventScript_NoRoomForBerryPowderItem
copyvar VAR_0x8004, VAR_0x8009