diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-02 10:15:07 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-02 10:15:07 -0500 |
commit | d758ae0dc2b91f1233872f6950b8f2d121bf961c (patch) | |
tree | c7607e2d703583286c11bfc8936bb473a6fe4883 /include/event_scripts.h | |
parent | 2f8ac698c8a03954d3bf0d05a9ef13dd447eaf53 (diff) | |
parent | fc51c579d4a422b168a4efb88b5f15164fbb7db0 (diff) |
Merge branch 'master' of github.com:pret/pokefirered into field_effect
Diffstat (limited to 'include/event_scripts.h')
-rw-r--r-- | include/event_scripts.h | 6 |
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 |