summaryrefslogtreecommitdiff
path: root/data/scripts
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-03-03 16:15:27 -0500
committerGitHub <noreply@github.com>2020-03-03 16:15:27 -0500
commit9259b378ef2f412ceb609909b8648750350c3e18 (patch)
tree5833a4abcf187b0a1360aad0d57b2115c1e0aea6 /data/scripts
parent0eae6d0d07997b8a3f7c8b68ddc4077534a814a6 (diff)
parent46370853904b9218422033e83afa5f1b4ab028c6 (diff)
Merge pull request #991 from GriffinRichards/fix-eventticket
Clarify event ticket flag names
Diffstat (limited to 'data/scripts')
-rw-r--r--data/scripts/cable_club.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/cable_club.inc b/data/scripts/cable_club.inc
index d671dc95b..6d5702f74 100644
--- a/data/scripts/cable_club.inc
+++ b/data/scripts/cable_club.inc
@@ -39,10 +39,10 @@ CableClub_EventScript_DistributeEonTicket:: @ 8276B23
checkitem ITEM_EON_TICKET, 1
compare VAR_RESULT, TRUE
goto_if_eq CableClub_EventScript_AlreadyGotEonTicket
- goto_if_set FLAG_SYS_HAS_EON_TICKET, CableClub_EventScript_AlreadyGotEonTicket
+ goto_if_set FLAG_ENABLE_SHIP_SOUTHERN_ISLAND, CableClub_EventScript_AlreadyGotEonTicket
msgbox Mevent_Text_TheresATicketForYou, MSGBOX_DEFAULT
giveitem ITEM_EON_TICKET
- setflag FLAG_SYS_HAS_EON_TICKET
+ setflag FLAG_ENABLE_SHIP_SOUTHERN_ISLAND
setvar VAR_DISTRIBUTE_EON_TICKET, 0
msgbox Mevent_Text_TryUsingItAtLilycovePort, MSGBOX_DEFAULT
release