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/FortreeCity_House2/scripts.inc | |
parent | 2dd706ca5410d98ad214ceff7026d6db276f4d5a (diff) |
Finish off labelling flags
Diffstat (limited to 'data/maps/FortreeCity_House2/scripts.inc')
-rw-r--r-- | data/maps/FortreeCity_House2/scripts.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/FortreeCity_House2/scripts.inc b/data/maps/FortreeCity_House2/scripts.inc index db8b14029..cebd18884 100644 --- a/data/maps/FortreeCity_House2/scripts.inc +++ b/data/maps/FortreeCity_House2/scripts.inc @@ -4,8 +4,8 @@ FortreeCity_House2_MapScripts:: @ 82177CA FortreeCity_House2_EventScript_2177CB:: @ 82177CB lock faceplayer - goto_if_set FLAG_0x108, FortreeCity_House2_EventScript_21786E - call_if_unset FLAG_0x076, FortreeCity_House2_EventScript_217862 + goto_if_set FLAG_RECEIVED_TM10, FortreeCity_House2_EventScript_21786E + call_if_unset FLAG_MET_HIDDEN_POWER_GIVER, FortreeCity_House2_EventScript_217862 msgbox FortreeCity_House2_Text_2178D6, MSGBOX_DEFAULT multichoice 21, 8, 54, 1 switch VAR_RESULT @@ -22,14 +22,14 @@ FortreeCity_House2_EventScript_2177CB:: @ 82177CB giveitem_std ITEM_TM10 compare VAR_RESULT, 0 goto_if_eq FortreeCity_House2_EventScript_272054 - setflag FLAG_0x108 + setflag FLAG_RECEIVED_TM10 msgbox FortreeCity_House2_Text_217A91, MSGBOX_DEFAULT release end FortreeCity_House2_EventScript_217862:: @ 8217862 msgbox FortreeCity_House2_Text_217882, MSGBOX_DEFAULT - setflag FLAG_0x076 + setflag FLAG_MET_HIDDEN_POWER_GIVER return FortreeCity_House2_EventScript_21786E:: @ 821786E |