summaryrefslogtreecommitdiff
path: root/data/maps/DesertUnderpass
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/DesertUnderpass
parent8b1595ebc36a623240fa8dd509864f5400eed1f9 (diff)
Port some macro/script fixes from pokefirered
Diffstat (limited to 'data/maps/DesertUnderpass')
-rw-r--r--data/maps/DesertUnderpass/scripts.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/DesertUnderpass/scripts.inc b/data/maps/DesertUnderpass/scripts.inc
index 437f5de4b..bba7dfe08 100644
--- a/data/maps/DesertUnderpass/scripts.inc
+++ b/data/maps/DesertUnderpass/scripts.inc
@@ -15,13 +15,13 @@ DesertUnderpass_EventScript_Fossil:: @ 823AF41
end
DesertUnderpass_EventScript_GiveClawFossil:: @ 823AF57
- giveitem_std ITEM_CLAW_FOSSIL
+ giveitem ITEM_CLAW_FOSSIL
removeobject 1
release
end
DesertUnderpass_EventScript_GiveRootFossil:: @ 823AF68
- giveitem_std ITEM_ROOT_FOSSIL
+ giveitem ITEM_ROOT_FOSSIL
removeobject 1
release
end