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/SafariZone_South/scripts.inc | |
| parent | 2dd706ca5410d98ad214ceff7026d6db276f4d5a (diff) | |
Finish off labelling flags
Diffstat (limited to 'data/maps/SafariZone_South/scripts.inc')
| -rw-r--r-- | data/maps/SafariZone_South/scripts.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/data/maps/SafariZone_South/scripts.inc b/data/maps/SafariZone_South/scripts.inc index 06b050f67..ab6f70f86 100644 --- a/data/maps/SafariZone_South/scripts.inc +++ b/data/maps/SafariZone_South/scripts.inc @@ -51,7 +51,7 @@ SafariZone_South_EventScript_23D2DC:: @ 823D2DC SafariZone_South_EventScript_23D2E5:: @ 823D2E5 lock faceplayer - goto_if_unset FLAG_0x05D, SafariZone_South_EventScript_23D30D + goto_if_unset FLAG_GOOD_LUCK_SAFARI_ZONE, SafariZone_South_EventScript_23D30D msgbox SafariZone_South_Text_2A51D4, MSGBOX_YESNO compare VAR_RESULT, 1 goto_if_eq SafariZone_South_EventScript_23D31A @@ -60,7 +60,7 @@ SafariZone_South_EventScript_23D2E5:: @ 823D2E5 end SafariZone_South_EventScript_23D30D:: @ 823D30D - setflag FLAG_0x05D + setflag FLAG_GOOD_LUCK_SAFARI_ZONE msgbox SafariZone_South_Text_2A52AB, MSGBOX_DEFAULT release end @@ -150,4 +150,3 @@ SafariZone_Northeast_EventScript_23D3CF:: @ 823D3CF SafariZone_Northeast_EventScript_23D3D8:: @ 823D3D8 msgbox SafariZone_Northeast_Text_2A5A44, MSGBOX_NPC end - |
