diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/link.h | 3 | ||||
-rw-r--r-- | include/strings.h | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/include/link.h b/include/link.h index 9561728bd..eb44ed04e 100644 --- a/include/link.h +++ b/include/link.h @@ -97,7 +97,8 @@ enum EXCHANGE_IN_PROGRESS, EXCHANGE_STAT_4, EXCHANGE_STAT_5, - EXCHANGE_STAT_6 + EXCHANGE_STAT_6, + EXCHANGE_STAT_7 }; enum diff --git a/include/strings.h b/include/strings.h index e72360563..54644a7cb 100644 --- a/include/strings.h +++ b/include/strings.h @@ -843,4 +843,6 @@ extern const u8 gText_TwoDashes[]; extern const u8 *const gReturnToXStringsTable2[]; +extern const u8 gText_XPLink[]; + #endif //GUARD_STRINGS_H |