diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-12-15 14:59:25 -0800 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-12-15 14:59:25 -0800 |
commit | b14cdde8bd4afda2b0b73bb72b3cffc6961a5790 (patch) | |
tree | fc328a154a171dd4f33eba664a1cffaf5d029580 /data/scripts/maps/Route114.inc | |
parent | 0a634a60c938b91635af51c1a991a0f45578b313 (diff) |
Label landmark and daily flags.
Diffstat (limited to 'data/scripts/maps/Route114.inc')
-rw-r--r-- | data/scripts/maps/Route114.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/maps/Route114.inc b/data/scripts/maps/Route114.inc index a3056c8ff..3d1da2014 100644 --- a/data/scripts/maps/Route114.inc +++ b/data/scripts/maps/Route114.inc @@ -5,7 +5,7 @@ Route114_EventScript_150733:: @ 8150733 lock faceplayer dodailyevents - checkflag 2251 + checkflag FLAG_DAILY_RECEIVED_BERRY_ROUTE114 goto_if_eq Route114_EventScript_150778 msgbox Route114_Text_1C5803, 4 random 5 @@ -14,7 +14,7 @@ Route114_EventScript_150733:: @ 8150733 giveitem RESULT compare RESULT, 0 goto_if_eq Route114_EventScript_1A029B - setflag 2251 + setflag FLAG_DAILY_RECEIVED_BERRY_ROUTE114 msgbox Route114_Text_1C5861, 4 release end |