Merge pull request #793 from DizzyEggg/patch-1
Use item constant in pretty petal flower shop
This commit is contained in:
commit
45767f9c00
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue