diff options
author | Tetrable <atifhuss386@gmail.com> | 2019-01-02 21:12:43 +0000 |
---|---|---|
committer | Tetrable <atifhuss386@gmail.com> | 2019-01-02 21:12:43 +0000 |
commit | 1e3da62d24ad91e4d69ac6974476fd5ea47cae9b (patch) | |
tree | 806828b7a2be77e7afc2017b34cef7f5c35324d0 /data/maps/Route123/scripts.inc | |
parent | 2dd706ca5410d98ad214ceff7026d6db276f4d5a (diff) |
Finish off labelling flags
Diffstat (limited to 'data/maps/Route123/scripts.inc')
-rw-r--r-- | data/maps/Route123/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/Route123/scripts.inc b/data/maps/Route123/scripts.inc index d56a543da..86a6e767e 100644 --- a/data/maps/Route123/scripts.inc +++ b/data/maps/Route123/scripts.inc @@ -9,7 +9,7 @@ Route123_MapScript1_1F614D: @ 81F614D Route123_EventScript_1F6151:: @ 81F6151 lock faceplayer - goto_if_set FLAG_0x0E8, Route123_EventScript_1F61A0 + goto_if_set FLAG_RECEIVED_TM19, Route123_EventScript_1F61A0 msgbox Route123_Text_1F641E, MSGBOX_DEFAULT special IsGrassTypeInParty compare VAR_RESULT, 0 @@ -18,7 +18,7 @@ Route123_EventScript_1F6151:: @ 81F6151 giveitem_std ITEM_TM19 compare VAR_RESULT, 0 goto_if_eq Route123_EventScript_272054 - setflag FLAG_0x0E8 + setflag FLAG_RECEIVED_TM19 msgbox Route123_Text_1F64CF, MSGBOX_DEFAULT release end |