diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-02 10:13:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-02 10:13:06 -0500 |
commit | fc51c579d4a422b168a4efb88b5f15164fbb7db0 (patch) | |
tree | f2da1e7beaddf0579426a18519d7c331d7ff19e1 /include/strings.h | |
parent | 43f66fce5574592ac1c37b9452fe858e482156bb (diff) | |
parent | c36ef94a0dae1e60a8e641aced35ee2084c183eb (diff) |
Merge pull request #277 from PikalaxALT/cable_club
Cable club
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 8c19ea5cb..ec5965b75 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1141,4 +1141,11 @@ extern const u8 gText_BestScore2[]; extern const u8 gText_ExcellentsInARow[]; extern const u8 gText_PkmnJumpRecords[]; +// cable_club +extern const u8 gUnknown_841DF82[]; +extern const u8 gUnknown_841DF8B[]; +extern const u8 gUnknown_841DF92[]; +extern const u8 gUnknown_841DF99[]; +extern const u8 gUnknown_841DFA0[]; + #endif //GUARD_STRINGS_H |