Skip to content

Commit

Permalink
Daily EV berry gift
Browse files Browse the repository at this point in the history
Girl in flower shop now hands out a full set of EV reducing berries each day.
  • Loading branch information
BuffelSaft committed Sep 3, 2021
1 parent 8aa18f2 commit 130ef55
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions data/maps/Route104_PrettyPetalFlowerShop/scripts.inc
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,24 @@ Route104_PrettyPetalFlowerShop_EventScript_RandomBerryGirl:: @ 822A442
giveitem VAR_RESULT
compare VAR_RESULT, 0
goto_if_eq Common_EventScript_ShowBagIsFull
giveitem ITEM_POMEG_BERRY
compare VAR_RESULT, 0
goto_if_eq Common_EventScript_ShowBagIsFull
giveitem ITEM_KELPSY_BERRY
compare VAR_RESULT, 0
goto_if_eq Common_EventScript_ShowBagIsFull
giveitem ITEM_QUALOT_BERRY
compare VAR_RESULT, 0
goto_if_eq Common_EventScript_ShowBagIsFull
giveitem ITEM_HONDEW_BERRY
compare VAR_RESULT, 0
goto_if_eq Common_EventScript_ShowBagIsFull
giveitem ITEM_GREPA_BERRY
compare VAR_RESULT, 0
goto_if_eq Common_EventScript_ShowBagIsFull
giveitem ITEM_TAMATO_BERRY
compare VAR_RESULT, 0
goto_if_eq Common_EventScript_ShowBagIsFull
setflag FLAG_DAILY_FLOWER_SHOP_RECEIVED_BERRY
msgbox Route104_PrettyPetalFlowerShop_Text_MachineMixesBerries, MSGBOX_DEFAULT
release
Expand Down

0 comments on commit 130ef55

Please sign in to comment.