summaryrefslogtreecommitdiff
path: root/data/maps/BattleFrontier_ExchangeServiceCorner
diff options
context:
space:
mode:
authorhuderlem <huderlem@gmail.com>2020-01-13 19:33:47 -0600
committerGitHub <noreply@github.com>2020-01-13 19:33:47 -0600
commit6d6c57f3832c14aadd07b9d39c658c838fcd42cf (patch)
treeeb87fc3634991f5ce401b25dfca9968ee5c36f69 /data/maps/BattleFrontier_ExchangeServiceCorner
parentfa5816915d2a089549bfae3851c36336eae35d43 (diff)
parent96720db08319d8f69d7864e186722d13dc9ceb05 (diff)
Merge pull request #953 from GriffinRichards/sync-script
Port some macro/script fixes from pokefirered
Diffstat (limited to 'data/maps/BattleFrontier_ExchangeServiceCorner')
-rw-r--r--data/maps/BattleFrontier_ExchangeServiceCorner/scripts.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/BattleFrontier_ExchangeServiceCorner/scripts.inc b/data/maps/BattleFrontier_ExchangeServiceCorner/scripts.inc
index a822c463b..f0fb42bb4 100644
--- a/data/maps/BattleFrontier_ExchangeServiceCorner/scripts.inc
+++ b/data/maps/BattleFrontier_ExchangeServiceCorner/scripts.inc
@@ -40,7 +40,7 @@ BattleFrontier_ExchangeServiceCorner_EventScript_TryGiveDecor:: @ 825F0E5
goto_if_eq BattleFrontier_ExchangeServiceCorner_EventScript_NoRoomForDecor
copyvar VAR_0x8004, VAR_0x8008
special TakeFrontierBattlePoints
- givedecoration VAR_0x8009
+ adddecoration VAR_0x8009
special UpdateBattlePointsWindow
playse SE_REGI
msgbox BattleFrontier_ExchangeServiceCorner_Text_WellSendItToPC, MSGBOX_DEFAULT
@@ -61,7 +61,7 @@ BattleFrontier_ExchangeServiceCorner_EventScript_TryGiveItem:: @ 825F12A
goto_if_eq BattleFrontier_ExchangeServiceCorner_EventScript_BagFull
copyvar VAR_0x8004, VAR_0x8008
special TakeFrontierBattlePoints
- giveitem VAR_0x8009, 1
+ additem VAR_0x8009
special UpdateBattlePointsWindow
playse SE_REGI
msgbox BattleFrontier_ExchangeServiceCorner_Text_HereIsYourPrize, MSGBOX_DEFAULT