summaryrefslogtreecommitdiff
path: root/include/event_scripts.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-03-02 10:13:06 -0500
committerGitHub <noreply@github.com>2020-03-02 10:13:06 -0500
commitfc51c579d4a422b168a4efb88b5f15164fbb7db0 (patch)
treef2da1e7beaddf0579426a18519d7c331d7ff19e1 /include/event_scripts.h
parent43f66fce5574592ac1c37b9452fe858e482156bb (diff)
parentc36ef94a0dae1e60a8e641aced35ee2084c183eb (diff)
Merge pull request #277 from PikalaxALT/cable_club
Cable club
Diffstat (limited to 'include/event_scripts.h')
-rw-r--r--include/event_scripts.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/event_scripts.h b/include/event_scripts.h
index bf16ed2ec..91fba4e1e 100644
--- a/include/event_scripts.h
+++ b/include/event_scripts.h
@@ -1204,4 +1204,10 @@ extern const u8 EventScript_BagItemCanBeRegistered[];
// fldeff_cut
extern const u8 EventScript_FldEffCut[];
+// cable_club
+extern const u8 CableClub_Text_WhenAllPlayersReadyAConfirmBCancel[];
+extern const u8 CableClub_Text_AwaitingLinkupBCancel[];
+extern const u8 CableClub_Text_StartLinkWithXPlayersAConfirmBCancel[];
+extern const u8 CableClub_Text_PleaseWaitBCancel[];
+
#endif //GUARD_EVENT_SCRIPTS_H