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/SSTidalCorridor/scripts.inc | |
parent | 2dd706ca5410d98ad214ceff7026d6db276f4d5a (diff) |
Finish off labelling flags
Diffstat (limited to 'data/maps/SSTidalCorridor/scripts.inc')
-rw-r--r-- | data/maps/SSTidalCorridor/scripts.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/maps/SSTidalCorridor/scripts.inc b/data/maps/SSTidalCorridor/scripts.inc index 86d85fccc..204d70e14 100644 --- a/data/maps/SSTidalCorridor/scripts.inc +++ b/data/maps/SSTidalCorridor/scripts.inc @@ -125,7 +125,7 @@ SSTidalCorridor_EventScript_23C119:: @ 823C119 SSTidalCorridor_EventScript_23C13B:: @ 823C13B setrespawn HEAL_LOCATION_LILYCOVE_CITY msgbox SSTidalCorridor_Text_23C64F, MSGBOX_DEFAULT - call_if_set FLAG_0x104, SSTidalCorridor_EventScript_23C179 + call_if_set FLAG_RECEIVED_TM49, SSTidalCorridor_EventScript_23C179 warp MAP_LILYCOVE_CITY_HARBOR, 255, 8, 11 waitstate release @@ -134,7 +134,7 @@ SSTidalCorridor_EventScript_23C13B:: @ 823C13B SSTidalCorridor_EventScript_23C15A:: @ 823C15A setrespawn HEAL_LOCATION_SLATEPORT_CITY msgbox SSTidalCorridor_Text_23C64F, MSGBOX_DEFAULT - call_if_set FLAG_0x104, SSTidalCorridor_EventScript_23C179 + call_if_set FLAG_RECEIVED_TM49, SSTidalCorridor_EventScript_23C179 warp MAP_SLATEPORT_CITY_HARBOR, 255, 8, 11 waitstate release @@ -162,7 +162,7 @@ SSTidalCorridor_EventScript_23C19E:: @ 823C19E SSTidalCorridor_EventScript_23C1A3:: @ 823C1A3 lock faceplayer - goto_if_set FLAG_0x0F7, SSTidalCorridor_EventScript_23C1BD + goto_if_set FLAG_DEFEATED_SS_TIDAL_TRAINERS, SSTidalCorridor_EventScript_23C1BD call SSTidalCorridor_EventScript_23C1C7 msgbox SSTidalCorridor_Text_23C65E, MSGBOX_DEFAULT release @@ -190,7 +190,7 @@ SSTidalCorridor_EventScript_23C1C7:: @ 823C1C7 goto_if_lt SSTidalCorridor_EventScript_23C218 checktrainerflag TRAINER_NAOMI goto_if_lt SSTidalCorridor_EventScript_23C218 - setflag FLAG_0x0F7 + setflag FLAG_DEFEATED_SS_TIDAL_TRAINERS goto SSTidalCorridor_EventScript_23C1BD return @@ -215,7 +215,7 @@ SSTidalCorridor_EventScript_23C219:: @ 823C219 applymovement 1, SSTidalCorridor_Movement_23C28B waitmovement 0 delay 30 - setflag FLAG_0x1D0 + setflag FLAG_MET_SCOTT_ON_SS_TIDAL setvar VAR_0x40D4, 1 releaseall end |