diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-08-30 05:56:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-30 05:56:17 -0400 |
commit | 45767f9c0034603e24f07c66485d7967c0f06eef (patch) | |
tree | e3b7ebbea8b2f13f9986838787ae0bf5928583ba | |
parent | cdae0c1444bed98e652c87dc3e3edcecacfef8be (diff) | |
parent | 6a3b74c59c28e3853b9850f369006e0e9d700439 (diff) |
Merge pull request #793 from DizzyEggg/patch-1
Use item constant in pretty petal flower shop
-rw-r--r-- | data/maps/Route104_PrettyPetalFlowerShop/scripts.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/Route104_PrettyPetalFlowerShop/scripts.inc b/data/maps/Route104_PrettyPetalFlowerShop/scripts.inc index b4d10cf0f..c70318fc9 100644 --- a/data/maps/Route104_PrettyPetalFlowerShop/scripts.inc +++ b/data/maps/Route104_PrettyPetalFlowerShop/scripts.inc @@ -88,7 +88,7 @@ Route104_PrettyPetalFlowerShop_EventScript_22A442:: @ 822A442 goto_if_set FLAG_DAILY_FLOWER_SHOP_RECEIVED_BERRY, Route104_PrettyPetalFlowerShop_EventScript_22A482 msgbox Route104_PrettyPetalFlowerShop_Text_2A7A98, MSGBOX_DEFAULT random 8 - addvar VAR_RESULT, 133 + addvar VAR_RESULT, FIRST_BERRY_INDEX giveitem_std VAR_RESULT compare VAR_RESULT, 0 goto_if_eq Common_EventScript_ShowBagIsFull |